Shades of Mandy #D8484D
Tints of Mandy #D8484D
RGB
CMYK
RGB Variations
Color information
#D8484D (or 0xD8484D) is known color: Mandy. HEX triplet: D8, 48 and 4D. RGB value is (216,72,77). Sum of RGB (Red+Green+Blue) = 216+72+77=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8484D is #27B7B2. Grayscale: #737373. Windows color (decimal): -2602931 or 5064920. OLE color: 5064920.
HSL color Cylindrical-coordinate representation of color #D8484D: hue angle of 357.92º 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 #D8484D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 77 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.15 |
| HSL | 357.92º | 0.65% | 0.56% | - |
| HSV(B) | 357.92º | 0.67% | 0.85% | - |
| XYZ | 31.98 | 19.77 | 9.15 | - |
| YUV | 115.63 | 106.21 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 77 | 0 | 0.67 | 0.64 | 0.15 | 357.92 | 0.65 | 0.56 |
| Hex | D8 | 48 | 4D | 0 | 43 | 40 | F | 166 | 41 | 38 |
| Octal | 330 | 110 | 115 | 0 | 103 | 100 | 17 | 546 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1001101 | 0 | 1000011 | 1000000 | 1111 | 101100110 | 1000001 | 111000 |
Color Harmonies of #D8484D
Complementary color
Monochromatic Colors of #D8484D
Black with #D8484D
Text Example
Text Example
White with #D8484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8484D; }
p { color: rgb(216,72,77); }
H1.HeaderClassName
{
color: #D8484D;
}
.AnyTagClassName
{
color: #D8484D;
}
</style>
background-color css
<style>
a { background-color: #D8484D; }
a { background-color: rgb(216,72,77); }
div.DivClassName
{
background-color: #D8484D;
}
.BgClassName
{
background-color: #D8484D;
}
</style>
border-color css
<style>
span { border-color: #D8484D; }
span { border-color: rgb(216,72,77); }
td.TdClassName
{
border-color: #D8484D;
}
.TagClassName
{
border-color: #D8484D;
}
</style>