Shades of Mandy #D8535B
Tints of Mandy #D8535B
RGB
CMYK
RGB Variations
Color information
#D8535B (or 0xD8535B) is known color: Mandy. HEX triplet: D8, 53 and 5B. RGB value is (216,83,91). Sum of RGB (Red+Green+Blue) = 216+83+91=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8535B is #27ACA4. Grayscale: #7B7B7B. Windows color (decimal): -2600101 or 5985240. OLE color: 5985240.
HSL color Cylindrical-coordinate representation of color #D8535B: hue angle of 356.39º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8535B is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 91 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.15 |
| HSL | 356.39º | 0.63% | 0.59% | - |
| HSV(B) | 356.39º | 0.62% | 0.85% | - |
| XYZ | 33.3 | 21.54 | 12.3 | - |
| YUV | 123.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 91 | 0 | 0.62 | 0.58 | 0.15 | 356.39 | 0.63 | 0.59 |
| Hex | D8 | 53 | 5B | 0 | 3E | 3A | F | 164 | 3F | 3B |
| Octal | 330 | 123 | 133 | 0 | 76 | 72 | 17 | 544 | 77 | 73 |
| Binary | 11011000 | 1010011 | 1011011 | 0 | 111110 | 111010 | 1111 | 101100100 | 111111 | 111011 |
Color Harmonies of #D8535B
Complementary color
Monochromatic Colors of #D8535B
Black with #D8535B
Text Example
Text Example
White with #D8535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8535B; }
p { color: rgb(216,83,91); }
H1.HeaderClassName
{
color: #D8535B;
}
.AnyTagClassName
{
color: #D8535B;
}
</style>
background-color css
<style>
a { background-color: #D8535B; }
a { background-color: rgb(216,83,91); }
div.DivClassName
{
background-color: #D8535B;
}
.BgClassName
{
background-color: #D8535B;
}
</style>
border-color css
<style>
span { border-color: #D8535B; }
span { border-color: rgb(216,83,91); }
td.TdClassName
{
border-color: #D8535B;
}
.TagClassName
{
border-color: #D8535B;
}
</style>