Shades of Mandy #D84455
Tints of Mandy #D84455
RGB
CMYK
RGB Variations
Color information
#D84455 (or 0xD84455) is known color: Mandy. HEX triplet: D8, 44 and 55. RGB value is (216,68,85). Sum of RGB (Red+Green+Blue) = 216+68+85=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D84455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84455 is #27BBAA. Grayscale: #727272. Windows color (decimal): -2603947 or 5588184. OLE color: 5588184.
HSL color Cylindrical-coordinate representation of color #D84455: hue angle of 353.11º 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 #D84455 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 85 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.15 |
| HSL | 353.11º | 0.65% | 0.56% | - |
| HSV(B) | 353.11º | 0.69% | 0.85% | - |
| XYZ | 32.03 | 19.39 | 10.65 | - |
| YUV | 114.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 85 | 0 | 0.69 | 0.61 | 0.15 | 353.11 | 0.65 | 0.56 |
| Hex | D8 | 44 | 55 | 0 | 45 | 3D | F | 161 | 41 | 38 |
| Octal | 330 | 104 | 125 | 0 | 105 | 75 | 17 | 541 | 101 | 70 |
| Binary | 11011000 | 1000100 | 1010101 | 0 | 1000101 | 111101 | 1111 | 101100001 | 1000001 | 111000 |
Color Harmonies of #D84455
Complementary color
Monochromatic Colors of #D84455
Black with #D84455
Text Example
Text Example
White with #D84455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84455; }
p { color: rgb(216,68,85); }
H1.HeaderClassName
{
color: #D84455;
}
.AnyTagClassName
{
color: #D84455;
}
</style>
background-color css
<style>
a { background-color: #D84455; }
a { background-color: rgb(216,68,85); }
div.DivClassName
{
background-color: #D84455;
}
.BgClassName
{
background-color: #D84455;
}
</style>
border-color css
<style>
span { border-color: #D84455; }
span { border-color: rgb(216,68,85); }
td.TdClassName
{
border-color: #D84455;
}
.TagClassName
{
border-color: #D84455;
}
</style>