Shades of Mandy #D04054
Tints of Mandy #D04054
RGB
CMYK
RGB Variations
Color information
#D04054 (or 0xD04054) is known color: Mandy. HEX triplet: D0, 40 and 54. RGB value is (208,64,84). Sum of RGB (Red+Green+Blue) = 208+64+84=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D04054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04054 is #2FBFAB. Grayscale: #6D6D6D. Windows color (decimal): -3129260 or 5521616. OLE color: 5521616.
HSL color Cylindrical-coordinate representation of color #D04054: hue angle of 351.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04054 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 84 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.18 |
| HSL | 351.67º | 0.61% | 0.53% | - |
| HSV(B) | 351.67º | 0.69% | 0.82% | - |
| XYZ | 29.45 | 17.72 | 10.26 | - |
| YUV | 109.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 84 | 0 | 0.69 | 0.60 | 0.18 | 351.67 | 0.61 | 0.53 |
| Hex | D0 | 40 | 54 | 0 | 45 | 3C | 12 | 160 | 3D | 35 |
| Octal | 320 | 100 | 124 | 0 | 105 | 74 | 22 | 540 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1010100 | 0 | 1000101 | 111100 | 10010 | 101100000 | 111101 | 110101 |
Color Harmonies of #D04054
Complementary color
Monochromatic Colors of #D04054
Black with #D04054
Text Example
Text Example
White with #D04054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04054; }
p { color: rgb(208,64,84); }
H1.HeaderClassName
{
color: #D04054;
}
.AnyTagClassName
{
color: #D04054;
}
</style>
background-color css
<style>
a { background-color: #D04054; }
a { background-color: rgb(208,64,84); }
div.DivClassName
{
background-color: #D04054;
}
.BgClassName
{
background-color: #D04054;
}
</style>
border-color css
<style>
span { border-color: #D04054; }
span { border-color: rgb(208,64,84); }
td.TdClassName
{
border-color: #D04054;
}
.TagClassName
{
border-color: #D04054;
}
</style>