#D992CA

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

Shades of Lilac #D992CA

Tints of Lilac #D992CA

Color information

#D992CA (or 0xD992CA) is unknown color: approx Lilac. HEX triplet: D9, 92 and CA. RGB value is (217,146,202). Sum of RGB (Red+Green+Blue) = 217+146+202=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D992CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992CA is #266D35. Grayscale: #ADADAD. Windows color (decimal): -2518326 or 13275865. OLE color: 13275865.

HSL color Cylindrical-coordinate representation of color #D992CA: hue angle of 312.68º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992CA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217146202-
CMYK00.330.070.15
HSL312.68º48.3%71.18%-
HSV(B)312.68º32.72%85.1%-
XYZ49.5539.5760.9-
YUV173.61144.02158.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=38.41%
G=25.84%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714620200.330.070.15312.6848.371.18
HexD992CA0217F1393047
Octal33122231204171747160107
Binary110110011001001011001010010000111111111001110011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992CA; }

 p { color: rgb(217,146,202); }

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

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

 a { background-color: rgb(217,146,202); }

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

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

 span { border-color: rgb(217,146,202); }

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