Shades of Mandy #D35255
Tints of Mandy #D35255
RGB
CMYK
RGB Variations
Color information
#D35255 (or 0xD35255) is known color: Mandy. HEX triplet: D3, 52 and 55. RGB value is (211,82,85). Sum of RGB (Red+Green+Blue) = 211+82+85=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D35255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35255 is #2CADAA. Grayscale: #797979. Windows color (decimal): -2928043 or 5591763. OLE color: 5591763.
HSL color Cylindrical-coordinate representation of color #D35255: hue angle of 358.6º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35255 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 85 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.17 |
| HSL | 358.6º | 0.59% | 0.57% | - |
| HSV(B) | 358.6º | 0.61% | 0.83% | - |
| XYZ | 31.52 | 20.54 | 10.9 | - |
| YUV | 120.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 85 | 0 | 0.61 | 0.60 | 0.17 | 358.6 | 0.59 | 0.57 |
| Hex | D3 | 52 | 55 | 0 | 3D | 3C | 11 | 167 | 3B | 39 |
| Octal | 323 | 122 | 125 | 0 | 75 | 74 | 21 | 547 | 73 | 71 |
| Binary | 11010011 | 1010010 | 1010101 | 0 | 111101 | 111100 | 10001 | 101100111 | 111011 | 111001 |
Color Harmonies of #D35255
Complementary color
Monochromatic Colors of #D35255
Black with #D35255
Text Example
Text Example
White with #D35255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35255; }
p { color: rgb(211,82,85); }
H1.HeaderClassName
{
color: #D35255;
}
.AnyTagClassName
{
color: #D35255;
}
</style>
background-color css
<style>
a { background-color: #D35255; }
a { background-color: rgb(211,82,85); }
div.DivClassName
{
background-color: #D35255;
}
.BgClassName
{
background-color: #D35255;
}
</style>
border-color css
<style>
span { border-color: #D35255; }
span { border-color: rgb(211,82,85); }
td.TdClassName
{
border-color: #D35255;
}
.TagClassName
{
border-color: #D35255;
}
</style>