#D091D2

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

Shades of Lilac #D091D2

Tints of Lilac #D091D2

Color information

#D091D2 (or 0xD091D2) is unknown color: approx Lilac. HEX triplet: D0, 91 and D2. RGB value is (208,145,210). Sum of RGB (Red+Green+Blue) = 208+145+210=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #D091D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091D2 is #2F6E2D. Grayscale: #ABABAB. Windows color (decimal): -3108398 or 13799888. OLE color: 13799888.

HSL color Cylindrical-coordinate representation of color #D091D2: hue angle of 298.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D091D2 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208145210-
CMYK0.010.3100.18
HSL298.15º41.94%69.61%-
HSV(B)298.15º30.95%82.35%-
XYZ47.7738.3165.85-
YUV171.25149.87154.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=36.94%
G=25.75%
B=37.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081452100.010.3100.18298.1541.9469.61
HexD091D211F01212a2a46
Octal32022132213702245252106
Binary1101000010010001110100101111110100101001010101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091D2; }

 p { color: rgb(208,145,210); }

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

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

 a { background-color: rgb(208,145,210); }

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

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

 span { border-color: rgb(208,145,210); }

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