#D47A94

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

Shades of Charm #D47A94

Tints of Charm #D47A94

Color information

#D47A94 (or 0xD47A94) is unknown color: approx Charm. HEX triplet: D4, 7A and 94. RGB value is (212,122,148). Sum of RGB (Red+Green+Blue) = 212+122+148=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A94 is #2B856B. Grayscale: #979797. Windows color (decimal): -2852204 or 9730772. OLE color: 9730772.

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

Color convert

RGB212122148-
CMYK00.420.300.17
HSL342.67º51.14%65.49%-
HSV(B)342.67º42.45%83.14%-
XYZ39.4630.0531.74-
YUV151.87125.82170.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=43.98%
G=25.31%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212214800.420.300.17342.6751.1465.49
HexD47A9402A1E111573341
Octal324172224052362152763101
Binary11010100111101010010100010101011110100011010101111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A94; }

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

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

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

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

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

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

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

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