#D97C84

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

Shades of Charm #D97C84

Tints of Charm #D97C84

Color information

#D97C84 (or 0xD97C84) is unknown color: approx Charm. HEX triplet: D9, 7C and 84. RGB value is (217,124,132). Sum of RGB (Red+Green+Blue) = 217+124+132=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C84 is #26837B. Grayscale: #989898. Windows color (decimal): -2524028 or 8682713. OLE color: 8682713.

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

Color convert

RGB217124132-
CMYK00.430.390.15
HSL354.84º55.03%66.86%-
HSV(B)354.84º42.86%85.1%-
XYZ39.9930.8325.67-
YUV152.72116.31173.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=45.88%
G=26.22%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712413200.430.390.15354.8455.0366.86
HexD97C8402B27F1633743
Octal331174204053471754367103
Binary11011001111110010000100010101110011111111011000111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97C84; }

 p { color: rgb(217,124,132); }

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

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

 a { background-color: rgb(217,124,132); }

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

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

 span { border-color: rgb(217,124,132); }

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