Shades of Mandy #D84658
Tints of Mandy #D84658
RGB
CMYK
RGB Variations
Color information
#D84658 (or 0xD84658) is known color: Mandy. HEX triplet: D8, 46 and 58. RGB value is (216,70,88). Sum of RGB (Red+Green+Blue) = 216+70+88=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D84658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84658 is #27B9A7. Grayscale: #737373. Windows color (decimal): -2603432 or 5785304. OLE color: 5785304.
HSL color Cylindrical-coordinate representation of color #D84658: hue angle of 352.6º 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 #D84658 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 88 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.15 |
| HSL | 352.6º | 0.65% | 0.56% | - |
| HSV(B) | 352.6º | 0.68% | 0.85% | - |
| XYZ | 32.27 | 19.68 | 11.33 | - |
| YUV | 115.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 88 | 0 | 0.68 | 0.59 | 0.15 | 352.6 | 0.65 | 0.56 |
| Hex | D8 | 46 | 58 | 0 | 44 | 3B | F | 161 | 41 | 38 |
| Octal | 330 | 106 | 130 | 0 | 104 | 73 | 17 | 541 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1011000 | 0 | 1000100 | 111011 | 1111 | 101100001 | 1000001 | 111000 |
Color Harmonies of #D84658
Complementary color
Monochromatic Colors of #D84658
Black with #D84658
Text Example
Text Example
White with #D84658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84658; }
p { color: rgb(216,70,88); }
H1.HeaderClassName
{
color: #D84658;
}
.AnyTagClassName
{
color: #D84658;
}
</style>
background-color css
<style>
a { background-color: #D84658; }
a { background-color: rgb(216,70,88); }
div.DivClassName
{
background-color: #D84658;
}
.BgClassName
{
background-color: #D84658;
}
</style>
border-color css
<style>
span { border-color: #D84658; }
span { border-color: rgb(216,70,88); }
td.TdClassName
{
border-color: #D84658;
}
.TagClassName
{
border-color: #D84658;
}
</style>