Shades of Mandy #D95062
Tints of Mandy #D95062
RGB
CMYK
RGB Variations
Color information
#D95062 (or 0xD95062) is known color: Mandy. HEX triplet: D9, 50 and 62. RGB value is (217,80,98). Sum of RGB (Red+Green+Blue) = 217+80+98=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D95062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95062 is #26AF9D. Grayscale: #7B7B7B. Windows color (decimal): -2535326 or 6443225. OLE color: 6443225.
HSL color Cylindrical-coordinate representation of color #D95062: hue angle of 352.12º 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 #D95062 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 98 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.15 |
| HSL | 352.12º | 0.64% | 0.58% | - |
| HSV(B) | 352.12º | 0.63% | 0.85% | - |
| XYZ | 33.69 | 21.37 | 13.9 | - |
| YUV | 123.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 98 | 0 | 0.63 | 0.55 | 0.15 | 352.12 | 0.64 | 0.58 |
| Hex | D9 | 50 | 62 | 0 | 3F | 37 | F | 160 | 40 | 3A |
| Octal | 331 | 120 | 142 | 0 | 77 | 67 | 17 | 540 | 100 | 72 |
| Binary | 11011001 | 1010000 | 1100010 | 0 | 111111 | 110111 | 1111 | 101100000 | 1000000 | 111010 |
Color Harmonies of #D95062
Complementary color
Monochromatic Colors of #D95062
Black with #D95062
Text Example
Text Example
White with #D95062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95062; }
p { color: rgb(217,80,98); }
H1.HeaderClassName
{
color: #D95062;
}
.AnyTagClassName
{
color: #D95062;
}
</style>
background-color css
<style>
a { background-color: #D95062; }
a { background-color: rgb(217,80,98); }
div.DivClassName
{
background-color: #D95062;
}
.BgClassName
{
background-color: #D95062;
}
</style>
border-color css
<style>
span { border-color: #D95062; }
span { border-color: rgb(217,80,98); }
td.TdClassName
{
border-color: #D95062;
}
.TagClassName
{
border-color: #D95062;
}
</style>