#D47A8A

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

Shades of Charm #D47A8A

Tints of Charm #D47A8A

Color information

#D47A8A (or 0xD47A8A) is unknown color: approx Charm. HEX triplet: D4, 7A and 8A. RGB value is (212,122,138). Sum of RGB (Red+Green+Blue) = 212+122+138=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A8A is #2B8575. Grayscale: #969696. Windows color (decimal): -2852214 or 9075412. OLE color: 9075412.

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

Color convert

RGB212122138-
CMYK00.420.350.17
HSL349.33º51.14%65.49%-
HSV(B)349.33º42.45%83.14%-
XYZ38.729.7527.75-
YUV150.73120.82171.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=44.92%
G=25.85%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212213800.420.350.17349.3351.1465.49
HexD47A8A02A231115d3341
Octal324172212052432153563101
Binary110101001111010100010100101010100011100011010111011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A8A; }

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

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

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

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

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

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

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

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