Shades of Mandy #D54552
Tints of Mandy #D54552
RGB
CMYK
RGB Variations
Color information
#D54552 (or 0xD54552) is known color: Mandy. HEX triplet: D5, 45 and 52. RGB value is (213,69,82). Sum of RGB (Red+Green+Blue) = 213+69+82=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D54552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54552 is #2ABAAD. Grayscale: #717171. Windows color (decimal): -2800302 or 5391829. OLE color: 5391829.
HSL color Cylindrical-coordinate representation of color #D54552: hue angle of 354.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54552 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 82 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.16 |
| HSL | 354.58º | 0.63% | 0.55% | - |
| HSV(B) | 354.58º | 0.68% | 0.84% | - |
| XYZ | 31.09 | 19.01 | 10.01 | - |
| YUV | 113.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 82 | 0 | 0.68 | 0.62 | 0.16 | 354.58 | 0.63 | 0.55 |
| Hex | D5 | 45 | 52 | 0 | 44 | 3E | 10 | 163 | 3F | 37 |
| Octal | 325 | 105 | 122 | 0 | 104 | 76 | 20 | 543 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1010010 | 0 | 1000100 | 111110 | 10000 | 101100011 | 111111 | 110111 |
Color Harmonies of #D54552
Complementary color
Monochromatic Colors of #D54552
Black with #D54552
Text Example
Text Example
White with #D54552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54552; }
p { color: rgb(213,69,82); }
H1.HeaderClassName
{
color: #D54552;
}
.AnyTagClassName
{
color: #D54552;
}
</style>
background-color css
<style>
a { background-color: #D54552; }
a { background-color: rgb(213,69,82); }
div.DivClassName
{
background-color: #D54552;
}
.BgClassName
{
background-color: #D54552;
}
</style>
border-color css
<style>
span { border-color: #D54552; }
span { border-color: rgb(213,69,82); }
td.TdClassName
{
border-color: #D54552;
}
.TagClassName
{
border-color: #D54552;
}
</style>