Shades of Mandy #D05561
Tints of Mandy #D05561
RGB
CMYK
RGB Variations
Color information
#D05561 (or 0xD05561) is known color: Mandy. HEX triplet: D0, 55 and 61. RGB value is (208,85,97). Sum of RGB (Red+Green+Blue) = 208+85+97=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D05561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05561 is #2FAA9E. Grayscale: #7B7B7B. Windows color (decimal): -3123871 or 6378960. OLE color: 6378960.
HSL color Cylindrical-coordinate representation of color #D05561: hue angle of 354.15º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05561 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 97 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.18 |
| HSL | 354.15º | 0.57% | 0.57% | - |
| HSV(B) | 354.15º | 0.59% | 0.82% | - |
| XYZ | 31.42 | 20.77 | 13.66 | - |
| YUV | 123.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 97 | 0 | 0.59 | 0.53 | 0.18 | 354.15 | 0.57 | 0.57 |
| Hex | D0 | 55 | 61 | 0 | 3B | 35 | 12 | 162 | 39 | 39 |
| Octal | 320 | 125 | 141 | 0 | 73 | 65 | 22 | 542 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1100001 | 0 | 111011 | 110101 | 10010 | 101100010 | 111001 | 111001 |
Color Harmonies of #D05561
Complementary color
Monochromatic Colors of #D05561
Black with #D05561
Text Example
Text Example
White with #D05561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05561; }
p { color: rgb(208,85,97); }
H1.HeaderClassName
{
color: #D05561;
}
.AnyTagClassName
{
color: #D05561;
}
</style>
background-color css
<style>
a { background-color: #D05561; }
a { background-color: rgb(208,85,97); }
div.DivClassName
{
background-color: #D05561;
}
.BgClassName
{
background-color: #D05561;
}
</style>
border-color css
<style>
span { border-color: #D05561; }
span { border-color: rgb(208,85,97); }
td.TdClassName
{
border-color: #D05561;
}
.TagClassName
{
border-color: #D05561;
}
</style>