Shades of Mandy #D44558
Tints of Mandy #D44558
RGB
CMYK
RGB Variations
Color information
#D44558 (or 0xD44558) is known color: Mandy. HEX triplet: D4, 45 and 58. RGB value is (212,69,88). Sum of RGB (Red+Green+Blue) = 212+69+88=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D44558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44558 is #2BBAA7. Grayscale: #717171. Windows color (decimal): -2865832 or 5785044. OLE color: 5785044.
HSL color Cylindrical-coordinate representation of color #D44558: hue angle of 352.03º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44558 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 88 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.17 |
| HSL | 352.03º | 0.62% | 0.55% | - |
| HSV(B) | 352.03º | 0.67% | 0.83% | - |
| XYZ | 31.04 | 18.96 | 11.26 | - |
| YUV | 113.92 | 113.38 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 88 | 0 | 0.67 | 0.58 | 0.17 | 352.03 | 0.62 | 0.55 |
| Hex | D4 | 45 | 58 | 0 | 43 | 3A | 11 | 160 | 3E | 37 |
| Octal | 324 | 105 | 130 | 0 | 103 | 72 | 21 | 540 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1011000 | 0 | 1000011 | 111010 | 10001 | 101100000 | 111110 | 110111 |
Color Harmonies of #D44558
Complementary color
Monochromatic Colors of #D44558
Black with #D44558
Text Example
Text Example
White with #D44558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44558; }
p { color: rgb(212,69,88); }
H1.HeaderClassName
{
color: #D44558;
}
.AnyTagClassName
{
color: #D44558;
}
</style>
background-color css
<style>
a { background-color: #D44558; }
a { background-color: rgb(212,69,88); }
div.DivClassName
{
background-color: #D44558;
}
.BgClassName
{
background-color: #D44558;
}
</style>
border-color css
<style>
span { border-color: #D44558; }
span { border-color: rgb(212,69,88); }
td.TdClassName
{
border-color: #D44558;
}
.TagClassName
{
border-color: #D44558;
}
</style>