#D97D82

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

Shades of Charm #D97D82

Tints of Charm #D97D82

Color information

#D97D82 (or 0xD97D82) is unknown color: approx Charm. HEX triplet: D9, 7D and 82. RGB value is (217,125,130). Sum of RGB (Red+Green+Blue) = 217+125+130=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97D82 is #26827D. Grayscale: #999999. Windows color (decimal): -2523774 or 8551897. OLE color: 8551897.

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

Color convert

RGB217125130-
CMYK00.420.400.15
HSL356.74º54.76%67.06%-
HSV(B)356.74º42.4%85.1%-
XYZ39.9831.0325-
YUV153.08114.98173.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=45.97%
G=26.48%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712513000.420.400.15356.7454.7667.06
HexD97D8202A28F1653743
Octal331175202052501754567103
Binary11011001111110110000010010101010100011111011001011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D82; }

 p { color: rgb(217,125,130); }

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

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

 a { background-color: rgb(217,125,130); }

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

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

 span { border-color: rgb(217,125,130); }

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