#D190B5

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

Shades of Lily #D190B5

Tints of Lily #D190B5

Color information

#D190B5 (or 0xD190B5) is unknown color: approx Lily. HEX triplet: D1, 90 and B5. RGB value is (209,144,181). Sum of RGB (Red+Green+Blue) = 209+144+181=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D190B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190B5 is #2E6F4A. Grayscale: #A7A7A7. Windows color (decimal): -3043147 or 11899089. OLE color: 11899089.

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

Color convert

RGB209144181-
CMYK00.310.130.18
HSL325.85º41.4%69.22%-
HSV(B)325.85º31.1%81.96%-
XYZ44.6136.8448.48-
YUV167.65135.53157.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=39.14%
G=26.97%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914418100.310.130.18325.8541.469.22
HexD190B501FD121462945
Octal321220265037152250651105
Binary1101000110010000101101010111111101100101010001101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190B5; }

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

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

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

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

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

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

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

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