Shades of Mandy #D44658
Tints of Mandy #D44658
RGB
CMYK
RGB Variations
Color information
#D44658 (or 0xD44658) is known color: Mandy. HEX triplet: D4, 46 and 58. RGB value is (212,70,88). Sum of RGB (Red+Green+Blue) = 212+70+88=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D44658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44658 is #2BB9A7. Grayscale: #727272. Windows color (decimal): -2865576 or 5785300. OLE color: 5785300.
HSL color Cylindrical-coordinate representation of color #D44658: hue angle of 352.39º 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 #D44658 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 88 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.17 |
| HSL | 352.39º | 0.62% | 0.55% | - |
| HSV(B) | 352.39º | 0.67% | 0.83% | - |
| XYZ | 31.1 | 19.08 | 11.28 | - |
| YUV | 114.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 88 | 0 | 0.67 | 0.58 | 0.17 | 352.39 | 0.62 | 0.55 |
| Hex | D4 | 46 | 58 | 0 | 43 | 3A | 11 | 160 | 3E | 37 |
| Octal | 324 | 106 | 130 | 0 | 103 | 72 | 21 | 540 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1011000 | 0 | 1000011 | 111010 | 10001 | 101100000 | 111110 | 110111 |
Color Harmonies of #D44658
Complementary color
Monochromatic Colors of #D44658
Black with #D44658
Text Example
Text Example
White with #D44658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44658; }
p { color: rgb(212,70,88); }
H1.HeaderClassName
{
color: #D44658;
}
.AnyTagClassName
{
color: #D44658;
}
</style>
background-color css
<style>
a { background-color: #D44658; }
a { background-color: rgb(212,70,88); }
div.DivClassName
{
background-color: #D44658;
}
.BgClassName
{
background-color: #D44658;
}
</style>
border-color css
<style>
span { border-color: #D44658; }
span { border-color: rgb(212,70,88); }
td.TdClassName
{
border-color: #D44658;
}
.TagClassName
{
border-color: #D44658;
}
</style>