Shades of Mandy #D35862
Tints of Mandy #D35862
RGB
CMYK
RGB Variations
Color information
#D35862 (or 0xD35862) is known color: Mandy. HEX triplet: D3, 58 and 62. RGB value is (211,88,98). Sum of RGB (Red+Green+Blue) = 211+88+98=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D35862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35862 is #2CA79D. Grayscale: #7E7E7E. Windows color (decimal): -2926494 or 6445267. OLE color: 6445267.
HSL color Cylindrical-coordinate representation of color #D35862: hue angle of 355.12º 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 #D35862 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 98 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.17 |
| HSL | 355.12º | 0.58% | 0.59% | - |
| HSV(B) | 355.12º | 0.58% | 0.83% | - |
| XYZ | 32.56 | 21.71 | 14.03 | - |
| YUV | 125.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 98 | 0 | 0.58 | 0.54 | 0.17 | 355.12 | 0.58 | 0.59 |
| Hex | D3 | 58 | 62 | 0 | 3A | 36 | 11 | 163 | 3A | 3B |
| Octal | 323 | 130 | 142 | 0 | 72 | 66 | 21 | 543 | 72 | 73 |
| Binary | 11010011 | 1011000 | 1100010 | 0 | 111010 | 110110 | 10001 | 101100011 | 111010 | 111011 |
Color Harmonies of #D35862
Complementary color
Monochromatic Colors of #D35862
Black with #D35862
Text Example
Text Example
White with #D35862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35862; }
p { color: rgb(211,88,98); }
H1.HeaderClassName
{
color: #D35862;
}
.AnyTagClassName
{
color: #D35862;
}
</style>
background-color css
<style>
a { background-color: #D35862; }
a { background-color: rgb(211,88,98); }
div.DivClassName
{
background-color: #D35862;
}
.BgClassName
{
background-color: #D35862;
}
</style>
border-color css
<style>
span { border-color: #D35862; }
span { border-color: rgb(211,88,98); }
td.TdClassName
{
border-color: #D35862;
}
.TagClassName
{
border-color: #D35862;
}
</style>