#D47A85

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

Shades of Charm #D47A85

Tints of Charm #D47A85

Color information

#D47A85 (or 0xD47A85) is unknown color: approx Charm. HEX triplet: D4, 7A and 85. RGB value is (212,122,133). Sum of RGB (Red+Green+Blue) = 212+122+133=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A85 is #2B857A. Grayscale: #969696. Windows color (decimal): -2852219 or 8747732. OLE color: 8747732.

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

Color convert

RGB212122133-
CMYK00.420.370.17
HSL352.67º51.14%65.49%-
HSV(B)352.67º42.45%83.14%-
XYZ38.3429.6125.88-
YUV150.16118.32172.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 133 (52.34% from 255) = 28.48%
R=45.40%
G=26.12%
B=28.48%

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
Decimal21212213300.420.370.17352.6751.1465.49
HexD47A8502A25111613341
Octal324172205052452154163101
Binary110101001111010100001010101010100101100011011000011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A85; }

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

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

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

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

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

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

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

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