#D47A86

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

Shades of Charm #D47A86

Tints of Charm #D47A86

Color information

#D47A86 (or 0xD47A86) is unknown color: approx Charm. HEX triplet: D4, 7A and 86. RGB value is (212,122,134). Sum of RGB (Red+Green+Blue) = 212+122+134=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A86 is #2B8579. Grayscale: #969696. Windows color (decimal): -2852218 or 8813268. OLE color: 8813268.

HSL color Cylindrical-coordinate representation of color #D47A86: hue angle of 352º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47A86 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212122134-
CMYK00.420.370.17
HSL352º51.14%65.49%-
HSV(B)352º42.45%83.14%-
XYZ38.4129.6426.25-
YUV150.28118.82172.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=45.30%
G=26.07%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212213400.420.370.1735251.1465.49
HexD47A8602A25111603341
Octal324172206052452154063101
Binary110101001111010100001100101010100101100011011000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A86; }

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

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

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

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

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

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

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

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