#D08FD3

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

Shades of Lilac #D08FD3

Tints of Lilac #D08FD3

Color information

#D08FD3 (or 0xD08FD3) is unknown color: approx Lilac. HEX triplet: D0, 8F and D3. RGB value is (208,143,211). Sum of RGB (Red+Green+Blue) = 208+143+211=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #D08FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FD3 is #2F702C. Grayscale: #A9A9A9. Windows color (decimal): -3108909 or 13864912. OLE color: 13864912.

HSL color Cylindrical-coordinate representation of color #D08FD3: hue angle of 297.35º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08FD3 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208143211-
CMYK0.010.3200.17
HSL297.35º43.59%69.41%-
HSV(B)297.35º32.23%82.75%-
XYZ47.5937.7666.41-
YUV170.19151.03154.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 211 (82.81% from 255) = 37.54%
R=37.01%
G=25.44%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081432110.010.3200.17297.3543.5969.41
HexD08FD31200111292c45
Octal32021732314002145154105
Binary11010000100011111101001111000000100011001010011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FD3; }

 p { color: rgb(208,143,211); }

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

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

 a { background-color: rgb(208,143,211); }

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

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

 span { border-color: rgb(208,143,211); }

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