Shades of Mandy #D34055
Tints of Mandy #D34055
RGB
CMYK
RGB Variations
Color information
#D34055 (or 0xD34055) is known color: Mandy. HEX triplet: D3, 40 and 55. RGB value is (211,64,85). Sum of RGB (Red+Green+Blue) = 211+64+85=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D34055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34055 is #2CBFAA. Grayscale: #6E6E6E. Windows color (decimal): -2932651 or 5587155. OLE color: 5587155.
HSL color Cylindrical-coordinate representation of color #D34055: hue angle of 351.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34055 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 85 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.17 |
| HSL | 351.43º | 0.63% | 0.54% | - |
| HSV(B) | 351.43º | 0.7% | 0.83% | - |
| XYZ | 30.34 | 18.17 | 10.5 | - |
| YUV | 110.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 85 | 0 | 0.70 | 0.60 | 0.17 | 351.43 | 0.63 | 0.54 |
| Hex | D3 | 40 | 55 | 0 | 46 | 3C | 11 | 15F | 3F | 36 |
| Octal | 323 | 100 | 125 | 0 | 106 | 74 | 21 | 537 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1010101 | 0 | 1000110 | 111100 | 10001 | 101011111 | 111111 | 110110 |
Color Harmonies of #D34055
Complementary color
Monochromatic Colors of #D34055
Black with #D34055
Text Example
Text Example
White with #D34055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34055; }
p { color: rgb(211,64,85); }
H1.HeaderClassName
{
color: #D34055;
}
.AnyTagClassName
{
color: #D34055;
}
</style>
background-color css
<style>
a { background-color: #D34055; }
a { background-color: rgb(211,64,85); }
div.DivClassName
{
background-color: #D34055;
}
.BgClassName
{
background-color: #D34055;
}
</style>
border-color css
<style>
span { border-color: #D34055; }
span { border-color: rgb(211,64,85); }
td.TdClassName
{
border-color: #D34055;
}
.TagClassName
{
border-color: #D34055;
}
</style>