#D88DC9

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

Shades of Lilac #D88DC9

Tints of Lilac #D88DC9

Color information

#D88DC9 (or 0xD88DC9) is unknown color: approx Lilac. HEX triplet: D8, 8D and C9. RGB value is (216,141,201). Sum of RGB (Red+Green+Blue) = 216+141+201=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DC9 is #277236. Grayscale: #AAAAAA. Windows color (decimal): -2585143 or 13209048. OLE color: 13209048.

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

Color convert

RGB216141201-
CMYK00.350.070.15
HSL312º49.02%70%-
HSV(B)312º34.72%84.71%-
XYZ48.3937.8760.02-
YUV170.26145.35160.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=38.71%
G=25.27%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614120100.350.070.1531249.0270
HexD88DC90237F1383146
Octal33021531104371747061106
Binary110110001000110111001001010001111111111001110001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DC9; }

 p { color: rgb(216,141,201); }

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

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

 a { background-color: rgb(216,141,201); }

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

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

 span { border-color: rgb(216,141,201); }

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