Shades of Mandy #D84761
Tints of Mandy #D84761
RGB
CMYK
RGB Variations
Color information
#D84761 (or 0xD84761) is known color: Mandy. HEX triplet: D8, 47 and 61. RGB value is (216,71,97). Sum of RGB (Red+Green+Blue) = 216+71+97=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D84761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84761 is #27B89E. Grayscale: #757575. Windows color (decimal): -2603167 or 6375384. OLE color: 6375384.
HSL color Cylindrical-coordinate representation of color #D84761: hue angle of 349.24º 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 #D84761 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 97 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.15 |
| HSL | 349.24º | 0.65% | 0.56% | - |
| HSV(B) | 349.24º | 0.67% | 0.85% | - |
| XYZ | 32.73 | 19.97 | 13.44 | - |
| YUV | 117.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 97 | 0 | 0.67 | 0.55 | 0.15 | 349.24 | 0.65 | 0.56 |
| Hex | D8 | 47 | 61 | 0 | 43 | 37 | F | 15D | 41 | 38 |
| Octal | 330 | 107 | 141 | 0 | 103 | 67 | 17 | 535 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1100001 | 0 | 1000011 | 110111 | 1111 | 101011101 | 1000001 | 111000 |
Color Harmonies of #D84761
Complementary color
Monochromatic Colors of #D84761
Black with #D84761
Text Example
Text Example
White with #D84761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84761; }
p { color: rgb(216,71,97); }
H1.HeaderClassName
{
color: #D84761;
}
.AnyTagClassName
{
color: #D84761;
}
</style>
background-color css
<style>
a { background-color: #D84761; }
a { background-color: rgb(216,71,97); }
div.DivClassName
{
background-color: #D84761;
}
.BgClassName
{
background-color: #D84761;
}
</style>
border-color css
<style>
span { border-color: #D84761; }
span { border-color: rgb(216,71,97); }
td.TdClassName
{
border-color: #D84761;
}
.TagClassName
{
border-color: #D84761;
}
</style>