Shades of Mandy #D8484F
Tints of Mandy #D8484F
RGB
CMYK
RGB Variations
Color information
#D8484F (or 0xD8484F) is known color: Mandy. HEX triplet: D8, 48 and 4F. RGB value is (216,72,79). Sum of RGB (Red+Green+Blue) = 216+72+79=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D8484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8484F is #27B7B0. Grayscale: #737373. Windows color (decimal): -2602929 or 5195992. OLE color: 5195992.
HSL color Cylindrical-coordinate representation of color #D8484F: hue angle of 357.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8484F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 79 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.15 |
| HSL | 357.08º | 0.65% | 0.56% | - |
| HSV(B) | 357.08º | 0.67% | 0.85% | - |
| XYZ | 32.05 | 19.8 | 9.53 | - |
| YUV | 115.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 79 | 0 | 0.67 | 0.63 | 0.15 | 357.08 | 0.65 | 0.56 |
| Hex | D8 | 48 | 4F | 0 | 43 | 3F | F | 165 | 41 | 38 |
| Octal | 330 | 110 | 117 | 0 | 103 | 77 | 17 | 545 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1001111 | 0 | 1000011 | 111111 | 1111 | 101100101 | 1000001 | 111000 |
Color Harmonies of #D8484F
Complementary color
Monochromatic Colors of #D8484F
Black with #D8484F
Text Example
Text Example
White with #D8484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8484F; }
p { color: rgb(216,72,79); }
H1.HeaderClassName
{
color: #D8484F;
}
.AnyTagClassName
{
color: #D8484F;
}
</style>
background-color css
<style>
a { background-color: #D8484F; }
a { background-color: rgb(216,72,79); }
div.DivClassName
{
background-color: #D8484F;
}
.BgClassName
{
background-color: #D8484F;
}
</style>
border-color css
<style>
span { border-color: #D8484F; }
span { border-color: rgb(216,72,79); }
td.TdClassName
{
border-color: #D8484F;
}
.TagClassName
{
border-color: #D8484F;
}
</style>