COLOR #D596DB

HEX: #D596DB
RGB: (213,150,219)

Renk bilgisi

#D596DB contains mainly red and blue colors. #D596DB ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D596DB color RGB value is (213,150,219).

  • kırmız ton 213;
  • yeşil ton 150;
  • mavi ton 219.
RGB:
(213,150,219)
(84%,59%,86%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 150 of 255 = 59%
B 219 of 255 = 86%

213
150
219

R + G + B ~ 76%. #D596DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 150 + 219 = 582 (100%)
R 213 of 582 ~ 36.6%
G 150 of 582 ~ 25.77%
B 219 of 582 ~ 37.63%

%36.6
%25.77
%37.63

CMYK RENK MODELİ

#D596DB rengi CMYK tonu (3,32,0,14).

  • camgöbeği tonu 2.74%
  • eflatun tonu 31.51%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(3,32,0,14)
C3M32Y0K14 
(3%,32%,0%,14%)
(0.03/0.32/0.00/0.14)	

CMYK yüzdeleri

%2.74
%31.51
%0
%14.12

Codes

Color #D596DB in popluar color models

D596DB
RGB213150219
HSL295°48.94%72.35%
HSB/HSV295°31.51%85.88%
CMYK2.74%31.51%0.00%
14.12%

Color #D596DB in popluar number systems.

HEXD596DB
Decimal213150219
Binary110101011001011011011011
Octal325226333

Shades and tints

Shades of #D596DB

#D596DB
(213,150,219)
#C289C8
(194,137,200)
#AF7CB5
(175,124,181)
#9C6FA2
(156,111,162)
#89628F
(137,98,143)
#76557C
(118,85,124)
#634869
(99,72,105)
#503B56
(80,59,86)
#3D2E43
(61,46,67)
#2A2130
(42,33,48)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #D596DB

#D596DB
(213,150,219)
#D89FDE
(216,159,222)
#DBA8E1
(219,168,225)
#DEB1E4
(222,177,228)
#E1BAE7
(225,186,231)
#E4C3EA
(228,195,234)
#E7CCED
(231,204,237)
#EAD5F0
(234,213,240)
#EDDEF3
(237,222,243)
#F0E7F6
(240,231,246)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D596DB color. Also use rgb(213,150,219) instead hex code.

Text Font Color

.myTextColor { color: #D596DB; }

<p style="color:#D596DB">This sample text font color is #D596DB.</p>

This text font color is #D596DB.


Background Color

.myBgColor { background-color: #D596DB; }

<div style="background-color:#D596DB">Inner text</div>

This div background color is #D596DB.


Border color

.myBorderColor { border: 1px solid #D596DB; }

<div style="border:3px solid #D596DB">Div</div>

This div border color is #D596DB.


Opacity

.myOpacity80 { color: #D596DB; opacity: 0.8; }

<p style="color:#D596DB;opacity:0.8;">80%</p>

Text with #D596DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D596DB;}

<p style="text-shadow: 3px 3px 1px #D596DB">Text here.</p>

This text has shadow with #D596DB color.

.textShadow {text-shadow: 3px 3px 1px #D596DB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D596DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #D596DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D596DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D596DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #D596DB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D596DB;
  -webkit-box-shadow:	1px 1px 3px 2px #D596DB;
  box-shadow:		1px 1px 3px 2px #D596DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D596DB;
-webkit-box-shadow: 1px 1px 3px 2px #D596DB;
box-shadow:1px 1px 3px 2px #D596DB;">
Div content here</div>
This div box has shadow with color #D596DB.

Preview

Color preview on black background

This text has color #D596DB on black background.


Color preview on white background

This text has color #D596DB on white background.



Black color preview on #D596DB background

This text has black color on #D596DB background.


White color preview on #D596DB background

This text has white color on #D596DB background.