#D47B80

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

Shades of Charm #D47B80

Tints of Charm #D47B80

Color information

#D47B80 (or 0xD47B80) is unknown color: approx Charm. HEX triplet: D4, 7B and 80. RGB value is (212,123,128). Sum of RGB (Red+Green+Blue) = 212+123+128=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B80 is #2B847F. Grayscale: #969696. Windows color (decimal): -2851968 or 8420308. OLE color: 8420308.

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

Color convert

RGB212123128-
CMYK00.420.400.17
HSL356.63º50.86%65.69%-
HSV(B)356.63º41.98%83.14%-
XYZ38.1329.7224.15-
YUV150.18115.49172.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.79%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=45.79%
G=26.57%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212312800.420.400.17356.6350.8665.69
HexD47B8002A28111653342
Octal324173200052502154563102
Binary110101001111011100000000101010101000100011011001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47B80; }

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

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

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

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

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

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

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

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