Shades of Mandy #D54752
Tints of Mandy #D54752
RGB
CMYK
RGB Variations
Color information
#D54752 (or 0xD54752) is known color: Mandy. HEX triplet: D5, 47 and 52. RGB value is (213,71,82). Sum of RGB (Red+Green+Blue) = 213+71+82=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D54752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54752 is #2AB8AD. Grayscale: #727272. Windows color (decimal): -2799790 or 5392341. OLE color: 5392341.
HSL color Cylindrical-coordinate representation of color #D54752: hue angle of 355.35º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54752 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 82 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.16 |
| HSL | 355.35º | 0.63% | 0.56% | - |
| HSV(B) | 355.35º | 0.67% | 0.84% | - |
| XYZ | 31.22 | 19.26 | 10.06 | - |
| YUV | 114.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 82 | 0 | 0.67 | 0.62 | 0.16 | 355.35 | 0.63 | 0.56 |
| Hex | D5 | 47 | 52 | 0 | 43 | 3E | 10 | 163 | 3F | 38 |
| Octal | 325 | 107 | 122 | 0 | 103 | 76 | 20 | 543 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1010010 | 0 | 1000011 | 111110 | 10000 | 101100011 | 111111 | 111000 |
Color Harmonies of #D54752
Complementary color
Monochromatic Colors of #D54752
Black with #D54752
Text Example
Text Example
White with #D54752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54752; }
p { color: rgb(213,71,82); }
H1.HeaderClassName
{
color: #D54752;
}
.AnyTagClassName
{
color: #D54752;
}
</style>
background-color css
<style>
a { background-color: #D54752; }
a { background-color: rgb(213,71,82); }
div.DivClassName
{
background-color: #D54752;
}
.BgClassName
{
background-color: #D54752;
}
</style>
border-color css
<style>
span { border-color: #D54752; }
span { border-color: rgb(213,71,82); }
td.TdClassName
{
border-color: #D54752;
}
.TagClassName
{
border-color: #D54752;
}
</style>