#D28FCD

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

Shades of Lilac #D28FCD

Tints of Lilac #D28FCD

Color information

#D28FCD (or 0xD28FCD) is unknown color: approx Lilac. HEX triplet: D2, 8F and CD. RGB value is (210,143,205). Sum of RGB (Red+Green+Blue) = 210+143+205=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FCD is #2D7032. Grayscale: #A9A9A9. Windows color (decimal): -2977843 or 13471698. OLE color: 13471698.

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

Color convert

RGB210143205-
CMYK00.320.020.18
HSL304.48º42.68%69.22%-
HSV(B)304.48º31.9%82.35%-
XYZ47.4237.7562.55-
YUV170.1147.7156.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=37.63%
G=25.63%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014320500.320.020.18304.4842.6869.22
HexD28FCD0202121302b45
Octal32221731504022246053105
Binary110100101000111111001101010000010100101001100001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FCD; }

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

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

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

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

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

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

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

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