#D97F8B

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

Shades of Charm #D97F8B

Tints of Charm #D97F8B

Color information

#D97F8B (or 0xD97F8B) is unknown color: approx Charm. HEX triplet: D9, 7F and 8B. RGB value is (217,127,139). Sum of RGB (Red+Green+Blue) = 217+127+139=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F8B is #268074. Grayscale: #9B9B9B. Windows color (decimal): -2523253 or 9142233. OLE color: 9142233.

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

Color convert

RGB217127139-
CMYK00.410.360.15
HSL352º54.22%67.45%-
HSV(B)352º41.47%85.1%-
XYZ40.8631.7928.41-
YUV155.28118.82172.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=44.93%
G=26.29%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712713900.410.360.1535254.2267.45
HexD97F8B02924F1603643
Octal331177213051441754066103
Binary11011001111111110001011010100110010011111011000001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97F8B; }

 p { color: rgb(217,127,139); }

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

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

 a { background-color: rgb(217,127,139); }

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

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

 span { border-color: rgb(217,127,139); }

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