#D091CF

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

Shades of Lilac #D091CF

Tints of Lilac #D091CF

Color information

#D091CF (or 0xD091CF) is unknown color: approx Lilac. HEX triplet: D0, 91 and CF. RGB value is (208,145,207). Sum of RGB (Red+Green+Blue) = 208+145+207=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D091CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091CF is #2F6E30. Grayscale: #AAAAAA. Windows color (decimal): -3108401 or 13603280. OLE color: 13603280.

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

Color convert

RGB208145207-
CMYK00.300.000.18
HSL300.95º40.13%69.22%-
HSV(B)300.95º30.29%81.57%-
XYZ47.438.1763.9-
YUV170.9148.37154.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=37.14%
G=25.89%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814520700.300.000.18300.9540.1369.22
HexD091CF01E01212d2845
Octal32022131703602245550105
Binary1101000010010001110011110111100100101001011011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091CF; }

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

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

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

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

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

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

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

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