Shades of Mandy #D54558
Tints of Mandy #D54558
RGB
CMYK
RGB Variations
Color information
#D54558 (or 0xD54558) is known color: Mandy. HEX triplet: D5, 45 and 58. RGB value is (213,69,88). Sum of RGB (Red+Green+Blue) = 213+69+88=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D54558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54558 is #2ABAA7. Grayscale: #727272. Windows color (decimal): -2800296 or 5785045. OLE color: 5785045.
HSL color Cylindrical-coordinate representation of color #D54558: hue angle of 352.08º 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 #D54558 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 88 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.16 |
| HSL | 352.08º | 0.63% | 0.55% | - |
| HSV(B) | 352.08º | 0.68% | 0.84% | - |
| XYZ | 31.33 | 19.11 | 11.27 | - |
| YUV | 114.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 88 | 0 | 0.68 | 0.59 | 0.16 | 352.08 | 0.63 | 0.55 |
| Hex | D5 | 45 | 58 | 0 | 44 | 3B | 10 | 160 | 3F | 37 |
| Octal | 325 | 105 | 130 | 0 | 104 | 73 | 20 | 540 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1011000 | 0 | 1000100 | 111011 | 10000 | 101100000 | 111111 | 110111 |
Color Harmonies of #D54558
Complementary color
Monochromatic Colors of #D54558
Black with #D54558
Text Example
Text Example
White with #D54558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54558; }
p { color: rgb(213,69,88); }
H1.HeaderClassName
{
color: #D54558;
}
.AnyTagClassName
{
color: #D54558;
}
</style>
background-color css
<style>
a { background-color: #D54558; }
a { background-color: rgb(213,69,88); }
div.DivClassName
{
background-color: #D54558;
}
.BgClassName
{
background-color: #D54558;
}
</style>
border-color css
<style>
span { border-color: #D54558; }
span { border-color: rgb(213,69,88); }
td.TdClassName
{
border-color: #D54558;
}
.TagClassName
{
border-color: #D54558;
}
</style>