#D47A93

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

Shades of Charm #D47A93

Tints of Charm #D47A93

Color information

#D47A93 (or 0xD47A93) is unknown color: approx Charm. HEX triplet: D4, 7A and 93. RGB value is (212,122,147). Sum of RGB (Red+Green+Blue) = 212+122+147=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A93 is #2B856C. Grayscale: #979797. Windows color (decimal): -2852205 or 9665236. OLE color: 9665236.

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

Color convert

RGB212122147-
CMYK00.420.310.17
HSL343.33º51.14%65.49%-
HSV(B)343.33º42.45%83.14%-
XYZ39.3830.0231.32-
YUV151.76125.32170.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=44.07%
G=25.36%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212214700.420.310.17343.3351.1465.49
HexD47A9302A1F111573341
Octal324172223052372152763101
Binary11010100111101010010011010101011111100011010101111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A93; }

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

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

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

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

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

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

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

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