#D97A82

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

Shades of Charm #D97A82

Tints of Charm #D97A82

Color information

#D97A82 (or 0xD97A82) is unknown color: approx Charm. HEX triplet: D9, 7A and 82. RGB value is (217,122,130). Sum of RGB (Red+Green+Blue) = 217+122+130=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A82 is #26857D. Grayscale: #979797. Windows color (decimal): -2524542 or 8551129. OLE color: 8551129.

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

Color convert

RGB217122130-
CMYK00.440.400.15
HSL354.95º55.56%66.47%-
HSV(B)354.95º43.78%85.1%-
XYZ39.630.2824.88-
YUV151.32115.97174.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=46.27%
G=26.01%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712213000.440.400.15354.9555.5666.47
HexD97A8202C28F1633842
Octal331172202054501754370102
Binary11011001111101010000010010110010100011111011000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A82; }

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

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

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

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

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

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

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

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