Shades of Mandy #D6525B
Tints of Mandy #D6525B
RGB
CMYK
RGB Variations
Color information
#D6525B (or 0xD6525B) is known color: Mandy. HEX triplet: D6, 52 and 5B. RGB value is (214,82,91). Sum of RGB (Red+Green+Blue) = 214+82+91=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6525B is #29ADA4. Grayscale: #7A7A7A. Windows color (decimal): -2731429 or 5984982. OLE color: 5984982.
HSL color Cylindrical-coordinate representation of color #D6525B: hue angle of 355.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6525B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 91 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.16 |
| HSL | 355.91º | 0.62% | 0.58% | - |
| HSV(B) | 355.91º | 0.62% | 0.84% | - |
| XYZ | 32.64 | 21.09 | 12.25 | - |
| YUV | 122.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 91 | 0 | 0.62 | 0.57 | 0.16 | 355.91 | 0.62 | 0.58 |
| Hex | D6 | 52 | 5B | 0 | 3E | 39 | 10 | 164 | 3E | 3A |
| Octal | 326 | 122 | 133 | 0 | 76 | 71 | 20 | 544 | 76 | 72 |
| Binary | 11010110 | 1010010 | 1011011 | 0 | 111110 | 111001 | 10000 | 101100100 | 111110 | 111010 |
Color Harmonies of #D6525B
Complementary color
Monochromatic Colors of #D6525B
Black with #D6525B
Text Example
Text Example
White with #D6525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6525B; }
p { color: rgb(214,82,91); }
H1.HeaderClassName
{
color: #D6525B;
}
.AnyTagClassName
{
color: #D6525B;
}
</style>
background-color css
<style>
a { background-color: #D6525B; }
a { background-color: rgb(214,82,91); }
div.DivClassName
{
background-color: #D6525B;
}
.BgClassName
{
background-color: #D6525B;
}
</style>
border-color css
<style>
span { border-color: #D6525B; }
span { border-color: rgb(214,82,91); }
td.TdClassName
{
border-color: #D6525B;
}
.TagClassName
{
border-color: #D6525B;
}
</style>