#D08DD1

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

Shades of Lilac #D08DD1

Tints of Lilac #D08DD1

Color information

#D08DD1 (or 0xD08DD1) is unknown color: approx Lilac. HEX triplet: D0, 8D and D1. RGB value is (208,141,209). Sum of RGB (Red+Green+Blue) = 208+141+209=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #D08DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DD1 is #2F722E. Grayscale: #A8A8A8. Windows color (decimal): -3109423 or 13733328. OLE color: 13733328.

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

Color convert

RGB208141209-
CMYK0.000.3300.18
HSL299.12º42.5%68.63%-
HSV(B)299.12º32.54%81.96%-
XYZ47.0537.0665-
YUV168.78150.7155.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=37.28%
G=25.27%
B=37.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081412090.000.3300.18299.1242.568.63
HexD08DD102101212b2a45
Octal32021532104102245352105
Binary11010000100011011101000101000010100101001010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DD1; }

 p { color: rgb(208,141,209); }

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

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

 a { background-color: rgb(208,141,209); }

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

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

 span { border-color: rgb(208,141,209); }

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