Shades of Mandy #D34853
Tints of Mandy #D34853
RGB
CMYK
RGB Variations
Color information
#D34853 (or 0xD34853) is known color: Mandy. HEX triplet: D3, 48 and 53. RGB value is (211,72,83). Sum of RGB (Red+Green+Blue) = 211+72+83=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D34853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34853 is #2CB7AC. Grayscale: #727272. Windows color (decimal): -2930605 or 5458131. OLE color: 5458131.
HSL color Cylindrical-coordinate representation of color #D34853: hue angle of 355.25º 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 #D34853 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 83 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.17 |
| HSL | 355.25º | 0.61% | 0.55% | - |
| HSV(B) | 355.25º | 0.66% | 0.83% | - |
| XYZ | 30.74 | 19.11 | 10.25 | - |
| YUV | 114.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 83 | 0 | 0.66 | 0.61 | 0.17 | 355.25 | 0.61 | 0.55 |
| Hex | D3 | 48 | 53 | 0 | 42 | 3D | 11 | 163 | 3D | 37 |
| Octal | 323 | 110 | 123 | 0 | 102 | 75 | 21 | 543 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1010011 | 0 | 1000010 | 111101 | 10001 | 101100011 | 111101 | 110111 |
Color Harmonies of #D34853
Complementary color
Monochromatic Colors of #D34853
Black with #D34853
Text Example
Text Example
White with #D34853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34853; }
p { color: rgb(211,72,83); }
H1.HeaderClassName
{
color: #D34853;
}
.AnyTagClassName
{
color: #D34853;
}
</style>
background-color css
<style>
a { background-color: #D34853; }
a { background-color: rgb(211,72,83); }
div.DivClassName
{
background-color: #D34853;
}
.BgClassName
{
background-color: #D34853;
}
</style>
border-color css
<style>
span { border-color: #D34853; }
span { border-color: rgb(211,72,83); }
td.TdClassName
{
border-color: #D34853;
}
.TagClassName
{
border-color: #D34853;
}
</style>