Shades of Mandy #D35861
Tints of Mandy #D35861
RGB
CMYK
RGB Variations
Color information
#D35861 (or 0xD35861) is known color: Mandy. HEX triplet: D3, 58 and 61. RGB value is (211,88,97). Sum of RGB (Red+Green+Blue) = 211+88+97=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D35861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35861 is #2CA79E. Grayscale: #7D7D7D. Windows color (decimal): -2926495 or 6379731. OLE color: 6379731.
HSL color Cylindrical-coordinate representation of color #D35861: hue angle of 355.61º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35861 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 97 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.17 |
| HSL | 355.61º | 0.58% | 0.59% | - |
| HSV(B) | 355.61º | 0.58% | 0.83% | - |
| XYZ | 32.51 | 21.69 | 13.78 | - |
| YUV | 125.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 97 | 0 | 0.58 | 0.54 | 0.17 | 355.61 | 0.58 | 0.59 |
| Hex | D3 | 58 | 61 | 0 | 3A | 36 | 11 | 164 | 3A | 3B |
| Octal | 323 | 130 | 141 | 0 | 72 | 66 | 21 | 544 | 72 | 73 |
| Binary | 11010011 | 1011000 | 1100001 | 0 | 111010 | 110110 | 10001 | 101100100 | 111010 | 111011 |
Color Harmonies of #D35861
Complementary color
Monochromatic Colors of #D35861
Black with #D35861
Text Example
Text Example
White with #D35861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35861; }
p { color: rgb(211,88,97); }
H1.HeaderClassName
{
color: #D35861;
}
.AnyTagClassName
{
color: #D35861;
}
</style>
background-color css
<style>
a { background-color: #D35861; }
a { background-color: rgb(211,88,97); }
div.DivClassName
{
background-color: #D35861;
}
.BgClassName
{
background-color: #D35861;
}
</style>
border-color css
<style>
span { border-color: #D35861; }
span { border-color: rgb(211,88,97); }
td.TdClassName
{
border-color: #D35861;
}
.TagClassName
{
border-color: #D35861;
}
</style>