Shades of Mandy #D34050
Tints of Mandy #D34050
RGB
CMYK
RGB Variations
Color information
#D34050 (or 0xD34050) is known color: Mandy. HEX triplet: D3, 40 and 50. RGB value is (211,64,80). Sum of RGB (Red+Green+Blue) = 211+64+80=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D34050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34050 is #2CBFAF. Grayscale: #6D6D6D. Windows color (decimal): -2932656 or 5259475. OLE color: 5259475.
HSL color Cylindrical-coordinate representation of color #D34050: hue angle of 353.47º 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 #D34050 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 80 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.17 |
| HSL | 353.47º | 0.63% | 0.54% | - |
| HSV(B) | 353.47º | 0.7% | 0.83% | - |
| XYZ | 30.15 | 18.09 | 9.49 | - |
| YUV | 109.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 80 | 0 | 0.70 | 0.62 | 0.17 | 353.47 | 0.63 | 0.54 |
| Hex | D3 | 40 | 50 | 0 | 46 | 3E | 11 | 161 | 3F | 36 |
| Octal | 323 | 100 | 120 | 0 | 106 | 76 | 21 | 541 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1010000 | 0 | 1000110 | 111110 | 10001 | 101100001 | 111111 | 110110 |
Color Harmonies of #D34050
Complementary color
Monochromatic Colors of #D34050
Black with #D34050
Text Example
Text Example
White with #D34050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34050; }
p { color: rgb(211,64,80); }
H1.HeaderClassName
{
color: #D34050;
}
.AnyTagClassName
{
color: #D34050;
}
</style>
background-color css
<style>
a { background-color: #D34050; }
a { background-color: rgb(211,64,80); }
div.DivClassName
{
background-color: #D34050;
}
.BgClassName
{
background-color: #D34050;
}
</style>
border-color css
<style>
span { border-color: #D34050; }
span { border-color: rgb(211,64,80); }
td.TdClassName
{
border-color: #D34050;
}
.TagClassName
{
border-color: #D34050;
}
</style>