Shades of Mandy #D6535E
Tints of Mandy #D6535E
RGB
CMYK
RGB Variations
Color information
#D6535E (or 0xD6535E) is known color: Mandy. HEX triplet: D6, 53 and 5E. RGB value is (214,83,94). Sum of RGB (Red+Green+Blue) = 214+83+94=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6535E is #29ACA1. Grayscale: #7B7B7B. Windows color (decimal): -2731170 or 6181846. OLE color: 6181846.
HSL color Cylindrical-coordinate representation of color #D6535E: hue angle of 354.96º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6535E is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 94 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.16 |
| HSL | 354.96º | 0.62% | 0.58% | - |
| HSV(B) | 354.96º | 0.61% | 0.84% | - |
| XYZ | 32.85 | 21.29 | 12.97 | - |
| YUV | 123.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 94 | 0 | 0.61 | 0.56 | 0.16 | 354.96 | 0.62 | 0.58 |
| Hex | D6 | 53 | 5E | 0 | 3D | 38 | 10 | 163 | 3E | 3A |
| Octal | 326 | 123 | 136 | 0 | 75 | 70 | 20 | 543 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1011110 | 0 | 111101 | 111000 | 10000 | 101100011 | 111110 | 111010 |
Color Harmonies of #D6535E
Complementary color
Monochromatic Colors of #D6535E
Black with #D6535E
Text Example
Text Example
White with #D6535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6535E; }
p { color: rgb(214,83,94); }
H1.HeaderClassName
{
color: #D6535E;
}
.AnyTagClassName
{
color: #D6535E;
}
</style>
background-color css
<style>
a { background-color: #D6535E; }
a { background-color: rgb(214,83,94); }
div.DivClassName
{
background-color: #D6535E;
}
.BgClassName
{
background-color: #D6535E;
}
</style>
border-color css
<style>
span { border-color: #D6535E; }
span { border-color: rgb(214,83,94); }
td.TdClassName
{
border-color: #D6535E;
}
.TagClassName
{
border-color: #D6535E;
}
</style>