Shades of Mandy #D55863
Tints of Mandy #D55863
RGB
CMYK
RGB Variations
Color information
#D55863 (or 0xD55863) is known color: Mandy. HEX triplet: D5, 58 and 63. RGB value is (213,88,99). Sum of RGB (Red+Green+Blue) = 213+88+99=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D55863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55863 is #2AA79C. Grayscale: #7E7E7E. Windows color (decimal): -2795421 or 6510805. OLE color: 6510805.
HSL color Cylindrical-coordinate representation of color #D55863: hue angle of 354.72º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55863 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 99 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.16 |
| HSL | 354.72º | 0.6% | 0.59% | - |
| HSV(B) | 354.72º | 0.59% | 0.84% | - |
| XYZ | 33.18 | 22.03 | 14.31 | - |
| YUV | 126.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 99 | 0 | 0.59 | 0.54 | 0.16 | 354.72 | 0.6 | 0.59 |
| Hex | D5 | 58 | 63 | 0 | 3B | 36 | 10 | 163 | 3C | 3B |
| Octal | 325 | 130 | 143 | 0 | 73 | 66 | 20 | 543 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1100011 | 0 | 111011 | 110110 | 10000 | 101100011 | 111100 | 111011 |
Color Harmonies of #D55863
Complementary color
Monochromatic Colors of #D55863
Black with #D55863
Text Example
Text Example
White with #D55863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55863; }
p { color: rgb(213,88,99); }
H1.HeaderClassName
{
color: #D55863;
}
.AnyTagClassName
{
color: #D55863;
}
</style>
background-color css
<style>
a { background-color: #D55863; }
a { background-color: rgb(213,88,99); }
div.DivClassName
{
background-color: #D55863;
}
.BgClassName
{
background-color: #D55863;
}
</style>
border-color css
<style>
span { border-color: #D55863; }
span { border-color: rgb(213,88,99); }
td.TdClassName
{
border-color: #D55863;
}
.TagClassName
{
border-color: #D55863;
}
</style>