Shades of Mandy #D5445F
Tints of Mandy #D5445F
RGB
CMYK
RGB Variations
Color information
#D5445F (or 0xD5445F) is known color: Mandy. HEX triplet: D5, 44 and 5F. RGB value is (213,68,95). Sum of RGB (Red+Green+Blue) = 213+68+95=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5445F is #2ABBA0. Grayscale: #727272. Windows color (decimal): -2800545 or 6243541. OLE color: 6243541.
HSL color Cylindrical-coordinate representation of color #D5445F: hue angle of 348.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5445F is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 95 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.16 |
| HSL | 348.83º | 0.63% | 0.55% | - |
| HSV(B) | 348.83º | 0.68% | 0.84% | - |
| XYZ | 31.57 | 19.11 | 12.85 | - |
| YUV | 114.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 95 | 0 | 0.68 | 0.55 | 0.16 | 348.83 | 0.63 | 0.55 |
| Hex | D5 | 44 | 5F | 0 | 44 | 37 | 10 | 15D | 3F | 37 |
| Octal | 325 | 104 | 137 | 0 | 104 | 67 | 20 | 535 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1011111 | 0 | 1000100 | 110111 | 10000 | 101011101 | 111111 | 110111 |
Color Harmonies of #D5445F
Complementary color
Monochromatic Colors of #D5445F
Black with #D5445F
Text Example
Text Example
White with #D5445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5445F; }
p { color: rgb(213,68,95); }
H1.HeaderClassName
{
color: #D5445F;
}
.AnyTagClassName
{
color: #D5445F;
}
</style>
background-color css
<style>
a { background-color: #D5445F; }
a { background-color: rgb(213,68,95); }
div.DivClassName
{
background-color: #D5445F;
}
.BgClassName
{
background-color: #D5445F;
}
</style>
border-color css
<style>
span { border-color: #D5445F; }
span { border-color: rgb(213,68,95); }
td.TdClassName
{
border-color: #D5445F;
}
.TagClassName
{
border-color: #D5445F;
}
</style>