#D47E80

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

Shades of Charm #D47E80

Tints of Charm #D47E80

Color information

#D47E80 (or 0xD47E80) is unknown color: approx Charm. HEX triplet: D4, 7E and 80. RGB value is (212,126,128). Sum of RGB (Red+Green+Blue) = 212+126+128=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47E80 is #2B817F. Grayscale: #989898. Windows color (decimal): -2851200 or 8421076. OLE color: 8421076.

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

Color convert

RGB212126128-
CMYK00.410.400.17
HSL358.6º50%66.27%-
HSV(B)358.6º40.57%83.14%-
XYZ38.5130.4824.28-
YUV151.94114.49170.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=45.49%
G=27.04%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212612800.410.400.17358.65066.27
HexD47E8002928111673242
Octal324176200051502154762102
Binary110101001111110100000000101001101000100011011001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47E80; }

 p { color: rgb(212,126,128); }

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

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

 a { background-color: rgb(212,126,128); }

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

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

 span { border-color: rgb(212,126,128); }

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