Shades of Mandy #D35260
Tints of Mandy #D35260
RGB
CMYK
RGB Variations
Color information
#D35260 (or 0xD35260) is known color: Mandy. HEX triplet: D3, 52 and 60. RGB value is (211,82,96). Sum of RGB (Red+Green+Blue) = 211+82+96=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D35260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35260 is #2CAD9F. Grayscale: #7A7A7A. Windows color (decimal): -2928032 or 6312659. OLE color: 6312659.
HSL color Cylindrical-coordinate representation of color #D35260: hue angle of 353.49º 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 #D35260 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 96 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.17 |
| HSL | 353.49º | 0.59% | 0.57% | - |
| HSV(B) | 353.49º | 0.61% | 0.83% | - |
| XYZ | 31.99 | 20.73 | 13.38 | - |
| YUV | 122.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 96 | 0 | 0.61 | 0.55 | 0.17 | 353.49 | 0.59 | 0.57 |
| Hex | D3 | 52 | 60 | 0 | 3D | 37 | 11 | 161 | 3B | 39 |
| Octal | 323 | 122 | 140 | 0 | 75 | 67 | 21 | 541 | 73 | 71 |
| Binary | 11010011 | 1010010 | 1100000 | 0 | 111101 | 110111 | 10001 | 101100001 | 111011 | 111001 |
Color Harmonies of #D35260
Complementary color
Monochromatic Colors of #D35260
Black with #D35260
Text Example
Text Example
White with #D35260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35260; }
p { color: rgb(211,82,96); }
H1.HeaderClassName
{
color: #D35260;
}
.AnyTagClassName
{
color: #D35260;
}
</style>
background-color css
<style>
a { background-color: #D35260; }
a { background-color: rgb(211,82,96); }
div.DivClassName
{
background-color: #D35260;
}
.BgClassName
{
background-color: #D35260;
}
</style>
border-color css
<style>
span { border-color: #D35260; }
span { border-color: rgb(211,82,96); }
td.TdClassName
{
border-color: #D35260;
}
.TagClassName
{
border-color: #D35260;
}
</style>