#D28CCD

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

Shades of Lilac #D28CCD

Tints of Lilac #D28CCD

Color information

#D28CCD (or 0xD28CCD) is unknown color: approx Lilac. HEX triplet: D2, 8C and CD. RGB value is (210,140,205). Sum of RGB (Red+Green+Blue) = 210+140+205=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CCD is #2D7332. Grayscale: #A8A8A8. Windows color (decimal): -2978611 or 13470930. OLE color: 13470930.

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

Color convert

RGB210140205-
CMYK00.330.020.18
HSL304.29º43.75%68.63%-
HSV(B)304.29º33.33%82.35%-
XYZ46.9836.8762.4-
YUV168.34148.69157.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=37.84%
G=25.23%
B=36.94%

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
Decimal21014020500.330.020.18304.2943.7568.63
HexD28CCD0212121302c45
Octal32221431504122246054105
Binary110100101000110011001101010000110100101001100001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CCD; }

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

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

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

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

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

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

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

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