#D596C8

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

Shades of Lilac #D596C8

Tints of Lilac #D596C8

Color information

#D596C8 (or 0xD596C8) is unknown color: approx Lilac. HEX triplet: D5, 96 and C8. RGB value is (213,150,200). Sum of RGB (Red+Green+Blue) = 213+150+200=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D596C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596C8 is #2A6937. Grayscale: #AEAEAE. Windows color (decimal): -2779448 or 13145813. OLE color: 13145813.

HSL color Cylindrical-coordinate representation of color #D596C8: hue angle of 312.38º 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 #D596C8 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213150200-
CMYK00.300.060.16
HSL312.38º42.86%71.18%-
HSV(B)312.38º29.58%83.53%-
XYZ48.7740.1359.82-
YUV174.54142.37155.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=37.83%
G=26.64%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315020000.300.060.16312.3842.8671.18
HexD596C801E6101382b47
Octal32522631003662047053107
Binary110101011001011011001000011110110100001001110001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596C8; }

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

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

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

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

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

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

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

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