#D47083

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

Shades of Charm #D47083

Tints of Charm #D47083

Color information

#D47083 (or 0xD47083) is unknown color: approx Charm. HEX triplet: D4, 70 and 83. RGB value is (212,112,131). Sum of RGB (Red+Green+Blue) = 212+112+131=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D47083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47083 is #2B8F7C. Grayscale: #909090. Windows color (decimal): -2854781 or 8614100. OLE color: 8614100.

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

Color convert

RGB212112131-
CMYK00.470.380.17
HSL348.6º53.76%63.53%-
HSV(B)348.6º47.17%83.14%-
XYZ37.0427.2224.78-
YUV144.07120.63176.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=46.59%
G=24.62%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211213100.470.380.17348.653.7663.53
HexD4708302F261115d3640
Octal324160203057462153566100
Binary110101001110000100000110101111100110100011010111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47083; }

 p { color: rgb(212,112,131); }

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

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

 a { background-color: rgb(212,112,131); }

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

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

 span { border-color: rgb(212,112,131); }

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