#D992C9

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

Shades of Lilac #D992C9

Tints of Lilac #D992C9

Color information

#D992C9 (or 0xD992C9) is unknown color: approx Lilac. HEX triplet: D9, 92 and C9. RGB value is (217,146,201). Sum of RGB (Red+Green+Blue) = 217+146+201=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D992C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992C9 is #266D36. Grayscale: #ADADAD. Windows color (decimal): -2518327 or 13210329. OLE color: 13210329.

HSL color Cylindrical-coordinate representation of color #D992C9: hue angle of 313.52º 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 #D992C9 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217146201-
CMYK00.330.070.15
HSL313.52º48.3%71.18%-
HSV(B)313.52º32.72%85.1%-
XYZ49.4439.5360.28-
YUV173.5143.52159.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 201 (78.91% from 255) = 35.64%
R=38.48%
G=25.89%
B=35.64%

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
Decimal21714620100.330.070.15313.5248.371.18
HexD992C90217F13a3047
Octal33122231104171747260107
Binary110110011001001011001001010000111111111001110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992C9; }

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

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

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

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

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

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

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

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