#D47F92

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

Shades of Charm #D47F92

Tints of Charm #D47F92

Color information

#D47F92 (or 0xD47F92) is unknown color: approx Charm. HEX triplet: D4, 7F and 92. RGB value is (212,127,146). Sum of RGB (Red+Green+Blue) = 212+127+146=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F92 is #2B806D. Grayscale: #9A9A9A. Windows color (decimal): -2850926 or 9600980. OLE color: 9600980.

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

Color convert

RGB212127146-
CMYK00.400.310.17
HSL346.59º49.71%66.47%-
HSV(B)346.59º40.09%83.14%-
XYZ39.9331.2531.12-
YUV154.58123.16168.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=43.71%
G=26.19%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212714600.400.310.17346.5949.7166.47
HexD47F920281F1115b3242
Octal324177222050372153362102
Binary11010100111111110010010010100011111100011010110111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F92; }

 p { color: rgb(212,127,146); }

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

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

 a { background-color: rgb(212,127,146); }

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

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

 span { border-color: rgb(212,127,146); }

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