Shades of Mandy #D34851
Tints of Mandy #D34851
RGB
CMYK
RGB Variations
Color information
#D34851 (or 0xD34851) is known color: Mandy. HEX triplet: D3, 48 and 51. RGB value is (211,72,81). Sum of RGB (Red+Green+Blue) = 211+72+81=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D34851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34851 is #2CB7AE. Grayscale: #727272. Windows color (decimal): -2930607 or 5327059. OLE color: 5327059.
HSL color Cylindrical-coordinate representation of color #D34851: hue angle of 356.12º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34851 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 81 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.17 |
| HSL | 356.12º | 0.61% | 0.55% | - |
| HSV(B) | 356.12º | 0.66% | 0.83% | - |
| XYZ | 30.67 | 19.08 | 9.85 | - |
| YUV | 114.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 81 | 0 | 0.66 | 0.62 | 0.17 | 356.12 | 0.61 | 0.55 |
| Hex | D3 | 48 | 51 | 0 | 42 | 3E | 11 | 164 | 3D | 37 |
| Octal | 323 | 110 | 121 | 0 | 102 | 76 | 21 | 544 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1010001 | 0 | 1000010 | 111110 | 10001 | 101100100 | 111101 | 110111 |
Color Harmonies of #D34851
Complementary color
Monochromatic Colors of #D34851
Black with #D34851
Text Example
Text Example
White with #D34851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34851; }
p { color: rgb(211,72,81); }
H1.HeaderClassName
{
color: #D34851;
}
.AnyTagClassName
{
color: #D34851;
}
</style>
background-color css
<style>
a { background-color: #D34851; }
a { background-color: rgb(211,72,81); }
div.DivClassName
{
background-color: #D34851;
}
.BgClassName
{
background-color: #D34851;
}
</style>
border-color css
<style>
span { border-color: #D34851; }
span { border-color: rgb(211,72,81); }
td.TdClassName
{
border-color: #D34851;
}
.TagClassName
{
border-color: #D34851;
}
</style>