#D296BF

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

Shades of Lily #D296BF

Tints of Lily #D296BF

Color information

#D296BF (or 0xD296BF) is unknown color: approx Lily. HEX triplet: D2, 96 and BF. RGB value is (210,150,191). Sum of RGB (Red+Green+Blue) = 210+150+191=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D296BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296BF is #2D6940. Grayscale: #ACACAC. Windows color (decimal): -2976065 or 12555986. OLE color: 12555986.

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

Color convert

RGB210150191-
CMYK00.290.090.18
HSL319º40%70.59%-
HSV(B)319º28.57%82.35%-
XYZ46.8939.2854.4-
YUV172.61138.38154.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 191 (75% from 255) = 34.66%
R=38.11%
G=27.22%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015019100.290.090.183194070.59
HexD296BF01D91213f2847
Octal322226277035112247750107
Binary1101001010010110101111110111011001100101001111111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296BF; }

 p { color: rgb(210,150,191); }

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

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

 a { background-color: rgb(210,150,191); }

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

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

 span { border-color: rgb(210,150,191); }

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