#D28DCB

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

Shades of Lilac #D28DCB

Tints of Lilac #D28DCB

Color information

#D28DCB (or 0xD28DCB) is unknown color: approx Lilac. HEX triplet: D2, 8D and CB. RGB value is (210,141,203). Sum of RGB (Red+Green+Blue) = 210+141+203=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DCB is #2D7234. Grayscale: #A8A8A8. Windows color (decimal): -2978357 or 13340114. OLE color: 13340114.

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

Color convert

RGB210141203-
CMYK00.330.030.18
HSL306.09º43.4%68.82%-
HSV(B)306.09º32.86%82.35%-
XYZ46.8837.0661.18-
YUV168.7147.36157.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=37.91%
G=25.45%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014120300.330.030.18306.0943.468.82
HexD28DCB0213121322b45
Octal32221531304132246253105
Binary110100101000110111001011010000111100101001100101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DCB; }

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

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

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

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

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

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

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

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