Shades of Mandy #D84050
Tints of Mandy #D84050
RGB
CMYK
RGB Variations
Color information
#D84050 (or 0xD84050) is known color: Mandy. HEX triplet: D8, 40 and 50. RGB value is (216,64,80). Sum of RGB (Red+Green+Blue) = 216+64+80=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D84050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84050 is #27BFAF. Grayscale: #6F6F6F. Windows color (decimal): -2604976 or 5259480. OLE color: 5259480.
HSL color Cylindrical-coordinate representation of color #D84050: hue angle of 353.68º 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 #D84050 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 80 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.15 |
| HSL | 353.68º | 0.66% | 0.55% | - |
| HSV(B) | 353.68º | 0.7% | 0.85% | - |
| XYZ | 31.6 | 18.84 | 9.56 | - |
| YUV | 111.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 80 | 0 | 0.70 | 0.63 | 0.15 | 353.68 | 0.66 | 0.55 |
| Hex | D8 | 40 | 50 | 0 | 46 | 3F | F | 162 | 42 | 37 |
| Octal | 330 | 100 | 120 | 0 | 106 | 77 | 17 | 542 | 102 | 67 |
| Binary | 11011000 | 1000000 | 1010000 | 0 | 1000110 | 111111 | 1111 | 101100010 | 1000010 | 110111 |
Color Harmonies of #D84050
Complementary color
Monochromatic Colors of #D84050
Black with #D84050
Text Example
Text Example
White with #D84050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84050; }
p { color: rgb(216,64,80); }
H1.HeaderClassName
{
color: #D84050;
}
.AnyTagClassName
{
color: #D84050;
}
</style>
background-color css
<style>
a { background-color: #D84050; }
a { background-color: rgb(216,64,80); }
div.DivClassName
{
background-color: #D84050;
}
.BgClassName
{
background-color: #D84050;
}
</style>
border-color css
<style>
span { border-color: #D84050; }
span { border-color: rgb(216,64,80); }
td.TdClassName
{
border-color: #D84050;
}
.TagClassName
{
border-color: #D84050;
}
</style>