Shades of Mandy #D95260
Tints of Mandy #D95260
RGB
CMYK
RGB Variations
Color information
#D95260 (or 0xD95260) is known color: Mandy. HEX triplet: D9, 52 and 60. RGB value is (217,82,96). Sum of RGB (Red+Green+Blue) = 217+82+96=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D95260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95260 is #26AD9F. Grayscale: #7C7C7C. Windows color (decimal): -2534816 or 6312665. OLE color: 6312665.
HSL color Cylindrical-coordinate representation of color #D95260: hue angle of 353.78º 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 #D95260 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 96 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.15 |
| HSL | 353.78º | 0.64% | 0.59% | - |
| HSV(B) | 353.78º | 0.62% | 0.85% | - |
| XYZ | 33.74 | 21.63 | 13.46 | - |
| YUV | 123.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 96 | 0 | 0.62 | 0.56 | 0.15 | 353.78 | 0.64 | 0.59 |
| Hex | D9 | 52 | 60 | 0 | 3E | 38 | F | 162 | 40 | 3B |
| Octal | 331 | 122 | 140 | 0 | 76 | 70 | 17 | 542 | 100 | 73 |
| Binary | 11011001 | 1010010 | 1100000 | 0 | 111110 | 111000 | 1111 | 101100010 | 1000000 | 111011 |
Color Harmonies of #D95260
Complementary color
Monochromatic Colors of #D95260
Black with #D95260
Text Example
Text Example
White with #D95260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95260; }
p { color: rgb(217,82,96); }
H1.HeaderClassName
{
color: #D95260;
}
.AnyTagClassName
{
color: #D95260;
}
</style>
background-color css
<style>
a { background-color: #D95260; }
a { background-color: rgb(217,82,96); }
div.DivClassName
{
background-color: #D95260;
}
.BgClassName
{
background-color: #D95260;
}
</style>
border-color css
<style>
span { border-color: #D95260; }
span { border-color: rgb(217,82,96); }
td.TdClassName
{
border-color: #D95260;
}
.TagClassName
{
border-color: #D95260;
}
</style>