Shades of Mandy #D6525D
Tints of Mandy #D6525D
RGB
CMYK
RGB Variations
Color information
#D6525D (or 0xD6525D) is known color: Mandy. HEX triplet: D6, 52 and 5D. RGB value is (214,82,93). Sum of RGB (Red+Green+Blue) = 214+82+93=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6525D is #29ADA2. Grayscale: #7A7A7A. Windows color (decimal): -2731427 or 6116054. OLE color: 6116054.
HSL color Cylindrical-coordinate representation of color #D6525D: hue angle of 355º 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 #D6525D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 93 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.16 |
| HSL | 355º | 0.62% | 0.58% | - |
| HSV(B) | 355º | 0.62% | 0.84% | - |
| XYZ | 32.72 | 21.12 | 12.71 | - |
| YUV | 122.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 93 | 0 | 0.62 | 0.57 | 0.16 | 355 | 0.62 | 0.58 |
| Hex | D6 | 52 | 5D | 0 | 3E | 39 | 10 | 163 | 3E | 3A |
| Octal | 326 | 122 | 135 | 0 | 76 | 71 | 20 | 543 | 76 | 72 |
| Binary | 11010110 | 1010010 | 1011101 | 0 | 111110 | 111001 | 10000 | 101100011 | 111110 | 111010 |
Color Harmonies of #D6525D
Complementary color
Monochromatic Colors of #D6525D
Black with #D6525D
Text Example
Text Example
White with #D6525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6525D; }
p { color: rgb(214,82,93); }
H1.HeaderClassName
{
color: #D6525D;
}
.AnyTagClassName
{
color: #D6525D;
}
</style>
background-color css
<style>
a { background-color: #D6525D; }
a { background-color: rgb(214,82,93); }
div.DivClassName
{
background-color: #D6525D;
}
.BgClassName
{
background-color: #D6525D;
}
</style>
border-color css
<style>
span { border-color: #D6525D; }
span { border-color: rgb(214,82,93); }
td.TdClassName
{
border-color: #D6525D;
}
.TagClassName
{
border-color: #D6525D;
}
</style>