#D596CC

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

Shades of Lilac #D596CC

Tints of Lilac #D596CC

Color information

#D596CC (or 0xD596CC) is unknown color: approx Lilac. HEX triplet: D5, 96 and CC. RGB value is (213,150,204). Sum of RGB (Red+Green+Blue) = 213+150+204=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D596CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596CC is #2A6933. Grayscale: #AEAEAE. Windows color (decimal): -2779444 or 13407957. OLE color: 13407957.

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

Color convert

RGB213150204-
CMYK00.300.040.16
HSL308.57º42.86%71.18%-
HSV(B)308.57º29.58%83.53%-
XYZ49.2540.3262.31-
YUV174.99144.37155.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=37.57%
G=26.46%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315020400.300.040.16308.5742.8671.18
HexD596CC01E4101352b47
Octal32522631403642046553107
Binary110101011001011011001100011110100100001001101011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596CC; }

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

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

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

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

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

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

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

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