#D47A7E

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

Shades of Charm #D47A7E

Tints of Charm #D47A7E

Color information

#D47A7E (or 0xD47A7E) is unknown color: approx Charm. HEX triplet: D4, 7A and 7E. RGB value is (212,122,126). Sum of RGB (Red+Green+Blue) = 212+122+126=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A7E is #2B8581. Grayscale: #959595. Windows color (decimal): -2852226 or 8288980. OLE color: 8288980.

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

Color convert

RGB212122126-
CMYK00.420.410.17
HSL357.33º51.14%65.49%-
HSV(B)357.33º42.45%83.14%-
XYZ37.8829.4223.42-
YUV149.37114.82172.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=46.09%
G=26.52%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212212600.420.410.17357.3351.1465.49
HexD47A7E02A29111653341
Octal324172176052512154563101
Binary11010100111101011111100101010101001100011011001011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A7E; }

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

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

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

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

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

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

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

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