Shades of Charm #D57484
Tints of Charm #D57484
RGB
CMYK
RGB Variations
Color information
#D57484 (or 0xD57484) is known color: Charm. HEX triplet: D5, 74 and 84. RGB value is (213,116,132). Sum of RGB (Red+Green+Blue) = 213+116+132=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D57484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57484 is #2A8B7B. Grayscale: #929292. Windows color (decimal): -2788220 or 8680661. OLE color: 8680661.
HSL color Cylindrical-coordinate representation of color #D57484: hue angle of 350.1º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57484 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 132 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.16 |
| HSL | 350.1º | 0.54% | 0.65% | - |
| HSV(B) | 350.1º | 0.46% | 0.84% | - |
| XYZ | 37.85 | 28.3 | 25.3 | - |
| YUV | 146.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 132 | 0 | 0.46 | 0.38 | 0.16 | 350.1 | 0.54 | 0.65 |
| Hex | D5 | 74 | 84 | 0 | 2E | 26 | 10 | 15E | 36 | 41 |
| Octal | 325 | 164 | 204 | 0 | 56 | 46 | 20 | 536 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10000100 | 0 | 101110 | 100110 | 10000 | 101011110 | 110110 | 1000001 |
Color Harmonies of #D57484
Complementary color
Monochromatic Colors of #D57484
Black with #D57484
Text Example
Text Example
White with #D57484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57484; }
p { color: rgb(213,116,132); }
H1.HeaderClassName
{
color: #D57484;
}
.AnyTagClassName
{
color: #D57484;
}
</style>
background-color css
<style>
a { background-color: #D57484; }
a { background-color: rgb(213,116,132); }
div.DivClassName
{
background-color: #D57484;
}
.BgClassName
{
background-color: #D57484;
}
</style>
border-color css
<style>
span { border-color: #D57484; }
span { border-color: rgb(213,116,132); }
td.TdClassName
{
border-color: #D57484;
}
.TagClassName
{
border-color: #D57484;
}
</style>