Shades of Mandy #D04558
Tints of Mandy #D04558
RGB
CMYK
RGB Variations
Color information
#D04558 (or 0xD04558) is known color: Mandy. HEX triplet: D0, 45 and 58. RGB value is (208,69,88). Sum of RGB (Red+Green+Blue) = 208+69+88=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D04558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04558 is #2FBAA7. Grayscale: #707070. Windows color (decimal): -3127976 or 5785040. OLE color: 5785040.
HSL color Cylindrical-coordinate representation of color #D04558: hue angle of 351.8º 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 #D04558 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 88 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.18 |
| HSL | 351.8º | 0.6% | 0.54% | - |
| HSV(B) | 351.8º | 0.67% | 0.82% | - |
| XYZ | 29.9 | 18.37 | 11.2 | - |
| YUV | 112.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 88 | 0 | 0.67 | 0.58 | 0.18 | 351.8 | 0.6 | 0.54 |
| Hex | D0 | 45 | 58 | 0 | 43 | 3A | 12 | 160 | 3C | 36 |
| Octal | 320 | 105 | 130 | 0 | 103 | 72 | 22 | 540 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1011000 | 0 | 1000011 | 111010 | 10010 | 101100000 | 111100 | 110110 |
Color Harmonies of #D04558
Complementary color
Monochromatic Colors of #D04558
Black with #D04558
Text Example
Text Example
White with #D04558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04558; }
p { color: rgb(208,69,88); }
H1.HeaderClassName
{
color: #D04558;
}
.AnyTagClassName
{
color: #D04558;
}
</style>
background-color css
<style>
a { background-color: #D04558; }
a { background-color: rgb(208,69,88); }
div.DivClassName
{
background-color: #D04558;
}
.BgClassName
{
background-color: #D04558;
}
</style>
border-color css
<style>
span { border-color: #D04558; }
span { border-color: rgb(208,69,88); }
td.TdClassName
{
border-color: #D04558;
}
.TagClassName
{
border-color: #D04558;
}
</style>