#D47280

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

Shades of Charm #D47280

Tints of Charm #D47280

Color information

#D47280 (or 0xD47280) is unknown color: approx Charm. HEX triplet: D4, 72 and 80. RGB value is (212,114,128). Sum of RGB (Red+Green+Blue) = 212+114+128=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D47280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47280 is #2B8D7F. Grayscale: #909090. Windows color (decimal): -2854272 or 8418004. OLE color: 8418004.

HSL color Cylindrical-coordinate representation of color #D47280: hue angle of 351.43º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47280 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212114128-
CMYK00.460.400.17
HSL351.43º53.26%63.92%-
HSV(B)351.43º46.23%83.14%-
XYZ37.0627.5923.79-
YUV144.9118.47175.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=46.70%
G=25.11%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211412800.460.400.17351.4353.2663.92
HexD4728002E281115f3540
Octal324162200056502153765100
Binary110101001110010100000000101110101000100011010111111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47280; }

 p { color: rgb(212,114,128); }

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

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

 a { background-color: rgb(212,114,128); }

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

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

 span { border-color: rgb(212,114,128); }

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