#D191CF

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

Shades of Lilac #D191CF

Tints of Lilac #D191CF

Color information

#D191CF (or 0xD191CF) is unknown color: approx Lilac. HEX triplet: D1, 91 and CF. RGB value is (209,145,207). Sum of RGB (Red+Green+Blue) = 209+145+207=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D191CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191CF is #2E6E30. Grayscale: #ABABAB. Windows color (decimal): -3042865 or 13603281. OLE color: 13603281.

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

Color convert

RGB209145207-
CMYK00.310.010.18
HSL301.88º41.03%69.41%-
HSV(B)301.88º30.62%81.96%-
XYZ47.6838.3163.91-
YUV171.2148.2154.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=37.25%
G=25.85%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914520700.310.010.18301.8841.0369.41
HexD191CF01F11212e2945
Octal32122131703712245651105
Binary1101000110010001110011110111111100101001011101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191CF; }

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

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

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

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

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

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

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

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