#D97E84

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

Shades of Charm #D97E84

Tints of Charm #D97E84

Color information

#D97E84 (or 0xD97E84) is unknown color: approx Charm. HEX triplet: D9, 7E and 84. RGB value is (217,126,132). Sum of RGB (Red+Green+Blue) = 217+126+132=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E84 is #26817B. Grayscale: #999999. Windows color (decimal): -2523516 or 8683225. OLE color: 8683225.

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

Color convert

RGB217126132-
CMYK00.420.390.15
HSL356.04º54.49%67.25%-
HSV(B)356.04º41.94%85.1%-
XYZ40.2431.3425.76-
YUV153.89115.65173.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=45.68%
G=26.53%
B=27.79%

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
Decimal21712613200.420.390.15356.0454.4967.25
HexD97E8402A27F1643643
Octal331176204052471754466103
Binary11011001111111010000100010101010011111111011001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E84; }

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

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

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

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

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

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

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

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