#D497B7

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

Shades of Lily #D497B7

Tints of Lily #D497B7

Color information

#D497B7 (or 0xD497B7) is unknown color: approx Lily. HEX triplet: D4, 97 and B7. RGB value is (212,151,183). Sum of RGB (Red+Green+Blue) = 212+151+183=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D497B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497B7 is #2B6848. Grayscale: #ACACAC. Windows color (decimal): -2844745 or 12031956. OLE color: 12031956.

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

Color convert

RGB212151183-
CMYK00.290.140.17
HSL328.52º41.5%71.18%-
HSV(B)328.52º28.77%83.14%-
XYZ46.7739.5549.97-
YUV172.89133.71155.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=38.83%
G=27.66%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215118300.290.140.17328.5241.571.18
HexD497B701DE111492947
Octal324227267035162151151107
Binary1101010010010111101101110111011110100011010010011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497B7; }

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

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

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

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

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

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

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

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