Shades of Mandy #D55462
Tints of Mandy #D55462
RGB
CMYK
RGB Variations
Color information
#D55462 (or 0xD55462) is known color: Mandy. HEX triplet: D5, 54 and 62. RGB value is (213,84,98). Sum of RGB (Red+Green+Blue) = 213+84+98=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D55462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55462 is #2AAB9D. Grayscale: #7C7C7C. Windows color (decimal): -2796446 or 6444245. OLE color: 6444245.
HSL color Cylindrical-coordinate representation of color #D55462: hue angle of 353.49º 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 #D55462 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 98 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.16 |
| HSL | 353.49º | 0.61% | 0.58% | - |
| HSV(B) | 353.49º | 0.61% | 0.84% | - |
| XYZ | 32.82 | 21.37 | 13.95 | - |
| YUV | 124.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 98 | 0 | 0.61 | 0.54 | 0.16 | 353.49 | 0.61 | 0.58 |
| Hex | D5 | 54 | 62 | 0 | 3D | 36 | 10 | 161 | 3D | 3A |
| Octal | 325 | 124 | 142 | 0 | 75 | 66 | 20 | 541 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1100010 | 0 | 111101 | 110110 | 10000 | 101100001 | 111101 | 111010 |
Color Harmonies of #D55462
Complementary color
Monochromatic Colors of #D55462
Black with #D55462
Text Example
Text Example
White with #D55462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55462; }
p { color: rgb(213,84,98); }
H1.HeaderClassName
{
color: #D55462;
}
.AnyTagClassName
{
color: #D55462;
}
</style>
background-color css
<style>
a { background-color: #D55462; }
a { background-color: rgb(213,84,98); }
div.DivClassName
{
background-color: #D55462;
}
.BgClassName
{
background-color: #D55462;
}
</style>
border-color css
<style>
span { border-color: #D55462; }
span { border-color: rgb(213,84,98); }
td.TdClassName
{
border-color: #D55462;
}
.TagClassName
{
border-color: #D55462;
}
</style>