Shades of Mandy #D55461
Tints of Mandy #D55461
RGB
CMYK
RGB Variations
Color information
#D55461 (or 0xD55461) is known color: Mandy. HEX triplet: D5, 54 and 61. RGB value is (213,84,97). Sum of RGB (Red+Green+Blue) = 213+84+97=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D55461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55461 is #2AAB9E. Grayscale: #7C7C7C. Windows color (decimal): -2796447 or 6378709. OLE color: 6378709.
HSL color Cylindrical-coordinate representation of color #D55461: hue angle of 353.95º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55461 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 97 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.16 |
| HSL | 353.95º | 0.61% | 0.58% | - |
| HSV(B) | 353.95º | 0.61% | 0.84% | - |
| XYZ | 32.77 | 21.35 | 13.7 | - |
| YUV | 124.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 97 | 0 | 0.61 | 0.54 | 0.16 | 353.95 | 0.61 | 0.58 |
| Hex | D5 | 54 | 61 | 0 | 3D | 36 | 10 | 162 | 3D | 3A |
| Octal | 325 | 124 | 141 | 0 | 75 | 66 | 20 | 542 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1100001 | 0 | 111101 | 110110 | 10000 | 101100010 | 111101 | 111010 |
Color Harmonies of #D55461
Complementary color
Monochromatic Colors of #D55461
Black with #D55461
Text Example
Text Example
White with #D55461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55461; }
p { color: rgb(213,84,97); }
H1.HeaderClassName
{
color: #D55461;
}
.AnyTagClassName
{
color: #D55461;
}
</style>
background-color css
<style>
a { background-color: #D55461; }
a { background-color: rgb(213,84,97); }
div.DivClassName
{
background-color: #D55461;
}
.BgClassName
{
background-color: #D55461;
}
</style>
border-color css
<style>
span { border-color: #D55461; }
span { border-color: rgb(213,84,97); }
td.TdClassName
{
border-color: #D55461;
}
.TagClassName
{
border-color: #D55461;
}
</style>