#D497C3

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

Shades of Lily #D497C3

Tints of Lily #D497C3

Color information

#D497C3 (or 0xD497C3) is unknown color: approx Lily. HEX triplet: D4, 97 and C3. RGB value is (212,151,195). Sum of RGB (Red+Green+Blue) = 212+151+195=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D497C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497C3 is #2B683C. Grayscale: #AEAEAE. Windows color (decimal): -2844733 or 12818388. OLE color: 12818388.

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

Color convert

RGB212151195-
CMYK00.290.080.17
HSL316.72º41.5%71.18%-
HSV(B)316.72º28.77%83.14%-
XYZ48.0740.0756.83-
YUV174.26139.71154.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 195 (76.56% from 255) = 34.95%
R=37.99%
G=27.06%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215119500.290.080.17316.7241.571.18
HexD497C301D81113d2947
Octal324227303035102147551107
Binary1101010010010111110000110111011000100011001111011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497C3; }

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

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

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

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

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

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

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

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