#D97E85

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

Shades of Charm #D97E85

Tints of Charm #D97E85

Color information

#D97E85 (or 0xD97E85) is unknown color: approx Charm. HEX triplet: D9, 7E and 85. RGB value is (217,126,133). Sum of RGB (Red+Green+Blue) = 217+126+133=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E85 is #26817A. Grayscale: #9A9A9A. Windows color (decimal): -2523515 or 8748761. OLE color: 8748761.

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

Color convert

RGB217126133-
CMYK00.420.390.15
HSL355.38º54.49%67.25%-
HSV(B)355.38º41.94%85.1%-
XYZ40.3131.3726.12-
YUV154.01116.15172.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=45.59%
G=26.47%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712613300.420.390.15355.3854.4967.25
HexD97E8502A27F1633643
Octal331176205052471754366103
Binary11011001111111010000101010101010011111111011000111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E85; }

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

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

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

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

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

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

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

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