Shades of Mandy #D95259
Tints of Mandy #D95259
RGB
CMYK
RGB Variations
Color information
#D95259 (or 0xD95259) is known color: Mandy. HEX triplet: D9, 52 and 59. RGB value is (217,82,89). Sum of RGB (Red+Green+Blue) = 217+82+89=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D95259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95259 is #26ADA6. Grayscale: #7B7B7B. Windows color (decimal): -2534823 or 5853913. OLE color: 5853913.
HSL color Cylindrical-coordinate representation of color #D95259: hue angle of 356.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95259 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 89 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.15 |
| HSL | 356.89º | 0.64% | 0.59% | - |
| HSV(B) | 356.89º | 0.62% | 0.85% | - |
| XYZ | 33.44 | 21.51 | 11.84 | - |
| YUV | 123.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 89 | 0 | 0.62 | 0.59 | 0.15 | 356.89 | 0.64 | 0.59 |
| Hex | D9 | 52 | 59 | 0 | 3E | 3B | F | 165 | 40 | 3B |
| Octal | 331 | 122 | 131 | 0 | 76 | 73 | 17 | 545 | 100 | 73 |
| Binary | 11011001 | 1010010 | 1011001 | 0 | 111110 | 111011 | 1111 | 101100101 | 1000000 | 111011 |
Color Harmonies of #D95259
Complementary color
Monochromatic Colors of #D95259
Black with #D95259
Text Example
Text Example
White with #D95259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95259; }
p { color: rgb(217,82,89); }
H1.HeaderClassName
{
color: #D95259;
}
.AnyTagClassName
{
color: #D95259;
}
</style>
background-color css
<style>
a { background-color: #D95259; }
a { background-color: rgb(217,82,89); }
div.DivClassName
{
background-color: #D95259;
}
.BgClassName
{
background-color: #D95259;
}
</style>
border-color css
<style>
span { border-color: #D95259; }
span { border-color: rgb(217,82,89); }
td.TdClassName
{
border-color: #D95259;
}
.TagClassName
{
border-color: #D95259;
}
</style>