Shades of Mandy #D8464D
Tints of Mandy #D8464D
RGB
CMYK
RGB Variations
Color information
#D8464D (or 0xD8464D) is known color: Mandy. HEX triplet: D8, 46 and 4D. RGB value is (216,70,77). Sum of RGB (Red+Green+Blue) = 216+70+77=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8464D is #27B9B2. Grayscale: #727272. Windows color (decimal): -2603443 or 5064408. OLE color: 5064408.
HSL color Cylindrical-coordinate representation of color #D8464D: hue angle of 357.12º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8464D is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 77 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.15 |
| HSL | 357.12º | 0.65% | 0.56% | - |
| HSV(B) | 357.12º | 0.68% | 0.85% | - |
| XYZ | 31.85 | 19.52 | 9.11 | - |
| YUV | 114.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 77 | 0 | 0.68 | 0.64 | 0.15 | 357.12 | 0.65 | 0.56 |
| Hex | D8 | 46 | 4D | 0 | 44 | 40 | F | 165 | 41 | 38 |
| Octal | 330 | 106 | 115 | 0 | 104 | 100 | 17 | 545 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1001101 | 0 | 1000100 | 1000000 | 1111 | 101100101 | 1000001 | 111000 |
Color Harmonies of #D8464D
Complementary color
Monochromatic Colors of #D8464D
Black with #D8464D
Text Example
Text Example
White with #D8464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8464D; }
p { color: rgb(216,70,77); }
H1.HeaderClassName
{
color: #D8464D;
}
.AnyTagClassName
{
color: #D8464D;
}
</style>
background-color css
<style>
a { background-color: #D8464D; }
a { background-color: rgb(216,70,77); }
div.DivClassName
{
background-color: #D8464D;
}
.BgClassName
{
background-color: #D8464D;
}
</style>
border-color css
<style>
span { border-color: #D8464D; }
span { border-color: rgb(216,70,77); }
td.TdClassName
{
border-color: #D8464D;
}
.TagClassName
{
border-color: #D8464D;
}
</style>