Shades of Mandy #D3525E
Tints of Mandy #D3525E
RGB
CMYK
RGB Variations
Color information
#D3525E (or 0xD3525E) is known color: Mandy. HEX triplet: D3, 52 and 5E. RGB value is (211,82,94). Sum of RGB (Red+Green+Blue) = 211+82+94=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3525E is #2CADA1. Grayscale: #7A7A7A. Windows color (decimal): -2928034 or 6181587. OLE color: 6181587.
HSL color Cylindrical-coordinate representation of color #D3525E: hue angle of 354.42º 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 #D3525E is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 94 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.17 |
| HSL | 354.42º | 0.59% | 0.57% | - |
| HSV(B) | 354.42º | 0.61% | 0.83% | - |
| XYZ | 31.9 | 20.69 | 12.9 | - |
| YUV | 121.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 94 | 0 | 0.61 | 0.55 | 0.17 | 354.42 | 0.59 | 0.57 |
| Hex | D3 | 52 | 5E | 0 | 3D | 37 | 11 | 162 | 3B | 39 |
| Octal | 323 | 122 | 136 | 0 | 75 | 67 | 21 | 542 | 73 | 71 |
| Binary | 11010011 | 1010010 | 1011110 | 0 | 111101 | 110111 | 10001 | 101100010 | 111011 | 111001 |
Color Harmonies of #D3525E
Complementary color
Monochromatic Colors of #D3525E
Black with #D3525E
Text Example
Text Example
White with #D3525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3525E; }
p { color: rgb(211,82,94); }
H1.HeaderClassName
{
color: #D3525E;
}
.AnyTagClassName
{
color: #D3525E;
}
</style>
background-color css
<style>
a { background-color: #D3525E; }
a { background-color: rgb(211,82,94); }
div.DivClassName
{
background-color: #D3525E;
}
.BgClassName
{
background-color: #D3525E;
}
</style>
border-color css
<style>
span { border-color: #D3525E; }
span { border-color: rgb(211,82,94); }
td.TdClassName
{
border-color: #D3525E;
}
.TagClassName
{
border-color: #D3525E;
}
</style>