#D97982

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

Shades of Charm #D97982

Tints of Charm #D97982

Color information

#D97982 (or 0xD97982) is unknown color: approx Charm. HEX triplet: D9, 79 and 82. RGB value is (217,121,130). Sum of RGB (Red+Green+Blue) = 217+121+130=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D97982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97982 is #26867D. Grayscale: #969696. Windows color (decimal): -2524798 or 8550873. OLE color: 8550873.

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

Color convert

RGB217121130-
CMYK00.440.400.15
HSL354.38º55.81%66.27%-
HSV(B)354.38º44.24%85.1%-
XYZ39.4830.0424.84-
YUV150.73116.3175.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=46.37%
G=25.85%
B=27.78%

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
Decimal21712113000.440.400.15354.3855.8166.27
HexD9798202C28F1623842
Octal331171202054501754270102
Binary11011001111100110000010010110010100011111011000101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97982; }

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

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

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

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

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

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

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

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