#D47F86

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

Shades of Charm #D47F86

Tints of Charm #D47F86

Color information

#D47F86 (or 0xD47F86) is unknown color: approx Charm. HEX triplet: D4, 7F and 86. RGB value is (212,127,134). Sum of RGB (Red+Green+Blue) = 212+127+134=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F86 is #2B8079. Grayscale: #999999. Windows color (decimal): -2850938 or 8814548. OLE color: 8814548.

HSL color Cylindrical-coordinate representation of color #D47F86: hue angle of 355.06º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47F86 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212127134-
CMYK00.400.370.17
HSL355.06º49.71%66.47%-
HSV(B)355.06º40.09%83.14%-
XYZ39.0430.926.46-
YUV153.21117.16169.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.82%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=44.82%
G=26.85%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212713400.400.370.17355.0649.7166.47
HexD47F8602825111633242
Octal324177206050452154362102
Binary110101001111111100001100101000100101100011011000111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F86; }

 p { color: rgb(212,127,134); }

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

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

 a { background-color: rgb(212,127,134); }

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

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

 span { border-color: rgb(212,127,134); }

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