#D297BA

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

Shades of Lily #D297BA

Tints of Lily #D297BA

Color information

#D297BA (or 0xD297BA) is unknown color: approx Lily. HEX triplet: D2, 97 and BA. RGB value is (210,151,186). Sum of RGB (Red+Green+Blue) = 210+151+186=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D297BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297BA is #2D6845. Grayscale: #ACACAC. Windows color (decimal): -2975814 or 12228562. OLE color: 12228562.

HSL color Cylindrical-coordinate representation of color #D297BA: hue angle of 324.41º 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 #D297BA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210151186-
CMYK00.280.110.18
HSL324.41º39.6%70.78%-
HSV(B)324.41º28.1%82.35%-
XYZ46.5139.3851.6-
YUV172.63135.55154.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=38.39%
G=27.61%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015118600.280.110.18324.4139.670.78
HexD297BA01CB121442847
Octal322227272034132250450107
Binary1101001010010111101110100111001011100101010001001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297BA; }

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

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

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

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

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

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

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

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