Shades of Mandy #D84458
Tints of Mandy #D84458
RGB
CMYK
RGB Variations
Color information
#D84458 (or 0xD84458) is known color: Mandy. HEX triplet: D8, 44 and 58. RGB value is (216,68,88). Sum of RGB (Red+Green+Blue) = 216+68+88=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D84458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84458 is #27BBA7. Grayscale: #727272. Windows color (decimal): -2603944 or 5784792. OLE color: 5784792.
HSL color Cylindrical-coordinate representation of color #D84458: hue angle of 351.89º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84458 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 88 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.15 |
| HSL | 351.89º | 0.65% | 0.56% | - |
| HSV(B) | 351.89º | 0.69% | 0.85% | - |
| XYZ | 32.15 | 19.44 | 11.29 | - |
| YUV | 114.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 88 | 0 | 0.69 | 0.59 | 0.15 | 351.89 | 0.65 | 0.56 |
| Hex | D8 | 44 | 58 | 0 | 45 | 3B | F | 160 | 41 | 38 |
| Octal | 330 | 104 | 130 | 0 | 105 | 73 | 17 | 540 | 101 | 70 |
| Binary | 11011000 | 1000100 | 1011000 | 0 | 1000101 | 111011 | 1111 | 101100000 | 1000001 | 111000 |
Color Harmonies of #D84458
Complementary color
Monochromatic Colors of #D84458
Black with #D84458
Text Example
Text Example
White with #D84458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84458; }
p { color: rgb(216,68,88); }
H1.HeaderClassName
{
color: #D84458;
}
.AnyTagClassName
{
color: #D84458;
}
</style>
background-color css
<style>
a { background-color: #D84458; }
a { background-color: rgb(216,68,88); }
div.DivClassName
{
background-color: #D84458;
}
.BgClassName
{
background-color: #D84458;
}
</style>
border-color css
<style>
span { border-color: #D84458; }
span { border-color: rgb(216,68,88); }
td.TdClassName
{
border-color: #D84458;
}
.TagClassName
{
border-color: #D84458;
}
</style>