#D47785

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

Shades of Charm #D47785

Tints of Charm #D47785

Color information

#D47785 (or 0xD47785) is unknown color: approx Charm. HEX triplet: D4, 77 and 85. RGB value is (212,119,133). Sum of RGB (Red+Green+Blue) = 212+119+133=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D47785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47785 is #2B887A. Grayscale: #949494. Windows color (decimal): -2852987 or 8746964. OLE color: 8746964.

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

Color convert

RGB212119133-
CMYK00.440.370.17
HSL350.97º51.96%64.9%-
HSV(B)350.97º43.87%83.14%-
XYZ37.9828.8825.76-
YUV148.4119.31173.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=45.69%
G=25.65%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211913300.440.370.17350.9751.9664.9
HexD4778502C251115f3441
Octal324167205054452153764101
Binary110101001110111100001010101100100101100011010111111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47785; }

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

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

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

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

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

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

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

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