#D491BB

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

Shades of Lily #D491BB

Tints of Lily #D491BB

Color information

#D491BB (or 0xD491BB) is unknown color: approx Lily. HEX triplet: D4, 91 and BB. RGB value is (212,145,187). Sum of RGB (Red+Green+Blue) = 212+145+187=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D491BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491BB is #2B6E44. Grayscale: #A9A9A9. Windows color (decimal): -2846277 or 12292564. OLE color: 12292564.

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

Color convert

RGB212145187-
CMYK00.320.120.17
HSL322.39º43.79%70%-
HSV(B)322.39º31.6%83.14%-
XYZ46.2537.8451.88-
YUV169.82137.7158.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=38.97%
G=26.65%
B=34.38%

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
Decimal21214518700.320.120.17322.3943.7970
HexD491BB020C111422c46
Octal324221273040142150254106
Binary11010100100100011011101101000001100100011010000101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491BB; }

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

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

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

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

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

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

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

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