#D47D8B

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

Shades of Charm #D47D8B

Tints of Charm #D47D8B

Color information

#D47D8B (or 0xD47D8B) is unknown color: approx Charm. HEX triplet: D4, 7D and 8B. RGB value is (212,125,139). Sum of RGB (Red+Green+Blue) = 212+125+139=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47D8B is #2B8274. Grayscale: #989898. Windows color (decimal): -2851445 or 9141716. OLE color: 9141716.

HSL color Cylindrical-coordinate representation of color #D47D8B: hue angle of 350.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47D8B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212125139-
CMYK00.410.340.17
HSL350.34º50.29%66.08%-
HSV(B)350.34º41.04%83.14%-
XYZ39.1530.5328.26-
YUV152.61120.32170.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=44.54%
G=26.26%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212513900.410.340.17350.3450.2966.08
HexD47D8B029221115e3242
Octal324175213051422153662102
Binary110101001111101100010110101001100010100011010111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47D8B; }

 p { color: rgb(212,125,139); }

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

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

 a { background-color: rgb(212,125,139); }

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

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

 span { border-color: rgb(212,125,139); }

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