Shades of Mandy #D04458
Tints of Mandy #D04458
RGB
CMYK
RGB Variations
Color information
#D04458 (or 0xD04458) is known color: Mandy. HEX triplet: D0, 44 and 58. RGB value is (208,68,88). Sum of RGB (Red+Green+Blue) = 208+68+88=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D04458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04458 is #2FBBA7. Grayscale: #707070. Windows color (decimal): -3128232 or 5784784. OLE color: 5784784.
HSL color Cylindrical-coordinate representation of color #D04458: hue angle of 351.43º 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 #D04458 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 88 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.18 |
| HSL | 351.43º | 0.6% | 0.54% | - |
| HSV(B) | 351.43º | 0.67% | 0.82% | - |
| XYZ | 29.84 | 18.25 | 11.18 | - |
| YUV | 112.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 88 | 0 | 0.67 | 0.58 | 0.18 | 351.43 | 0.6 | 0.54 |
| Hex | D0 | 44 | 58 | 0 | 43 | 3A | 12 | 15F | 3C | 36 |
| Octal | 320 | 104 | 130 | 0 | 103 | 72 | 22 | 537 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1011000 | 0 | 1000011 | 111010 | 10010 | 101011111 | 111100 | 110110 |
Color Harmonies of #D04458
Complementary color
Monochromatic Colors of #D04458
Black with #D04458
Text Example
Text Example
White with #D04458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04458; }
p { color: rgb(208,68,88); }
H1.HeaderClassName
{
color: #D04458;
}
.AnyTagClassName
{
color: #D04458;
}
</style>
background-color css
<style>
a { background-color: #D04458; }
a { background-color: rgb(208,68,88); }
div.DivClassName
{
background-color: #D04458;
}
.BgClassName
{
background-color: #D04458;
}
</style>
border-color css
<style>
span { border-color: #D04458; }
span { border-color: rgb(208,68,88); }
td.TdClassName
{
border-color: #D04458;
}
.TagClassName
{
border-color: #D04458;
}
</style>