#D297BD

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

Shades of Lily #D297BD

Tints of Lily #D297BD

Color information

#D297BD (or 0xD297BD) is unknown color: approx Lily. HEX triplet: D2, 97 and BD. RGB value is (210,151,189). Sum of RGB (Red+Green+Blue) = 210+151+189=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D297BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297BD is #2D6842. Grayscale: #ACACAC. Windows color (decimal): -2975811 or 12425170. OLE color: 12425170.

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

Color convert

RGB210151189-
CMYK00.280.100.18
HSL321.36º39.6%70.78%-
HSV(B)321.36º28.1%82.35%-
XYZ46.8339.5153.3-
YUV172.97137.05154.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=38.18%
G=27.45%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015118900.280.100.18321.3639.670.78
HexD297BD01CA121412847
Octal322227275034122250150107
Binary1101001010010111101111010111001010100101010000011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297BD; }

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

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

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

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

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

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

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

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