Shades of Mandy #D55163
Tints of Mandy #D55163
RGB
CMYK
RGB Variations
Color information
#D55163 (or 0xD55163) is known color: Mandy. HEX triplet: D5, 51 and 63. RGB value is (213,81,99). Sum of RGB (Red+Green+Blue) = 213+81+99=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D55163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55163 is #2AAE9C. Grayscale: #7A7A7A. Windows color (decimal): -2797213 or 6509013. OLE color: 6509013.
HSL color Cylindrical-coordinate representation of color #D55163: hue angle of 351.82º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55163 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 99 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.16 |
| HSL | 351.82º | 0.61% | 0.58% | - |
| HSV(B) | 351.82º | 0.62% | 0.84% | - |
| XYZ | 32.64 | 20.93 | 14.12 | - |
| YUV | 122.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 99 | 0 | 0.62 | 0.54 | 0.16 | 351.82 | 0.61 | 0.58 |
| Hex | D5 | 51 | 63 | 0 | 3E | 36 | 10 | 160 | 3D | 3A |
| Octal | 325 | 121 | 143 | 0 | 76 | 66 | 20 | 540 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1100011 | 0 | 111110 | 110110 | 10000 | 101100000 | 111101 | 111010 |
Color Harmonies of #D55163
Complementary color
Monochromatic Colors of #D55163
Black with #D55163
Text Example
Text Example
White with #D55163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55163; }
p { color: rgb(213,81,99); }
H1.HeaderClassName
{
color: #D55163;
}
.AnyTagClassName
{
color: #D55163;
}
</style>
background-color css
<style>
a { background-color: #D55163; }
a { background-color: rgb(213,81,99); }
div.DivClassName
{
background-color: #D55163;
}
.BgClassName
{
background-color: #D55163;
}
</style>
border-color css
<style>
span { border-color: #D55163; }
span { border-color: rgb(213,81,99); }
td.TdClassName
{
border-color: #D55163;
}
.TagClassName
{
border-color: #D55163;
}
</style>