Shades of Mandy #D84648
Tints of Mandy #D84648
RGB
CMYK
RGB Variations
Color information
#D84648 (or 0xD84648) is known color: Mandy. HEX triplet: D8, 46 and 48. RGB value is (216,70,72). Sum of RGB (Red+Green+Blue) = 216+70+72=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D84648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84648 is #27B9B7. Grayscale: #727272. Windows color (decimal): -2603448 or 4736728. OLE color: 4736728.
HSL color Cylindrical-coordinate representation of color #D84648: hue angle of 359.18º 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 #D84648 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 72 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.15 |
| HSL | 359.18º | 0.65% | 0.56% | - |
| HSV(B) | 359.18º | 0.68% | 0.85% | - |
| XYZ | 31.68 | 19.45 | 8.21 | - |
| YUV | 113.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 72 | 0 | 0.68 | 0.67 | 0.15 | 359.18 | 0.65 | 0.56 |
| Hex | D8 | 46 | 48 | 0 | 44 | 43 | F | 167 | 41 | 38 |
| Octal | 330 | 106 | 110 | 0 | 104 | 103 | 17 | 547 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1001000 | 0 | 1000100 | 1000011 | 1111 | 101100111 | 1000001 | 111000 |
Color Harmonies of #D84648
Complementary color
Monochromatic Colors of #D84648
Black with #D84648
Text Example
Text Example
White with #D84648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84648; }
p { color: rgb(216,70,72); }
H1.HeaderClassName
{
color: #D84648;
}
.AnyTagClassName
{
color: #D84648;
}
</style>
background-color css
<style>
a { background-color: #D84648; }
a { background-color: rgb(216,70,72); }
div.DivClassName
{
background-color: #D84648;
}
.BgClassName
{
background-color: #D84648;
}
</style>
border-color css
<style>
span { border-color: #D84648; }
span { border-color: rgb(216,70,72); }
td.TdClassName
{
border-color: #D84648;
}
.TagClassName
{
border-color: #D84648;
}
</style>