#D47F84

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

Shades of Charm #D47F84

Tints of Charm #D47F84

Color information

#D47F84 (or 0xD47F84) is unknown color: approx Charm. HEX triplet: D4, 7F and 84. RGB value is (212,127,132). Sum of RGB (Red+Green+Blue) = 212+127+132=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F84 is #2B807B. Grayscale: #999999. Windows color (decimal): -2850940 or 8683476. OLE color: 8683476.

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

Color convert

RGB212127132-
CMYK00.400.380.17
HSL356.47º49.71%66.47%-
HSV(B)356.47º40.09%83.14%-
XYZ38.9130.8425.73-
YUV152.98116.16170.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=45.01%
G=26.96%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212713200.400.380.17356.4749.7166.47
HexD47F8402826111643242
Octal324177204050462154462102
Binary110101001111111100001000101000100110100011011001001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F84; }

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

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

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

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

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

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

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

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