#D97A81

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

Shades of Charm #D97A81

Tints of Charm #D97A81

Color information

#D97A81 (or 0xD97A81) is unknown color: approx Charm. HEX triplet: D9, 7A and 81. RGB value is (217,122,129). Sum of RGB (Red+Green+Blue) = 217+122+129=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A81 is #26857E. Grayscale: #979797. Windows color (decimal): -2524543 or 8485593. OLE color: 8485593.

HSL color Cylindrical-coordinate representation of color #D97A81: hue angle of 355.58º 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 #D97A81 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217122129-
CMYK00.440.410.15
HSL355.58º55.56%66.47%-
HSV(B)355.58º43.78%85.1%-
XYZ39.5430.2624.52-
YUV151.2115.47174.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=46.37%
G=26.07%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712212900.440.410.15355.5855.5666.47
HexD97A8102C29F1643842
Octal331172201054511754470102
Binary11011001111101010000001010110010100111111011001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A81; }

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

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

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

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

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

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

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

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