#D190B9

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

Shades of Lily #D190B9

Tints of Lily #D190B9

Color information

#D190B9 (or 0xD190B9) is unknown color: approx Lily. HEX triplet: D1, 90 and B9. RGB value is (209,144,185). Sum of RGB (Red+Green+Blue) = 209+144+185=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D190B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190B9 is #2E6F46. Grayscale: #A8A8A8. Windows color (decimal): -3043143 or 12161233. OLE color: 12161233.

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

Color convert

RGB209144185-
CMYK00.310.110.18
HSL322.15º41.4%69.22%-
HSV(B)322.15º31.1%81.96%-
XYZ45.023750.67-
YUV168.11137.53157.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=38.85%
G=26.77%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914418500.310.110.18322.1541.469.22
HexD190B901FB121422945
Octal321220271037132250251105
Binary1101000110010000101110010111111011100101010000101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190B9; }

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

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

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

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

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

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

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

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