#D596CB

Color #D596CB Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D596CB

Tints of Lilac #D596CB

Color information

#D596CB (or 0xD596CB) is unknown color: approx Lilac. HEX triplet: D5, 96 and CB. RGB value is (213,150,203). Sum of RGB (Red+Green+Blue) = 213+150+203=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D596CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596CB is #2A6934. Grayscale: #AEAEAE. Windows color (decimal): -2779445 or 13342421. OLE color: 13342421.

HSL color Cylindrical-coordinate representation of color #D596CB: hue angle of 309.52º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596CB is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213150203-
CMYK00.300.050.16
HSL309.52º42.86%71.18%-
HSV(B)309.52º29.58%83.53%-
XYZ49.1340.2761.68-
YUV174.88143.87155.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=37.63%
G=26.50%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315020300.300.050.16309.5242.8671.18
HexD596CB01E5101362b47
Octal32522631303652046653107
Binary110101011001011011001011011110101100001001101101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596CB; }

 p { color: rgb(213,150,203); }

 H1.HeaderClassName
 {
   color: #D596CB;
 }
 .AnyTagClassName
 {
   color: #D596CB;
 }
</style>
background-color css

<style>
 a { background-color: #D596CB; }

 a { background-color: rgb(213,150,203); }

 div.DivClassName
 {
   background-color: #D596CB;
 }
 .BgClassName
 {
   background-color: #D596CB;
 }
</style>
border-color css

<style>
 span { border-color: #D596CB; }

 span { border-color: rgb(213,150,203); }

 td.TdClassName
 {
   border-color: #D596CB;
 }
 .TagClassName
 {
   border-color: #D596CB;
 }
</style>