Shades of Mandy #D04554
Tints of Mandy #D04554
RGB
CMYK
RGB Variations
Color information
#D04554 (or 0xD04554) is known color: Mandy. HEX triplet: D0, 45 and 54. RGB value is (208,69,84). Sum of RGB (Red+Green+Blue) = 208+69+84=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D04554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04554 is #2FBAAB. Grayscale: #707070. Windows color (decimal): -3127980 or 5522896. OLE color: 5522896.
HSL color Cylindrical-coordinate representation of color #D04554: hue angle of 353.53º 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 #D04554 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 84 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.18 |
| HSL | 353.53º | 0.6% | 0.54% | - |
| HSV(B) | 353.53º | 0.67% | 0.82% | - |
| XYZ | 29.74 | 18.31 | 10.35 | - |
| YUV | 112.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 84 | 0 | 0.67 | 0.60 | 0.18 | 353.53 | 0.6 | 0.54 |
| Hex | D0 | 45 | 54 | 0 | 43 | 3C | 12 | 162 | 3C | 36 |
| Octal | 320 | 105 | 124 | 0 | 103 | 74 | 22 | 542 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1010100 | 0 | 1000011 | 111100 | 10010 | 101100010 | 111100 | 110110 |
Color Harmonies of #D04554
Complementary color
Monochromatic Colors of #D04554
Black with #D04554
Text Example
Text Example
White with #D04554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04554; }
p { color: rgb(208,69,84); }
H1.HeaderClassName
{
color: #D04554;
}
.AnyTagClassName
{
color: #D04554;
}
</style>
background-color css
<style>
a { background-color: #D04554; }
a { background-color: rgb(208,69,84); }
div.DivClassName
{
background-color: #D04554;
}
.BgClassName
{
background-color: #D04554;
}
</style>
border-color css
<style>
span { border-color: #D04554; }
span { border-color: rgb(208,69,84); }
td.TdClassName
{
border-color: #D04554;
}
.TagClassName
{
border-color: #D04554;
}
</style>