#D497C1

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

Shades of Lily #D497C1

Tints of Lily #D497C1

Color information

#D497C1 (or 0xD497C1) is unknown color: approx Lily. HEX triplet: D4, 97 and C1. RGB value is (212,151,193). Sum of RGB (Red+Green+Blue) = 212+151+193=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D497C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497C1 is #2B683E. Grayscale: #ADADAD. Windows color (decimal): -2844735 or 12687316. OLE color: 12687316.

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

Color convert

RGB212151193-
CMYK00.290.090.17
HSL318.69º41.5%71.18%-
HSV(B)318.69º28.77%83.14%-
XYZ47.8439.9855.65-
YUV174.03138.71155.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=38.13%
G=27.16%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215119300.290.090.17318.6941.571.18
HexD497C101D91113f2947
Octal324227301035112147751107
Binary1101010010010111110000010111011001100011001111111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497C1; }

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

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

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

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

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

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

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

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