#D47A8C

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

Shades of Charm #D47A8C

Tints of Charm #D47A8C

Color information

#D47A8C (or 0xD47A8C) is unknown color: approx Charm. HEX triplet: D4, 7A and 8C. RGB value is (212,122,140). Sum of RGB (Red+Green+Blue) = 212+122+140=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A8C is #2B8573. Grayscale: #969696. Windows color (decimal): -2852212 or 9206484. OLE color: 9206484.

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

Color convert

RGB212122140-
CMYK00.420.340.17
HSL348º51.14%65.49%-
HSV(B)348º42.45%83.14%-
XYZ38.8429.8128.52-
YUV150.96121.82171.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=44.73%
G=25.74%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212214000.420.340.1734851.1465.49
HexD47A8C02A221115c3341
Octal324172214052422153463101
Binary110101001111010100011000101010100010100011010111001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A8C; }

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

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

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

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

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

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

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

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