#D97E8D

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

Shades of Charm #D97E8D

Tints of Charm #D97E8D

Color information

#D97E8D (or 0xD97E8D) is unknown color: approx Charm. HEX triplet: D9, 7E and 8D. RGB value is (217,126,141). Sum of RGB (Red+Green+Blue) = 217+126+141=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E8D is #268172. Grayscale: #9A9A9A. Windows color (decimal): -2523507 or 9273049. OLE color: 9273049.

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

Color convert

RGB217126141-
CMYK00.420.350.15
HSL350.11º54.49%67.25%-
HSV(B)350.11º41.94%85.1%-
XYZ40.8831.629.14-
YUV154.92120.15172.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=44.83%
G=26.03%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712614100.420.350.15350.1154.4967.25
HexD97E8D02A23F15e3643
Octal331176215052431753666103
Binary11011001111111010001101010101010001111111010111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E8D; }

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

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

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

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

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

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

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

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