Shades of Mandy #D84654
Tints of Mandy #D84654
RGB
CMYK
RGB Variations
Color information
#D84654 (or 0xD84654) is known color: Mandy. HEX triplet: D8, 46 and 54. RGB value is (216,70,84). Sum of RGB (Red+Green+Blue) = 216+70+84=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D84654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84654 is #27B9AB. Grayscale: #737373. Windows color (decimal): -2603436 or 5523160. OLE color: 5523160.
HSL color Cylindrical-coordinate representation of color #D84654: hue angle of 354.25º 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 #D84654 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 84 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.15 |
| HSL | 354.25º | 0.65% | 0.56% | - |
| HSV(B) | 354.25º | 0.68% | 0.85% | - |
| XYZ | 32.11 | 19.62 | 10.48 | - |
| YUV | 115.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 84 | 0 | 0.68 | 0.61 | 0.15 | 354.25 | 0.65 | 0.56 |
| Hex | D8 | 46 | 54 | 0 | 44 | 3D | F | 162 | 41 | 38 |
| Octal | 330 | 106 | 124 | 0 | 104 | 75 | 17 | 542 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1010100 | 0 | 1000100 | 111101 | 1111 | 101100010 | 1000001 | 111000 |
Color Harmonies of #D84654
Complementary color
Monochromatic Colors of #D84654
Black with #D84654
Text Example
Text Example
White with #D84654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84654; }
p { color: rgb(216,70,84); }
H1.HeaderClassName
{
color: #D84654;
}
.AnyTagClassName
{
color: #D84654;
}
</style>
background-color css
<style>
a { background-color: #D84654; }
a { background-color: rgb(216,70,84); }
div.DivClassName
{
background-color: #D84654;
}
.BgClassName
{
background-color: #D84654;
}
</style>
border-color css
<style>
span { border-color: #D84654; }
span { border-color: rgb(216,70,84); }
td.TdClassName
{
border-color: #D84654;
}
.TagClassName
{
border-color: #D84654;
}
</style>