Shades of Mandy #D35865
Tints of Mandy #D35865
RGB
CMYK
RGB Variations
Color information
#D35865 (or 0xD35865) is known color: Mandy. HEX triplet: D3, 58 and 65. RGB value is (211,88,101). Sum of RGB (Red+Green+Blue) = 211+88+101=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D35865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35865 is #2CA79A. Grayscale: #7E7E7E. Windows color (decimal): -2926491 or 6641875. OLE color: 6641875.
HSL color Cylindrical-coordinate representation of color #D35865: hue angle of 353.66º 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 #D35865 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 101 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.17 |
| HSL | 353.66º | 0.58% | 0.59% | - |
| HSV(B) | 353.66º | 0.58% | 0.83% | - |
| XYZ | 32.7 | 21.77 | 14.79 | - |
| YUV | 126.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 101 | 0 | 0.58 | 0.52 | 0.17 | 353.66 | 0.58 | 0.59 |
| Hex | D3 | 58 | 65 | 0 | 3A | 34 | 11 | 162 | 3A | 3B |
| Octal | 323 | 130 | 145 | 0 | 72 | 64 | 21 | 542 | 72 | 73 |
| Binary | 11010011 | 1011000 | 1100101 | 0 | 111010 | 110100 | 10001 | 101100010 | 111010 | 111011 |
Color Harmonies of #D35865
Complementary color
Monochromatic Colors of #D35865
Black with #D35865
Text Example
Text Example
White with #D35865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35865; }
p { color: rgb(211,88,101); }
H1.HeaderClassName
{
color: #D35865;
}
.AnyTagClassName
{
color: #D35865;
}
</style>
background-color css
<style>
a { background-color: #D35865; }
a { background-color: rgb(211,88,101); }
div.DivClassName
{
background-color: #D35865;
}
.BgClassName
{
background-color: #D35865;
}
</style>
border-color css
<style>
span { border-color: #D35865; }
span { border-color: rgb(211,88,101); }
td.TdClassName
{
border-color: #D35865;
}
.TagClassName
{
border-color: #D35865;
}
</style>