#D97C85

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

Shades of Charm #D97C85

Tints of Charm #D97C85

Color information

#D97C85 (or 0xD97C85) is unknown color: approx Charm. HEX triplet: D9, 7C and 85. RGB value is (217,124,133). Sum of RGB (Red+Green+Blue) = 217+124+133=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C85 is #26837A. Grayscale: #989898. Windows color (decimal): -2524027 or 8748249. OLE color: 8748249.

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

Color convert

RGB217124133-
CMYK00.430.390.15
HSL354.19º55.03%66.86%-
HSV(B)354.19º42.86%85.1%-
XYZ40.0630.8626.04-
YUV152.83116.81173.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 124 (48.83% from 255) = 26.16%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=45.78%
G=26.16%
B=28.06%

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
Decimal21712413300.430.390.15354.1955.0366.86
HexD97C8502B27F1623743
Octal331174205053471754267103
Binary11011001111110010000101010101110011111111011000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97C85; }

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

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

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

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

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

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

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

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