Shades of Mandy #D84954
Tints of Mandy #D84954
RGB
CMYK
RGB Variations
Color information
#D84954 (or 0xD84954) is known color: Mandy. HEX triplet: D8, 49 and 54. RGB value is (216,73,84). Sum of RGB (Red+Green+Blue) = 216+73+84=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D84954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84954 is #27B6AB. Grayscale: #757575. Windows color (decimal): -2602668 or 5523928. OLE color: 5523928.
HSL color Cylindrical-coordinate representation of color #D84954: hue angle of 355.38º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84954 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 84 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.15 |
| HSL | 355.38º | 0.65% | 0.57% | - |
| HSV(B) | 355.38º | 0.66% | 0.85% | - |
| XYZ | 32.3 | 20 | 10.55 | - |
| YUV | 117.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 84 | 0 | 0.66 | 0.61 | 0.15 | 355.38 | 0.65 | 0.57 |
| Hex | D8 | 49 | 54 | 0 | 42 | 3D | F | 163 | 41 | 39 |
| Octal | 330 | 111 | 124 | 0 | 102 | 75 | 17 | 543 | 101 | 71 |
| Binary | 11011000 | 1001001 | 1010100 | 0 | 1000010 | 111101 | 1111 | 101100011 | 1000001 | 111001 |
Color Harmonies of #D84954
Complementary color
Monochromatic Colors of #D84954
Black with #D84954
Text Example
Text Example
White with #D84954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84954; }
p { color: rgb(216,73,84); }
H1.HeaderClassName
{
color: #D84954;
}
.AnyTagClassName
{
color: #D84954;
}
</style>
background-color css
<style>
a { background-color: #D84954; }
a { background-color: rgb(216,73,84); }
div.DivClassName
{
background-color: #D84954;
}
.BgClassName
{
background-color: #D84954;
}
</style>
border-color css
<style>
span { border-color: #D84954; }
span { border-color: rgb(216,73,84); }
td.TdClassName
{
border-color: #D84954;
}
.TagClassName
{
border-color: #D84954;
}
</style>