#D091CD

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

Shades of Lilac #D091CD

Tints of Lilac #D091CD

Color information

#D091CD (or 0xD091CD) is unknown color: approx Lilac. HEX triplet: D0, 91 and CD. RGB value is (208,145,205). Sum of RGB (Red+Green+Blue) = 208+145+205=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D091CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091CD is #2F6E32. Grayscale: #AAAAAA. Windows color (decimal): -3108403 or 13472208. OLE color: 13472208.

HSL color Cylindrical-coordinate representation of color #D091CD: hue angle of 302.86º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D091CD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208145205-
CMYK00.300.010.18
HSL302.86º40.13%69.22%-
HSV(B)302.86º30.29%81.57%-
XYZ47.1638.0762.62-
YUV170.68147.37154.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=37.28%
G=25.99%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814520500.300.010.18302.8640.1369.22
HexD091CD01E11212f2845
Octal32022131503612245750105
Binary1101000010010001110011010111101100101001011111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091CD; }

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

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

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

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

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

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

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

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