Shades of Mandy #D45461
Tints of Mandy #D45461
RGB
CMYK
RGB Variations
Color information
#D45461 (or 0xD45461) is known color: Mandy. HEX triplet: D4, 54 and 61. RGB value is (212,84,97). Sum of RGB (Red+Green+Blue) = 212+84+97=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D45461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45461 is #2BAB9E. Grayscale: #7B7B7B. Windows color (decimal): -2861983 or 6378708. OLE color: 6378708.
HSL color Cylindrical-coordinate representation of color #D45461: hue angle of 353.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45461 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 97 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.17 |
| HSL | 353.91º | 0.6% | 0.58% | - |
| HSV(B) | 353.91º | 0.6% | 0.83% | - |
| XYZ | 32.48 | 21.2 | 13.69 | - |
| YUV | 123.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 97 | 0 | 0.60 | 0.54 | 0.17 | 353.91 | 0.6 | 0.58 |
| Hex | D4 | 54 | 61 | 0 | 3C | 36 | 11 | 162 | 3C | 3A |
| Octal | 324 | 124 | 141 | 0 | 74 | 66 | 21 | 542 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1100001 | 0 | 111100 | 110110 | 10001 | 101100010 | 111100 | 111010 |
Color Harmonies of #D45461
Complementary color
Monochromatic Colors of #D45461
Black with #D45461
Text Example
Text Example
White with #D45461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45461; }
p { color: rgb(212,84,97); }
H1.HeaderClassName
{
color: #D45461;
}
.AnyTagClassName
{
color: #D45461;
}
</style>
background-color css
<style>
a { background-color: #D45461; }
a { background-color: rgb(212,84,97); }
div.DivClassName
{
background-color: #D45461;
}
.BgClassName
{
background-color: #D45461;
}
</style>
border-color css
<style>
span { border-color: #D45461; }
span { border-color: rgb(212,84,97); }
td.TdClassName
{
border-color: #D45461;
}
.TagClassName
{
border-color: #D45461;
}
</style>