#D97F83

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

Shades of Charm #D97F83

Tints of Charm #D97F83

Color information

#D97F83 (or 0xD97F83) is unknown color: approx Charm. HEX triplet: D9, 7F and 83. RGB value is (217,127,131). Sum of RGB (Red+Green+Blue) = 217+127+131=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F83 is #26807C. Grayscale: #9A9A9A. Windows color (decimal): -2523261 or 8617945. OLE color: 8617945.

HSL color Cylindrical-coordinate representation of color #D97F83: hue angle of 357.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97F83 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217127131-
CMYK00.410.400.15
HSL357.33º54.22%67.45%-
HSV(B)357.33º41.47%85.1%-
XYZ40.331.5725.44-
YUV154.37114.82172.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=45.68%
G=26.74%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712713100.410.400.15357.3354.2267.45
HexD97F8302928F1653643
Octal331177203051501754566103
Binary11011001111111110000011010100110100011111011001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F83; }

 p { color: rgb(217,127,131); }

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

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

 a { background-color: rgb(217,127,131); }

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

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

 span { border-color: rgb(217,127,131); }

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