#D297C0

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

Shades of Lily #D297C0

Tints of Lily #D297C0

Color information

#D297C0 (or 0xD297C0) is unknown color: approx Lily. HEX triplet: D2, 97 and C0. RGB value is (210,151,192). Sum of RGB (Red+Green+Blue) = 210+151+192=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D297C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297C0 is #2D683F. Grayscale: #ADADAD. Windows color (decimal): -2975808 or 12621778. OLE color: 12621778.

HSL color Cylindrical-coordinate representation of color #D297C0: hue angle of 318.31º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D297C0 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210151192-
CMYK00.280.090.18
HSL318.31º39.6%70.78%-
HSV(B)318.31º28.1%82.35%-
XYZ47.1639.6455.04-
YUV173.32138.55154.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=37.97%
G=27.31%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015119200.280.090.18318.3139.670.78
HexD297C001C91213e2847
Octal322227300034112247650107
Binary1101001010010111110000000111001001100101001111101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297C0; }

 p { color: rgb(210,151,192); }

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

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

 a { background-color: rgb(210,151,192); }

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

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

 span { border-color: rgb(210,151,192); }

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