Shades of Mandy #D05863
Tints of Mandy #D05863
RGB
CMYK
RGB Variations
Color information
#D05863 (or 0xD05863) is known color: Mandy. HEX triplet: D0, 58 and 63. RGB value is (208,88,99). Sum of RGB (Red+Green+Blue) = 208+88+99=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D05863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05863 is #2FA79C. Grayscale: #7D7D7D. Windows color (decimal): -3123101 or 6510800. OLE color: 6510800.
HSL color Cylindrical-coordinate representation of color #D05863: hue angle of 354.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05863 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 99 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.18 |
| HSL | 354.5º | 0.56% | 0.58% | - |
| HSV(B) | 354.5º | 0.58% | 0.82% | - |
| XYZ | 31.75 | 21.29 | 14.24 | - |
| YUV | 125.13 | 113.26 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 99 | 0 | 0.58 | 0.52 | 0.18 | 354.5 | 0.56 | 0.58 |
| Hex | D0 | 58 | 63 | 0 | 3A | 34 | 12 | 162 | 38 | 3A |
| Octal | 320 | 130 | 143 | 0 | 72 | 64 | 22 | 542 | 70 | 72 |
| Binary | 11010000 | 1011000 | 1100011 | 0 | 111010 | 110100 | 10010 | 101100010 | 111000 | 111010 |
Color Harmonies of #D05863
Complementary color
Monochromatic Colors of #D05863
Black with #D05863
Text Example
Text Example
White with #D05863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05863; }
p { color: rgb(208,88,99); }
H1.HeaderClassName
{
color: #D05863;
}
.AnyTagClassName
{
color: #D05863;
}
</style>
background-color css
<style>
a { background-color: #D05863; }
a { background-color: rgb(208,88,99); }
div.DivClassName
{
background-color: #D05863;
}
.BgClassName
{
background-color: #D05863;
}
</style>
border-color css
<style>
span { border-color: #D05863; }
span { border-color: rgb(208,88,99); }
td.TdClassName
{
border-color: #D05863;
}
.TagClassName
{
border-color: #D05863;
}
</style>