Shades of Mandy #D5445A
Tints of Mandy #D5445A
RGB
CMYK
RGB Variations
Color information
#D5445A (or 0xD5445A) is known color: Mandy. HEX triplet: D5, 44 and 5A. RGB value is (213,68,90). Sum of RGB (Red+Green+Blue) = 213+68+90=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5445A is #2ABBA5. Grayscale: #717171. Windows color (decimal): -2800550 or 5915861. OLE color: 5915861.
HSL color Cylindrical-coordinate representation of color #D5445A: hue angle of 350.9º 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 #D5445A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 90 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.16 |
| HSL | 350.9º | 0.63% | 0.55% | - |
| HSV(B) | 350.9º | 0.68% | 0.84% | - |
| XYZ | 31.35 | 19.02 | 11.69 | - |
| YUV | 113.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 90 | 0 | 0.68 | 0.58 | 0.16 | 350.9 | 0.63 | 0.55 |
| Hex | D5 | 44 | 5A | 0 | 44 | 3A | 10 | 15F | 3F | 37 |
| Octal | 325 | 104 | 132 | 0 | 104 | 72 | 20 | 537 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1011010 | 0 | 1000100 | 111010 | 10000 | 101011111 | 111111 | 110111 |
Color Harmonies of #D5445A
Complementary color
Monochromatic Colors of #D5445A
Black with #D5445A
Text Example
Text Example
White with #D5445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5445A; }
p { color: rgb(213,68,90); }
H1.HeaderClassName
{
color: #D5445A;
}
.AnyTagClassName
{
color: #D5445A;
}
</style>
background-color css
<style>
a { background-color: #D5445A; }
a { background-color: rgb(213,68,90); }
div.DivClassName
{
background-color: #D5445A;
}
.BgClassName
{
background-color: #D5445A;
}
</style>
border-color css
<style>
span { border-color: #D5445A; }
span { border-color: rgb(213,68,90); }
td.TdClassName
{
border-color: #D5445A;
}
.TagClassName
{
border-color: #D5445A;
}
</style>