Shades of Mandy #D95155
Tints of Mandy #D95155
RGB
CMYK
RGB Variations
Color information
#D95155 (or 0xD95155) is known color: Mandy. HEX triplet: D9, 51 and 55. RGB value is (217,81,85). Sum of RGB (Red+Green+Blue) = 217+81+85=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D95155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95155 is #26AEAA. Grayscale: #7A7A7A. Windows color (decimal): -2535083 or 5591513. OLE color: 5591513.
HSL color Cylindrical-coordinate representation of color #D95155: hue angle of 358.24º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95155 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 85 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.15 |
| HSL | 358.24º | 0.64% | 0.58% | - |
| HSV(B) | 358.24º | 0.63% | 0.85% | - |
| XYZ | 33.2 | 21.29 | 10.95 | - |
| YUV | 122.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 85 | 0 | 0.63 | 0.61 | 0.15 | 358.24 | 0.64 | 0.58 |
| Hex | D9 | 51 | 55 | 0 | 3F | 3D | F | 166 | 40 | 3A |
| Octal | 331 | 121 | 125 | 0 | 77 | 75 | 17 | 546 | 100 | 72 |
| Binary | 11011001 | 1010001 | 1010101 | 0 | 111111 | 111101 | 1111 | 101100110 | 1000000 | 111010 |
Color Harmonies of #D95155
Complementary color
Monochromatic Colors of #D95155
Black with #D95155
Text Example
Text Example
White with #D95155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95155; }
p { color: rgb(217,81,85); }
H1.HeaderClassName
{
color: #D95155;
}
.AnyTagClassName
{
color: #D95155;
}
</style>
background-color css
<style>
a { background-color: #D95155; }
a { background-color: rgb(217,81,85); }
div.DivClassName
{
background-color: #D95155;
}
.BgClassName
{
background-color: #D95155;
}
</style>
border-color css
<style>
span { border-color: #D95155; }
span { border-color: rgb(217,81,85); }
td.TdClassName
{
border-color: #D95155;
}
.TagClassName
{
border-color: #D95155;
}
</style>