Shades of Mandy #D95360
Tints of Mandy #D95360
RGB
CMYK
RGB Variations
Color information
#D95360 (or 0xD95360) is known color: Mandy. HEX triplet: D9, 53 and 60. RGB value is (217,83,96). Sum of RGB (Red+Green+Blue) = 217+83+96=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D95360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95360 is #26AC9F. Grayscale: #7C7C7C. Windows color (decimal): -2534560 or 6312921. OLE color: 6312921.
HSL color Cylindrical-coordinate representation of color #D95360: hue angle of 354.18º 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 #D95360 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 96 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.15 |
| HSL | 354.18º | 0.64% | 0.59% | - |
| HSV(B) | 354.18º | 0.62% | 0.85% | - |
| XYZ | 33.82 | 21.78 | 13.49 | - |
| YUV | 124.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 96 | 0 | 0.62 | 0.56 | 0.15 | 354.18 | 0.64 | 0.59 |
| Hex | D9 | 53 | 60 | 0 | 3E | 38 | F | 162 | 40 | 3B |
| Octal | 331 | 123 | 140 | 0 | 76 | 70 | 17 | 542 | 100 | 73 |
| Binary | 11011001 | 1010011 | 1100000 | 0 | 111110 | 111000 | 1111 | 101100010 | 1000000 | 111011 |
Color Harmonies of #D95360
Complementary color
Monochromatic Colors of #D95360
Black with #D95360
Text Example
Text Example
White with #D95360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95360; }
p { color: rgb(217,83,96); }
H1.HeaderClassName
{
color: #D95360;
}
.AnyTagClassName
{
color: #D95360;
}
</style>
background-color css
<style>
a { background-color: #D95360; }
a { background-color: rgb(217,83,96); }
div.DivClassName
{
background-color: #D95360;
}
.BgClassName
{
background-color: #D95360;
}
</style>
border-color css
<style>
span { border-color: #D95360; }
span { border-color: rgb(217,83,96); }
td.TdClassName
{
border-color: #D95360;
}
.TagClassName
{
border-color: #D95360;
}
</style>