Shades of Mandy #D45658
Tints of Mandy #D45658
RGB
CMYK
RGB Variations
Color information
#D45658 (or 0xD45658) is known color: Mandy. HEX triplet: D4, 56 and 58. RGB value is (212,86,88). Sum of RGB (Red+Green+Blue) = 212+86+88=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D45658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45658 is #2BA9A7. Grayscale: #7C7C7C. Windows color (decimal): -2861480 or 5789396. OLE color: 5789396.
HSL color Cylindrical-coordinate representation of color #D45658: hue angle of 359.05º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45658 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 88 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.17 |
| HSL | 359.05º | 0.59% | 0.58% | - |
| HSV(B) | 359.05º | 0.59% | 0.83% | - |
| XYZ | 32.24 | 21.36 | 11.66 | - |
| YUV | 123.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 88 | 0 | 0.59 | 0.58 | 0.17 | 359.05 | 0.59 | 0.58 |
| Hex | D4 | 56 | 58 | 0 | 3B | 3A | 11 | 167 | 3B | 3A |
| Octal | 324 | 126 | 130 | 0 | 73 | 72 | 21 | 547 | 73 | 72 |
| Binary | 11010100 | 1010110 | 1011000 | 0 | 111011 | 111010 | 10001 | 101100111 | 111011 | 111010 |
Color Harmonies of #D45658
Complementary color
Monochromatic Colors of #D45658
Black with #D45658
Text Example
Text Example
White with #D45658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45658; }
p { color: rgb(212,86,88); }
H1.HeaderClassName
{
color: #D45658;
}
.AnyTagClassName
{
color: #D45658;
}
</style>
background-color css
<style>
a { background-color: #D45658; }
a { background-color: rgb(212,86,88); }
div.DivClassName
{
background-color: #D45658;
}
.BgClassName
{
background-color: #D45658;
}
</style>
border-color css
<style>
span { border-color: #D45658; }
span { border-color: rgb(212,86,88); }
td.TdClassName
{
border-color: #D45658;
}
.TagClassName
{
border-color: #D45658;
}
</style>