#D47380

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

Shades of Charm #D47380

Tints of Charm #D47380

Color information

#D47380 (or 0xD47380) is unknown color: approx Charm. HEX triplet: D4, 73 and 80. RGB value is (212,115,128). Sum of RGB (Red+Green+Blue) = 212+115+128=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D47380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47380 is #2B8C7F. Grayscale: #919191. Windows color (decimal): -2854016 or 8418260. OLE color: 8418260.

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

Color convert

RGB212115128-
CMYK00.460.400.17
HSL351.96º53.01%64.12%-
HSV(B)351.96º45.75%83.14%-
XYZ37.1827.8223.83-
YUV145.49118.14175.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=46.59%
G=25.27%
B=28.13%

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
Decimal21211512800.460.400.17351.9653.0164.12
HexD4738002E28111603540
Octal324163200056502154065100
Binary110101001110011100000000101110101000100011011000001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47380; }

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

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

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

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

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

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

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

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