#D47A82

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

Shades of Charm #D47A82

Tints of Charm #D47A82

Color information

#D47A82 (or 0xD47A82) is unknown color: approx Charm. HEX triplet: D4, 7A and 82. RGB value is (212,122,130). Sum of RGB (Red+Green+Blue) = 212+122+130=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A82 is #2B857D. Grayscale: #959595. Windows color (decimal): -2852222 or 8551124. OLE color: 8551124.

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

Color convert

RGB212122130-
CMYK00.420.390.17
HSL354.67º51.14%65.49%-
HSV(B)354.67º42.45%83.14%-
XYZ38.1429.5324.81-
YUV149.82116.82172.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=45.69%
G=26.29%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212213000.420.390.17354.6751.1465.49
HexD47A8202A27111633341
Octal324172202052472154363101
Binary110101001111010100000100101010100111100011011000111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A82; }

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

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

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

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

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

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

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

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