#D97E88

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

Shades of Charm #D97E88

Tints of Charm #D97E88

Color information

#D97E88 (or 0xD97E88) is unknown color: approx Charm. HEX triplet: D9, 7E and 88. RGB value is (217,126,136). Sum of RGB (Red+Green+Blue) = 217+126+136=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E88 is #268177. Grayscale: #9A9A9A. Windows color (decimal): -2523512 or 8945369. OLE color: 8945369.

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

Color convert

RGB217126136-
CMYK00.420.370.15
HSL353.41º54.49%67.25%-
HSV(B)353.41º41.94%85.1%-
XYZ40.5231.4527.23-
YUV154.35117.65172.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=45.30%
G=26.30%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712613600.420.370.15353.4154.4967.25
HexD97E8802A25F1613643
Octal331176210052451754166103
Binary11011001111111010001000010101010010111111011000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E88; }

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

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

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

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

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

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

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

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