#D190CF

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

Shades of Lilac #D190CF

Tints of Lilac #D190CF

Color information

#D190CF (or 0xD190CF) is unknown color: approx Lilac. HEX triplet: D1, 90 and CF. RGB value is (209,144,207). Sum of RGB (Red+Green+Blue) = 209+144+207=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D190CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190CF is #2E6F30. Grayscale: #AAAAAA. Windows color (decimal): -3043121 or 13603025. OLE color: 13603025.

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

Color convert

RGB209144207-
CMYK00.310.010.18
HSL301.85º41.4%69.22%-
HSV(B)301.85º31.1%81.96%-
XYZ47.5338.0163.86-
YUV170.62148.53155.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=37.32%
G=25.71%
B=36.96%

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
Decimal20914420700.310.010.18301.8541.469.22
HexD190CF01F11212e2945
Octal32122031703712245651105
Binary1101000110010000110011110111111100101001011101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190CF; }

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

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

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

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

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

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

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

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