Shades of Mandy #D84552
Tints of Mandy #D84552
RGB
CMYK
RGB Variations
Color information
#D84552 (or 0xD84552) is known color: Mandy. HEX triplet: D8, 45 and 52. RGB value is (216,69,82). Sum of RGB (Red+Green+Blue) = 216+69+82=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D84552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84552 is #27BAAD. Grayscale: #727272. Windows color (decimal): -2603694 or 5391832. OLE color: 5391832.
HSL color Cylindrical-coordinate representation of color #D84552: hue angle of 354.69º 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 #D84552 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 82 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.15 |
| HSL | 354.69º | 0.65% | 0.56% | - |
| HSV(B) | 354.69º | 0.68% | 0.85% | - |
| XYZ | 31.97 | 19.46 | 10.05 | - |
| YUV | 114.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 82 | 0 | 0.68 | 0.62 | 0.15 | 354.69 | 0.65 | 0.56 |
| Hex | D8 | 45 | 52 | 0 | 44 | 3E | F | 163 | 41 | 38 |
| Octal | 330 | 105 | 122 | 0 | 104 | 76 | 17 | 543 | 101 | 70 |
| Binary | 11011000 | 1000101 | 1010010 | 0 | 1000100 | 111110 | 1111 | 101100011 | 1000001 | 111000 |
Color Harmonies of #D84552
Complementary color
Monochromatic Colors of #D84552
Black with #D84552
Text Example
Text Example
White with #D84552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84552; }
p { color: rgb(216,69,82); }
H1.HeaderClassName
{
color: #D84552;
}
.AnyTagClassName
{
color: #D84552;
}
</style>
background-color css
<style>
a { background-color: #D84552; }
a { background-color: rgb(216,69,82); }
div.DivClassName
{
background-color: #D84552;
}
.BgClassName
{
background-color: #D84552;
}
</style>
border-color css
<style>
span { border-color: #D84552; }
span { border-color: rgb(216,69,82); }
td.TdClassName
{
border-color: #D84552;
}
.TagClassName
{
border-color: #D84552;
}
</style>