#D28DCD

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

Shades of Lilac #D28DCD

Tints of Lilac #D28DCD

Color information

#D28DCD (or 0xD28DCD) is unknown color: approx Lilac. HEX triplet: D2, 8D and CD. RGB value is (210,141,205). Sum of RGB (Red+Green+Blue) = 210+141+205=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DCD is #2D7232. Grayscale: #A8A8A8. Windows color (decimal): -2978355 or 13471186. OLE color: 13471186.

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

Color convert

RGB210141205-
CMYK00.330.020.18
HSL304.35º43.4%68.82%-
HSV(B)304.35º32.86%82.35%-
XYZ47.1237.1662.45-
YUV168.93148.36157.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=37.77%
G=25.36%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014120500.330.020.18304.3543.468.82
HexD28DCD0212121302b45
Octal32221531504122246053105
Binary110100101000110111001101010000110100101001100001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DCD; }

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

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

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

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

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

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

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

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