Shades of Mandy #D04855
Tints of Mandy #D04855
RGB
CMYK
RGB Variations
Color information
#D04855 (or 0xD04855) is known color: Mandy. HEX triplet: D0, 48 and 55. RGB value is (208,72,85). Sum of RGB (Red+Green+Blue) = 208+72+85=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D04855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04855 is #2FB7AA. Grayscale: #727272. Windows color (decimal): -3127211 or 5589200. OLE color: 5589200.
HSL color Cylindrical-coordinate representation of color #D04855: hue angle of 354.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04855 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 85 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.18 |
| HSL | 354.26º | 0.59% | 0.55% | - |
| HSV(B) | 354.26º | 0.65% | 0.82% | - |
| XYZ | 29.97 | 18.7 | 10.62 | - |
| YUV | 114.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 85 | 0 | 0.65 | 0.59 | 0.18 | 354.26 | 0.59 | 0.55 |
| Hex | D0 | 48 | 55 | 0 | 41 | 3B | 12 | 162 | 3B | 37 |
| Octal | 320 | 110 | 125 | 0 | 101 | 73 | 22 | 542 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1010101 | 0 | 1000001 | 111011 | 10010 | 101100010 | 111011 | 110111 |
Color Harmonies of #D04855
Complementary color
Monochromatic Colors of #D04855
Black with #D04855
Text Example
Text Example
White with #D04855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04855; }
p { color: rgb(208,72,85); }
H1.HeaderClassName
{
color: #D04855;
}
.AnyTagClassName
{
color: #D04855;
}
</style>
background-color css
<style>
a { background-color: #D04855; }
a { background-color: rgb(208,72,85); }
div.DivClassName
{
background-color: #D04855;
}
.BgClassName
{
background-color: #D04855;
}
</style>
border-color css
<style>
span { border-color: #D04855; }
span { border-color: rgb(208,72,85); }
td.TdClassName
{
border-color: #D04855;
}
.TagClassName
{
border-color: #D04855;
}
</style>