Shades of Mandy #D04955
Tints of Mandy #D04955
RGB
CMYK
RGB Variations
Color information
#D04955 (or 0xD04955) is known color: Mandy. HEX triplet: D0, 49 and 55. RGB value is (208,73,85). Sum of RGB (Red+Green+Blue) = 208+73+85=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D04955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04955 is #2FB6AA. Grayscale: #727272. Windows color (decimal): -3126955 or 5589456. OLE color: 5589456.
HSL color Cylindrical-coordinate representation of color #D04955: hue angle of 354.67º 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 #D04955 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 85 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.18 |
| HSL | 354.67º | 0.59% | 0.55% | - |
| HSV(B) | 354.67º | 0.65% | 0.82% | - |
| XYZ | 30.03 | 18.83 | 10.65 | - |
| YUV | 114.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 85 | 0 | 0.65 | 0.59 | 0.18 | 354.67 | 0.59 | 0.55 |
| Hex | D0 | 49 | 55 | 0 | 41 | 3B | 12 | 163 | 3B | 37 |
| Octal | 320 | 111 | 125 | 0 | 101 | 73 | 22 | 543 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1010101 | 0 | 1000001 | 111011 | 10010 | 101100011 | 111011 | 110111 |
Color Harmonies of #D04955
Complementary color
Monochromatic Colors of #D04955
Black with #D04955
Text Example
Text Example
White with #D04955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04955; }
p { color: rgb(208,73,85); }
H1.HeaderClassName
{
color: #D04955;
}
.AnyTagClassName
{
color: #D04955;
}
</style>
background-color css
<style>
a { background-color: #D04955; }
a { background-color: rgb(208,73,85); }
div.DivClassName
{
background-color: #D04955;
}
.BgClassName
{
background-color: #D04955;
}
</style>
border-color css
<style>
span { border-color: #D04955; }
span { border-color: rgb(208,73,85); }
td.TdClassName
{
border-color: #D04955;
}
.TagClassName
{
border-color: #D04955;
}
</style>