Shades of Mandy #D54555
Tints of Mandy #D54555
RGB
CMYK
RGB Variations
Color information
#D54555 (or 0xD54555) is known color: Mandy. HEX triplet: D5, 45 and 55. RGB value is (213,69,85). Sum of RGB (Red+Green+Blue) = 213+69+85=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D54555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54555 is #2ABAAA. Grayscale: #717171. Windows color (decimal): -2800299 or 5588437. OLE color: 5588437.
HSL color Cylindrical-coordinate representation of color #D54555: hue angle of 353.33º 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 #D54555 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 85 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.16 |
| HSL | 353.33º | 0.63% | 0.55% | - |
| HSV(B) | 353.33º | 0.68% | 0.84% | - |
| XYZ | 31.21 | 19.06 | 10.63 | - |
| YUV | 113.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 85 | 0 | 0.68 | 0.60 | 0.16 | 353.33 | 0.63 | 0.55 |
| Hex | D5 | 45 | 55 | 0 | 44 | 3C | 10 | 161 | 3F | 37 |
| Octal | 325 | 105 | 125 | 0 | 104 | 74 | 20 | 541 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1010101 | 0 | 1000100 | 111100 | 10000 | 101100001 | 111111 | 110111 |
Color Harmonies of #D54555
Complementary color
Monochromatic Colors of #D54555
Black with #D54555
Text Example
Text Example
White with #D54555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54555; }
p { color: rgb(213,69,85); }
H1.HeaderClassName
{
color: #D54555;
}
.AnyTagClassName
{
color: #D54555;
}
</style>
background-color css
<style>
a { background-color: #D54555; }
a { background-color: rgb(213,69,85); }
div.DivClassName
{
background-color: #D54555;
}
.BgClassName
{
background-color: #D54555;
}
</style>
border-color css
<style>
span { border-color: #D54555; }
span { border-color: rgb(213,69,85); }
td.TdClassName
{
border-color: #D54555;
}
.TagClassName
{
border-color: #D54555;
}
</style>