Shades of Mandy #D95362
Tints of Mandy #D95362
RGB
CMYK
RGB Variations
Color information
#D95362 (or 0xD95362) is known color: Mandy. HEX triplet: D9, 53 and 62. RGB value is (217,83,98). Sum of RGB (Red+Green+Blue) = 217+83+98=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D95362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95362 is #26AC9D. Grayscale: #7C7C7C. Windows color (decimal): -2534558 or 6443993. OLE color: 6443993.
HSL color Cylindrical-coordinate representation of color #D95362: hue angle of 353.28º 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 #D95362 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 98 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.15 |
| HSL | 353.28º | 0.64% | 0.59% | - |
| HSV(B) | 353.28º | 0.62% | 0.85% | - |
| XYZ | 33.91 | 21.82 | 13.98 | - |
| YUV | 124.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 98 | 0 | 0.62 | 0.55 | 0.15 | 353.28 | 0.64 | 0.59 |
| Hex | D9 | 53 | 62 | 0 | 3E | 37 | F | 161 | 40 | 3B |
| Octal | 331 | 123 | 142 | 0 | 76 | 67 | 17 | 541 | 100 | 73 |
| Binary | 11011001 | 1010011 | 1100010 | 0 | 111110 | 110111 | 1111 | 101100001 | 1000000 | 111011 |
Color Harmonies of #D95362
Complementary color
Monochromatic Colors of #D95362
Black with #D95362
Text Example
Text Example
White with #D95362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95362; }
p { color: rgb(217,83,98); }
H1.HeaderClassName
{
color: #D95362;
}
.AnyTagClassName
{
color: #D95362;
}
</style>
background-color css
<style>
a { background-color: #D95362; }
a { background-color: rgb(217,83,98); }
div.DivClassName
{
background-color: #D95362;
}
.BgClassName
{
background-color: #D95362;
}
</style>
border-color css
<style>
span { border-color: #D95362; }
span { border-color: rgb(217,83,98); }
td.TdClassName
{
border-color: #D95362;
}
.TagClassName
{
border-color: #D95362;
}
</style>