Shades of Mandy #D5445B
Tints of Mandy #D5445B
RGB
CMYK
RGB Variations
Color information
#D5445B (or 0xD5445B) is known color: Mandy. HEX triplet: D5, 44 and 5B. RGB value is (213,68,91). Sum of RGB (Red+Green+Blue) = 213+68+91=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5445B is #2ABBA4. Grayscale: #727272. Windows color (decimal): -2800549 or 5981397. OLE color: 5981397.
HSL color Cylindrical-coordinate representation of color #D5445B: hue angle of 350.48º 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 #D5445B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 91 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.16 |
| HSL | 350.48º | 0.63% | 0.55% | - |
| HSV(B) | 350.48º | 0.68% | 0.84% | - |
| XYZ | 31.4 | 19.04 | 11.92 | - |
| YUV | 113.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 91 | 0 | 0.68 | 0.57 | 0.16 | 350.48 | 0.63 | 0.55 |
| Hex | D5 | 44 | 5B | 0 | 44 | 39 | 10 | 15E | 3F | 37 |
| Octal | 325 | 104 | 133 | 0 | 104 | 71 | 20 | 536 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1011011 | 0 | 1000100 | 111001 | 10000 | 101011110 | 111111 | 110111 |
Color Harmonies of #D5445B
Complementary color
Monochromatic Colors of #D5445B
Black with #D5445B
Text Example
Text Example
White with #D5445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5445B; }
p { color: rgb(213,68,91); }
H1.HeaderClassName
{
color: #D5445B;
}
.AnyTagClassName
{
color: #D5445B;
}
</style>
background-color css
<style>
a { background-color: #D5445B; }
a { background-color: rgb(213,68,91); }
div.DivClassName
{
background-color: #D5445B;
}
.BgClassName
{
background-color: #D5445B;
}
</style>
border-color css
<style>
span { border-color: #D5445B; }
span { border-color: rgb(213,68,91); }
td.TdClassName
{
border-color: #D5445B;
}
.TagClassName
{
border-color: #D5445B;
}
</style>