Shades of Mandy #D8484C
Tints of Mandy #D8484C
RGB
CMYK
RGB Variations
Color information
#D8484C (or 0xD8484C) is known color: Mandy. HEX triplet: D8, 48 and 4C. RGB value is (216,72,76). Sum of RGB (Red+Green+Blue) = 216+72+76=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8484C is #27B7B3. Grayscale: #737373. Windows color (decimal): -2602932 or 4999384. OLE color: 4999384.
HSL color Cylindrical-coordinate representation of color #D8484C: hue angle of 358.33º 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 #D8484C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 76 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.15 |
| HSL | 358.33º | 0.65% | 0.56% | - |
| HSV(B) | 358.33º | 0.67% | 0.85% | - |
| XYZ | 31.94 | 19.76 | 8.97 | - |
| YUV | 115.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 76 | 0 | 0.67 | 0.65 | 0.15 | 358.33 | 0.65 | 0.56 |
| Hex | D8 | 48 | 4C | 0 | 43 | 41 | F | 166 | 41 | 38 |
| Octal | 330 | 110 | 114 | 0 | 103 | 101 | 17 | 546 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1001100 | 0 | 1000011 | 1000001 | 1111 | 101100110 | 1000001 | 111000 |
Color Harmonies of #D8484C
Complementary color
Monochromatic Colors of #D8484C
Black with #D8484C
Text Example
Text Example
White with #D8484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8484C; }
p { color: rgb(216,72,76); }
H1.HeaderClassName
{
color: #D8484C;
}
.AnyTagClassName
{
color: #D8484C;
}
</style>
background-color css
<style>
a { background-color: #D8484C; }
a { background-color: rgb(216,72,76); }
div.DivClassName
{
background-color: #D8484C;
}
.BgClassName
{
background-color: #D8484C;
}
</style>
border-color css
<style>
span { border-color: #D8484C; }
span { border-color: rgb(216,72,76); }
td.TdClassName
{
border-color: #D8484C;
}
.TagClassName
{
border-color: #D8484C;
}
</style>