#D497B9

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

Shades of Lily #D497B9

Tints of Lily #D497B9

Color information

#D497B9 (or 0xD497B9) is unknown color: approx Lily. HEX triplet: D4, 97 and B9. RGB value is (212,151,185). Sum of RGB (Red+Green+Blue) = 212+151+185=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D497B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497B9 is #2B6846. Grayscale: #ADADAD. Windows color (decimal): -2844743 or 12163028. OLE color: 12163028.

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

Color convert

RGB212151185-
CMYK00.290.130.17
HSL326.56º41.5%71.18%-
HSV(B)326.56º28.77%83.14%-
XYZ46.9739.6351.07-
YUV173.12134.71155.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 151 (59.38% from 255) = 27.55%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=38.69%
G=27.55%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215118500.290.130.17326.5641.571.18
HexD497B901DD111472947
Octal324227271035152150751107
Binary1101010010010111101110010111011101100011010001111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497B9; }

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

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

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

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

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

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

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

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