#D190D0

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

Shades of Lilac #D190D0

Tints of Lilac #D190D0

Color information

#D190D0 (or 0xD190D0) is unknown color: approx Lilac. HEX triplet: D1, 90 and D0. RGB value is (209,144,208). Sum of RGB (Red+Green+Blue) = 209+144+208=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D190D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190D0 is #2E6F2F. Grayscale: #AAAAAA. Windows color (decimal): -3043120 or 13668561. OLE color: 13668561.

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

Color convert

RGB209144208-
CMYK00.310.000.18
HSL300.92º41.4%69.22%-
HSV(B)300.92º31.1%81.96%-
XYZ47.6538.0664.51-
YUV170.73149.03155.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=37.25%
G=25.67%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914420800.310.000.18300.9241.469.22
HexD190D001F01212d2945
Octal32122032003702245551105
Binary1101000110010000110100000111110100101001011011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190D0; }

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

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

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

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

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

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

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

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