Shades of Mandy #D65063
Tints of Mandy #D65063
RGB
CMYK
RGB Variations
Color information
#D65063 (or 0xD65063) is known color: Mandy. HEX triplet: D6, 50 and 63. RGB value is (214,80,99). Sum of RGB (Red+Green+Blue) = 214+80+99=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D65063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65063 is #29AF9C. Grayscale: #7A7A7A. Windows color (decimal): -2731933 or 6508758. OLE color: 6508758.
HSL color Cylindrical-coordinate representation of color #D65063: hue angle of 351.49º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65063 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 99 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.16 |
| HSL | 351.49º | 0.62% | 0.58% | - |
| HSV(B) | 351.49º | 0.63% | 0.84% | - |
| XYZ | 32.85 | 20.93 | 14.11 | - |
| YUV | 122.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 99 | 0 | 0.63 | 0.54 | 0.16 | 351.49 | 0.62 | 0.58 |
| Hex | D6 | 50 | 63 | 0 | 3F | 36 | 10 | 15F | 3E | 3A |
| Octal | 326 | 120 | 143 | 0 | 77 | 66 | 20 | 537 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1100011 | 0 | 111111 | 110110 | 10000 | 101011111 | 111110 | 111010 |
Color Harmonies of #D65063
Complementary color
Monochromatic Colors of #D65063
Black with #D65063
Text Example
Text Example
White with #D65063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65063; }
p { color: rgb(214,80,99); }
H1.HeaderClassName
{
color: #D65063;
}
.AnyTagClassName
{
color: #D65063;
}
</style>
background-color css
<style>
a { background-color: #D65063; }
a { background-color: rgb(214,80,99); }
div.DivClassName
{
background-color: #D65063;
}
.BgClassName
{
background-color: #D65063;
}
</style>
border-color css
<style>
span { border-color: #D65063; }
span { border-color: rgb(214,80,99); }
td.TdClassName
{
border-color: #D65063;
}
.TagClassName
{
border-color: #D65063;
}
</style>