Shades of Mandy #D45260
Tints of Mandy #D45260
RGB
CMYK
RGB Variations
Color information
#D45260 (or 0xD45260) is known color: Mandy. HEX triplet: D4, 52 and 60. RGB value is (212,82,96). Sum of RGB (Red+Green+Blue) = 212+82+96=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D45260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45260 is #2BAD9F. Grayscale: #7A7A7A. Windows color (decimal): -2862496 or 6312660. OLE color: 6312660.
HSL color Cylindrical-coordinate representation of color #D45260: hue angle of 353.54º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45260 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 96 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.17 |
| HSL | 353.54º | 0.6% | 0.58% | - |
| HSV(B) | 353.54º | 0.61% | 0.83% | - |
| XYZ | 32.28 | 20.88 | 13.39 | - |
| YUV | 122.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 96 | 0 | 0.61 | 0.55 | 0.17 | 353.54 | 0.6 | 0.58 |
| Hex | D4 | 52 | 60 | 0 | 3D | 37 | 11 | 162 | 3C | 3A |
| Octal | 324 | 122 | 140 | 0 | 75 | 67 | 21 | 542 | 74 | 72 |
| Binary | 11010100 | 1010010 | 1100000 | 0 | 111101 | 110111 | 10001 | 101100010 | 111100 | 111010 |
Color Harmonies of #D45260
Complementary color
Monochromatic Colors of #D45260
Black with #D45260
Text Example
Text Example
White with #D45260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45260; }
p { color: rgb(212,82,96); }
H1.HeaderClassName
{
color: #D45260;
}
.AnyTagClassName
{
color: #D45260;
}
</style>
background-color css
<style>
a { background-color: #D45260; }
a { background-color: rgb(212,82,96); }
div.DivClassName
{
background-color: #D45260;
}
.BgClassName
{
background-color: #D45260;
}
</style>
border-color css
<style>
span { border-color: #D45260; }
span { border-color: rgb(212,82,96); }
td.TdClassName
{
border-color: #D45260;
}
.TagClassName
{
border-color: #D45260;
}
</style>