Shades of Mandy #D84754
Tints of Mandy #D84754
RGB
CMYK
RGB Variations
Color information
#D84754 (or 0xD84754) is known color: Mandy. HEX triplet: D8, 47 and 54. RGB value is (216,71,84). Sum of RGB (Red+Green+Blue) = 216+71+84=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D84754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84754 is #27B8AB. Grayscale: #737373. Windows color (decimal): -2603180 or 5523416. OLE color: 5523416.
HSL color Cylindrical-coordinate representation of color #D84754: hue angle of 354.62º 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 #D84754 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 84 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.15 |
| HSL | 354.62º | 0.65% | 0.56% | - |
| HSV(B) | 354.62º | 0.67% | 0.85% | - |
| XYZ | 32.17 | 19.75 | 10.5 | - |
| YUV | 115.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 84 | 0 | 0.67 | 0.61 | 0.15 | 354.62 | 0.65 | 0.56 |
| Hex | D8 | 47 | 54 | 0 | 43 | 3D | F | 163 | 41 | 38 |
| Octal | 330 | 107 | 124 | 0 | 103 | 75 | 17 | 543 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1010100 | 0 | 1000011 | 111101 | 1111 | 101100011 | 1000001 | 111000 |
Color Harmonies of #D84754
Complementary color
Monochromatic Colors of #D84754
Black with #D84754
Text Example
Text Example
White with #D84754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84754; }
p { color: rgb(216,71,84); }
H1.HeaderClassName
{
color: #D84754;
}
.AnyTagClassName
{
color: #D84754;
}
</style>
background-color css
<style>
a { background-color: #D84754; }
a { background-color: rgb(216,71,84); }
div.DivClassName
{
background-color: #D84754;
}
.BgClassName
{
background-color: #D84754;
}
</style>
border-color css
<style>
span { border-color: #D84754; }
span { border-color: rgb(216,71,84); }
td.TdClassName
{
border-color: #D84754;
}
.TagClassName
{
border-color: #D84754;
}
</style>