#D990CA

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

Shades of Lilac #D990CA

Tints of Lilac #D990CA

Color information

#D990CA (or 0xD990CA) is unknown color: approx Lilac. HEX triplet: D9, 90 and CA. RGB value is (217,144,202). Sum of RGB (Red+Green+Blue) = 217+144+202=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D990CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990CA is #266F35. Grayscale: #ACACAC. Windows color (decimal): -2518838 or 13275353. OLE color: 13275353.

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

Color convert

RGB217144202-
CMYK00.340.070.15
HSL312.33º48.99%70.78%-
HSV(B)312.33º33.64%85.1%-
XYZ49.2538.9660.8-
YUV172.44144.68159.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 144 (56.64% from 255) = 25.58%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=38.54%
G=25.58%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714420200.340.070.15312.3348.9970.78
HexD990CA0227F1383147
Octal33122031204271747061107
Binary110110011001000011001010010001011111111001110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990CA; }

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

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

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

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

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

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

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

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