#D97886

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

Shades of Charm #D97886

Tints of Charm #D97886

Color information

#D97886 (or 0xD97886) is unknown color: approx Charm. HEX triplet: D9, 78 and 86. RGB value is (217,120,134). Sum of RGB (Red+Green+Blue) = 217+120+134=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D97886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97886 is #268779. Grayscale: #969696. Windows color (decimal): -2525050 or 8812761. OLE color: 8812761.

HSL color Cylindrical-coordinate representation of color #D97886: hue angle of 351.34º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97886 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217120134-
CMYK00.450.380.15
HSL351.34º56.07%66.08%-
HSV(B)351.34º44.7%85.1%-
XYZ39.6329.9126.24-
YUV150.6118.64175.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=46.07%
G=25.48%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712013400.450.380.15351.3456.0766.08
HexD9788602D26F15f3842
Octal331170206055461753770102
Binary11011001111100010000110010110110011011111010111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97886; }

 p { color: rgb(217,120,134); }

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

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

 a { background-color: rgb(217,120,134); }

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

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

 span { border-color: rgb(217,120,134); }

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