#D490B9

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

Shades of Lily #D490B9

Tints of Lily #D490B9

Color information

#D490B9 (or 0xD490B9) is unknown color: approx Lily. HEX triplet: D4, 90 and B9. RGB value is (212,144,185). Sum of RGB (Red+Green+Blue) = 212+144+185=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D490B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490B9 is #2B6F46. Grayscale: #A8A8A8. Windows color (decimal): -2846535 or 12161236. OLE color: 12161236.

HSL color Cylindrical-coordinate representation of color #D490B9: hue angle of 323.82º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D490B9 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212144185-
CMYK00.320.130.17
HSL323.82º44.16%69.8%-
HSV(B)323.82º32.08%83.14%-
XYZ45.8837.4550.71-
YUV169.01137.03158.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=39.19%
G=26.62%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214418500.320.130.17323.8244.1669.8
HexD490B9020D111442c46
Octal324220271040152150454106
Binary11010100100100001011100101000001101100011010001001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490B9; }

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

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

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

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

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

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

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

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