Shades of Mandy #D45258
Tints of Mandy #D45258
RGB
CMYK
RGB Variations
Color information
#D45258 (or 0xD45258) is known color: Mandy. HEX triplet: D4, 52 and 58. RGB value is (212,82,88). Sum of RGB (Red+Green+Blue) = 212+82+88=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D45258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45258 is #2BADA7. Grayscale: #797979. Windows color (decimal): -2862504 or 5788372. OLE color: 5788372.
HSL color Cylindrical-coordinate representation of color #D45258: hue angle of 357.23º 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 #D45258 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 88 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.17 |
| HSL | 357.23º | 0.6% | 0.58% | - |
| HSV(B) | 357.23º | 0.61% | 0.83% | - |
| XYZ | 31.93 | 20.74 | 11.55 | - |
| YUV | 121.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 88 | 0 | 0.61 | 0.58 | 0.17 | 357.23 | 0.6 | 0.58 |
| Hex | D4 | 52 | 58 | 0 | 3D | 3A | 11 | 165 | 3C | 3A |
| Octal | 324 | 122 | 130 | 0 | 75 | 72 | 21 | 545 | 74 | 72 |
| Binary | 11010100 | 1010010 | 1011000 | 0 | 111101 | 111010 | 10001 | 101100101 | 111100 | 111010 |
Color Harmonies of #D45258
Complementary color
Monochromatic Colors of #D45258
Black with #D45258
Text Example
Text Example
White with #D45258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45258; }
p { color: rgb(212,82,88); }
H1.HeaderClassName
{
color: #D45258;
}
.AnyTagClassName
{
color: #D45258;
}
</style>
background-color css
<style>
a { background-color: #D45258; }
a { background-color: rgb(212,82,88); }
div.DivClassName
{
background-color: #D45258;
}
.BgClassName
{
background-color: #D45258;
}
</style>
border-color css
<style>
span { border-color: #D45258; }
span { border-color: rgb(212,82,88); }
td.TdClassName
{
border-color: #D45258;
}
.TagClassName
{
border-color: #D45258;
}
</style>