Shades of Mandy #D33E52
Tints of Mandy #D33E52
RGB
CMYK
RGB Variations
Color information
#D33E52 (or 0xD33E52) is known color: Mandy. HEX triplet: D3, 3E and 52. RGB value is (211,62,82). Sum of RGB (Red+Green+Blue) = 211+62+82=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33E52 is #2CC1AD. Grayscale: #6C6C6C. Windows color (decimal): -2933166 or 5390035. OLE color: 5390035.
HSL color Cylindrical-coordinate representation of color #D33E52: hue angle of 351.95º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33E52 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 82 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.17 |
| HSL | 351.95º | 0.63% | 0.54% | - |
| HSV(B) | 351.95º | 0.71% | 0.83% | - |
| XYZ | 30.11 | 17.9 | 9.85 | - |
| YUV | 108.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 82 | 0 | 0.71 | 0.61 | 0.17 | 351.95 | 0.63 | 0.54 |
| Hex | D3 | 3E | 52 | 0 | 47 | 3D | 11 | 160 | 3F | 36 |
| Octal | 323 | 76 | 122 | 0 | 107 | 75 | 21 | 540 | 77 | 66 |
| Binary | 11010011 | 111110 | 1010010 | 0 | 1000111 | 111101 | 10001 | 101100000 | 111111 | 110110 |
Color Harmonies of #D33E52
Complementary color
Monochromatic Colors of #D33E52
Black with #D33E52
Text Example
Text Example
White with #D33E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33E52; }
p { color: rgb(211,62,82); }
H1.HeaderClassName
{
color: #D33E52;
}
.AnyTagClassName
{
color: #D33E52;
}
</style>
background-color css
<style>
a { background-color: #D33E52; }
a { background-color: rgb(211,62,82); }
div.DivClassName
{
background-color: #D33E52;
}
.BgClassName
{
background-color: #D33E52;
}
</style>
border-color css
<style>
span { border-color: #D33E52; }
span { border-color: rgb(211,62,82); }
td.TdClassName
{
border-color: #D33E52;
}
.TagClassName
{
border-color: #D33E52;
}
</style>