Shades of Mandy #D04559
Tints of Mandy #D04559
RGB
CMYK
RGB Variations
Color information
#D04559 (or 0xD04559) is known color: Mandy. HEX triplet: D0, 45 and 59. RGB value is (208,69,89). Sum of RGB (Red+Green+Blue) = 208+69+89=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D04559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04559 is #2FBAA6. Grayscale: #707070. Windows color (decimal): -3127975 or 5850576. OLE color: 5850576.
HSL color Cylindrical-coordinate representation of color #D04559: hue angle of 351.37º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04559 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 89 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.18 |
| HSL | 351.37º | 0.6% | 0.54% | - |
| HSV(B) | 351.37º | 0.67% | 0.82% | - |
| XYZ | 29.94 | 18.39 | 11.42 | - |
| YUV | 112.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 89 | 0 | 0.67 | 0.57 | 0.18 | 351.37 | 0.6 | 0.54 |
| Hex | D0 | 45 | 59 | 0 | 43 | 39 | 12 | 15F | 3C | 36 |
| Octal | 320 | 105 | 131 | 0 | 103 | 71 | 22 | 537 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1011001 | 0 | 1000011 | 111001 | 10010 | 101011111 | 111100 | 110110 |
Color Harmonies of #D04559
Complementary color
Monochromatic Colors of #D04559
Black with #D04559
Text Example
Text Example
White with #D04559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04559; }
p { color: rgb(208,69,89); }
H1.HeaderClassName
{
color: #D04559;
}
.AnyTagClassName
{
color: #D04559;
}
</style>
background-color css
<style>
a { background-color: #D04559; }
a { background-color: rgb(208,69,89); }
div.DivClassName
{
background-color: #D04559;
}
.BgClassName
{
background-color: #D04559;
}
</style>
border-color css
<style>
span { border-color: #D04559; }
span { border-color: rgb(208,69,89); }
td.TdClassName
{
border-color: #D04559;
}
.TagClassName
{
border-color: #D04559;
}
</style>