Shades of Mandy #D84150
Tints of Mandy #D84150
RGB
CMYK
RGB Variations
Color information
#D84150 (or 0xD84150) is known color: Mandy. HEX triplet: D8, 41 and 50. RGB value is (216,65,80). Sum of RGB (Red+Green+Blue) = 216+65+80=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D84150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84150 is #27BEAF. Grayscale: #6F6F6F. Windows color (decimal): -2604720 or 5259736. OLE color: 5259736.
HSL color Cylindrical-coordinate representation of color #D84150: hue angle of 354.04º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84150 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 80 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.15 |
| HSL | 354.04º | 0.66% | 0.55% | - |
| HSV(B) | 354.04º | 0.7% | 0.85% | - |
| XYZ | 31.66 | 18.96 | 9.58 | - |
| YUV | 111.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 80 | 0 | 0.70 | 0.63 | 0.15 | 354.04 | 0.66 | 0.55 |
| Hex | D8 | 41 | 50 | 0 | 46 | 3F | F | 162 | 42 | 37 |
| Octal | 330 | 101 | 120 | 0 | 106 | 77 | 17 | 542 | 102 | 67 |
| Binary | 11011000 | 1000001 | 1010000 | 0 | 1000110 | 111111 | 1111 | 101100010 | 1000010 | 110111 |
Color Harmonies of #D84150
Complementary color
Monochromatic Colors of #D84150
Black with #D84150
Text Example
Text Example
White with #D84150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84150; }
p { color: rgb(216,65,80); }
H1.HeaderClassName
{
color: #D84150;
}
.AnyTagClassName
{
color: #D84150;
}
</style>
background-color css
<style>
a { background-color: #D84150; }
a { background-color: rgb(216,65,80); }
div.DivClassName
{
background-color: #D84150;
}
.BgClassName
{
background-color: #D84150;
}
</style>
border-color css
<style>
span { border-color: #D84150; }
span { border-color: rgb(216,65,80); }
td.TdClassName
{
border-color: #D84150;
}
.TagClassName
{
border-color: #D84150;
}
</style>