#D28DCA

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

Shades of Lilac #D28DCA

Tints of Lilac #D28DCA

Color information

#D28DCA (or 0xD28DCA) is unknown color: approx Lilac. HEX triplet: D2, 8D and CA. RGB value is (210,141,202). Sum of RGB (Red+Green+Blue) = 210+141+202=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DCA is #2D7235. Grayscale: #A8A8A8. Windows color (decimal): -2978358 or 13274578. OLE color: 13274578.

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

Color convert

RGB210141202-
CMYK00.330.040.18
HSL306.96º43.4%68.82%-
HSV(B)306.96º32.86%82.35%-
XYZ46.7637.0260.56-
YUV168.58146.86157.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=37.97%
G=25.50%
B=36.53%

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
Decimal21014120200.330.040.18306.9643.468.82
HexD28DCA0214121332b45
Octal32221531204142246353105
Binary1101001010001101110010100100001100100101001100111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DCA; }

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

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

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

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

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

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

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

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