#D28DC9

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

Shades of Lilac #D28DC9

Tints of Lilac #D28DC9

Color information

#D28DC9 (or 0xD28DC9) is unknown color: approx Lilac. HEX triplet: D2, 8D and C9. RGB value is (210,141,201). Sum of RGB (Red+Green+Blue) = 210+141+201=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DC9 is #2D7236. Grayscale: #A8A8A8. Windows color (decimal): -2978359 or 13209042. OLE color: 13209042.

HSL color Cylindrical-coordinate representation of color #D28DC9: hue angle of 307.83º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DC9 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210141201-
CMYK00.330.040.18
HSL307.83º43.4%68.82%-
HSV(B)307.83º32.86%82.35%-
XYZ46.6536.9759.94-
YUV168.47146.36157.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=38.04%
G=25.54%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014120100.330.040.18307.8343.468.82
HexD28DC90214121342b45
Octal32221531104142246453105
Binary1101001010001101110010010100001100100101001101001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DC9; }

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

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

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

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

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

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

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

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