Shades of Mandy #D65962
Tints of Mandy #D65962
RGB
CMYK
RGB Variations
Color information
#D65962 (or 0xD65962) is known color: Mandy. HEX triplet: D6, 59 and 62. RGB value is (214,89,98). Sum of RGB (Red+Green+Blue) = 214+89+98=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65962 is #29A69D. Grayscale: #7F7F7F. Windows color (decimal): -2729630 or 6445526. OLE color: 6445526.
HSL color Cylindrical-coordinate representation of color #D65962: hue angle of 355.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65962 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 98 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.16 |
| HSL | 355.68º | 0.6% | 0.59% | - |
| HSV(B) | 355.68º | 0.58% | 0.84% | - |
| XYZ | 33.51 | 22.32 | 14.1 | - |
| YUV | 127.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 98 | 0 | 0.58 | 0.54 | 0.16 | 355.68 | 0.6 | 0.59 |
| Hex | D6 | 59 | 62 | 0 | 3A | 36 | 10 | 164 | 3C | 3B |
| Octal | 326 | 131 | 142 | 0 | 72 | 66 | 20 | 544 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1100010 | 0 | 111010 | 110110 | 10000 | 101100100 | 111100 | 111011 |
Color Harmonies of #D65962
Complementary color
Monochromatic Colors of #D65962
Black with #D65962
Text Example
Text Example
White with #D65962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65962; }
p { color: rgb(214,89,98); }
H1.HeaderClassName
{
color: #D65962;
}
.AnyTagClassName
{
color: #D65962;
}
</style>
background-color css
<style>
a { background-color: #D65962; }
a { background-color: rgb(214,89,98); }
div.DivClassName
{
background-color: #D65962;
}
.BgClassName
{
background-color: #D65962;
}
</style>
border-color css
<style>
span { border-color: #D65962; }
span { border-color: rgb(214,89,98); }
td.TdClassName
{
border-color: #D65962;
}
.TagClassName
{
border-color: #D65962;
}
</style>