Shades of Mandy #D34449
Tints of Mandy #D34449
RGB
CMYK
RGB Variations
Color information
#D34449 (or 0xD34449) is known color: Mandy. HEX triplet: D3, 44 and 49. RGB value is (211,68,73). Sum of RGB (Red+Green+Blue) = 211+68+73=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D34449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34449 is #2CBBB6. Grayscale: #6F6F6F. Windows color (decimal): -2931639 or 4801747. OLE color: 4801747.
HSL color Cylindrical-coordinate representation of color #D34449: hue angle of 357.9º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34449 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 73 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.17 |
| HSL | 357.9º | 0.62% | 0.55% | - |
| HSV(B) | 357.9º | 0.68% | 0.83% | - |
| XYZ | 30.13 | 18.46 | 8.28 | - |
| YUV | 111.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 73 | 0 | 0.68 | 0.65 | 0.17 | 357.9 | 0.62 | 0.55 |
| Hex | D3 | 44 | 49 | 0 | 44 | 41 | 11 | 166 | 3E | 37 |
| Octal | 323 | 104 | 111 | 0 | 104 | 101 | 21 | 546 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1001001 | 0 | 1000100 | 1000001 | 10001 | 101100110 | 111110 | 110111 |
Color Harmonies of #D34449
Complementary color
Monochromatic Colors of #D34449
Black with #D34449
Text Example
Text Example
White with #D34449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34449; }
p { color: rgb(211,68,73); }
H1.HeaderClassName
{
color: #D34449;
}
.AnyTagClassName
{
color: #D34449;
}
</style>
background-color css
<style>
a { background-color: #D34449; }
a { background-color: rgb(211,68,73); }
div.DivClassName
{
background-color: #D34449;
}
.BgClassName
{
background-color: #D34449;
}
</style>
border-color css
<style>
span { border-color: #D34449; }
span { border-color: rgb(211,68,73); }
td.TdClassName
{
border-color: #D34449;
}
.TagClassName
{
border-color: #D34449;
}
</style>