Shades of Mandy #D35063
Tints of Mandy #D35063
RGB
CMYK
RGB Variations
Color information
#D35063 (or 0xD35063) is known color: Mandy. HEX triplet: D3, 50 and 63. RGB value is (211,80,99). Sum of RGB (Red+Green+Blue) = 211+80+99=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D35063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35063 is #2CAF9C. Grayscale: #797979. Windows color (decimal): -2928541 or 6508755. OLE color: 6508755.
HSL color Cylindrical-coordinate representation of color #D35063: hue angle of 351.3º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35063 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 99 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.17 |
| HSL | 351.3º | 0.6% | 0.57% | - |
| HSV(B) | 351.3º | 0.62% | 0.83% | - |
| XYZ | 31.98 | 20.49 | 14.07 | - |
| YUV | 121.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 99 | 0 | 0.62 | 0.53 | 0.17 | 351.3 | 0.6 | 0.57 |
| Hex | D3 | 50 | 63 | 0 | 3E | 35 | 11 | 15F | 3C | 39 |
| Octal | 323 | 120 | 143 | 0 | 76 | 65 | 21 | 537 | 74 | 71 |
| Binary | 11010011 | 1010000 | 1100011 | 0 | 111110 | 110101 | 10001 | 101011111 | 111100 | 111001 |
Color Harmonies of #D35063
Complementary color
Monochromatic Colors of #D35063
Black with #D35063
Text Example
Text Example
White with #D35063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35063; }
p { color: rgb(211,80,99); }
H1.HeaderClassName
{
color: #D35063;
}
.AnyTagClassName
{
color: #D35063;
}
</style>
background-color css
<style>
a { background-color: #D35063; }
a { background-color: rgb(211,80,99); }
div.DivClassName
{
background-color: #D35063;
}
.BgClassName
{
background-color: #D35063;
}
</style>
border-color css
<style>
span { border-color: #D35063; }
span { border-color: rgb(211,80,99); }
td.TdClassName
{
border-color: #D35063;
}
.TagClassName
{
border-color: #D35063;
}
</style>