Shades of Mandy #D44758
Tints of Mandy #D44758
RGB
CMYK
RGB Variations
Color information
#D44758 (or 0xD44758) is known color: Mandy. HEX triplet: D4, 47 and 58. RGB value is (212,71,88). Sum of RGB (Red+Green+Blue) = 212+71+88=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D44758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44758 is #2BB8A7. Grayscale: #737373. Windows color (decimal): -2865320 or 5785556. OLE color: 5785556.
HSL color Cylindrical-coordinate representation of color #D44758: hue angle of 352.77º 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 #D44758 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 88 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.17 |
| HSL | 352.77º | 0.62% | 0.55% | - |
| HSV(B) | 352.77º | 0.67% | 0.83% | - |
| XYZ | 31.17 | 19.21 | 11.3 | - |
| YUV | 115.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 88 | 0 | 0.67 | 0.58 | 0.17 | 352.77 | 0.62 | 0.55 |
| Hex | D4 | 47 | 58 | 0 | 43 | 3A | 11 | 161 | 3E | 37 |
| Octal | 324 | 107 | 130 | 0 | 103 | 72 | 21 | 541 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1011000 | 0 | 1000011 | 111010 | 10001 | 101100001 | 111110 | 110111 |
Color Harmonies of #D44758
Complementary color
Monochromatic Colors of #D44758
Black with #D44758
Text Example
Text Example
White with #D44758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44758; }
p { color: rgb(212,71,88); }
H1.HeaderClassName
{
color: #D44758;
}
.AnyTagClassName
{
color: #D44758;
}
</style>
background-color css
<style>
a { background-color: #D44758; }
a { background-color: rgb(212,71,88); }
div.DivClassName
{
background-color: #D44758;
}
.BgClassName
{
background-color: #D44758;
}
</style>
border-color css
<style>
span { border-color: #D44758; }
span { border-color: rgb(212,71,88); }
td.TdClassName
{
border-color: #D44758;
}
.TagClassName
{
border-color: #D44758;
}
</style>