#D490BB

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

Shades of Lily #D490BB

Tints of Lily #D490BB

Color information

#D490BB (or 0xD490BB) is unknown color: approx Lily. HEX triplet: D4, 90 and BB. RGB value is (212,144,187). Sum of RGB (Red+Green+Blue) = 212+144+187=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D490BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490BB is #2B6F44. Grayscale: #A9A9A9. Windows color (decimal): -2846533 or 12292308. OLE color: 12292308.

HSL color Cylindrical-coordinate representation of color #D490BB: hue angle of 322.06º 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 #D490BB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212144187-
CMYK00.320.120.17
HSL322.06º44.16%69.8%-
HSV(B)322.06º32.08%83.14%-
XYZ46.0937.5351.83-
YUV169.23138.03158.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=39.04%
G=26.52%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214418700.320.120.17322.0644.1669.8
HexD490BB020C111422c46
Octal324220273040142150254106
Binary11010100100100001011101101000001100100011010000101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490BB; }

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

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

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

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

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

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

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

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