Shades of Mandy #D34852
Tints of Mandy #D34852
RGB
CMYK
RGB Variations
Color information
#D34852 (or 0xD34852) is known color: Mandy. HEX triplet: D3, 48 and 52. RGB value is (211,72,82). Sum of RGB (Red+Green+Blue) = 211+72+82=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D34852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34852 is #2CB7AD. Grayscale: #727272. Windows color (decimal): -2930606 or 5392595. OLE color: 5392595.
HSL color Cylindrical-coordinate representation of color #D34852: hue angle of 355.68º 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 #D34852 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 82 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.17 |
| HSL | 355.68º | 0.61% | 0.55% | - |
| HSV(B) | 355.68º | 0.66% | 0.83% | - |
| XYZ | 30.7 | 19.09 | 10.05 | - |
| YUV | 114.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 82 | 0 | 0.66 | 0.61 | 0.17 | 355.68 | 0.61 | 0.55 |
| Hex | D3 | 48 | 52 | 0 | 42 | 3D | 11 | 164 | 3D | 37 |
| Octal | 323 | 110 | 122 | 0 | 102 | 75 | 21 | 544 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1010010 | 0 | 1000010 | 111101 | 10001 | 101100100 | 111101 | 110111 |
Color Harmonies of #D34852
Complementary color
Monochromatic Colors of #D34852
Black with #D34852
Text Example
Text Example
White with #D34852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34852; }
p { color: rgb(211,72,82); }
H1.HeaderClassName
{
color: #D34852;
}
.AnyTagClassName
{
color: #D34852;
}
</style>
background-color css
<style>
a { background-color: #D34852; }
a { background-color: rgb(211,72,82); }
div.DivClassName
{
background-color: #D34852;
}
.BgClassName
{
background-color: #D34852;
}
</style>
border-color css
<style>
span { border-color: #D34852; }
span { border-color: rgb(211,72,82); }
td.TdClassName
{
border-color: #D34852;
}
.TagClassName
{
border-color: #D34852;
}
</style>