Shades of Mandy #D54554
Tints of Mandy #D54554
RGB
CMYK
RGB Variations
Color information
#D54554 (or 0xD54554) is known color: Mandy. HEX triplet: D5, 45 and 54. RGB value is (213,69,84). Sum of RGB (Red+Green+Blue) = 213+69+84=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D54554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54554 is #2ABAAB. Grayscale: #717171. Windows color (decimal): -2800300 or 5522901. OLE color: 5522901.
HSL color Cylindrical-coordinate representation of color #D54554: hue angle of 353.75º 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 #D54554 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 84 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.16 |
| HSL | 353.75º | 0.63% | 0.55% | - |
| HSV(B) | 353.75º | 0.68% | 0.84% | - |
| XYZ | 31.17 | 19.04 | 10.42 | - |
| YUV | 113.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 84 | 0 | 0.68 | 0.61 | 0.16 | 353.75 | 0.63 | 0.55 |
| Hex | D5 | 45 | 54 | 0 | 44 | 3D | 10 | 162 | 3F | 37 |
| Octal | 325 | 105 | 124 | 0 | 104 | 75 | 20 | 542 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1010100 | 0 | 1000100 | 111101 | 10000 | 101100010 | 111111 | 110111 |
Color Harmonies of #D54554
Complementary color
Monochromatic Colors of #D54554
Black with #D54554
Text Example
Text Example
White with #D54554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54554; }
p { color: rgb(213,69,84); }
H1.HeaderClassName
{
color: #D54554;
}
.AnyTagClassName
{
color: #D54554;
}
</style>
background-color css
<style>
a { background-color: #D54554; }
a { background-color: rgb(213,69,84); }
div.DivClassName
{
background-color: #D54554;
}
.BgClassName
{
background-color: #D54554;
}
</style>
border-color css
<style>
span { border-color: #D54554; }
span { border-color: rgb(213,69,84); }
td.TdClassName
{
border-color: #D54554;
}
.TagClassName
{
border-color: #D54554;
}
</style>