#D47984

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

Shades of Charm #D47984

Tints of Charm #D47984

Color information

#D47984 (or 0xD47984) is unknown color: approx Charm. HEX triplet: D4, 79 and 84. RGB value is (212,121,132). Sum of RGB (Red+Green+Blue) = 212+121+132=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D47984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47984 is #2B867B. Grayscale: #959595. Windows color (decimal): -2852476 or 8681940. OLE color: 8681940.

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

Color convert

RGB212121132-
CMYK00.430.380.17
HSL352.75º51.41%65.29%-
HSV(B)352.75º42.92%83.14%-
XYZ38.1529.3425.48-
YUV149.46118.15172.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=45.59%
G=26.02%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212113200.430.380.17352.7551.4165.29
HexD4798402B26111613341
Octal324171204053462154163101
Binary110101001111001100001000101011100110100011011000011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47984; }

 p { color: rgb(212,121,132); }

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

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

 a { background-color: rgb(212,121,132); }

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

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

 span { border-color: rgb(212,121,132); }

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