Shades of Mandy #D6525C
Tints of Mandy #D6525C
RGB
CMYK
RGB Variations
Color information
#D6525C (or 0xD6525C) is known color: Mandy. HEX triplet: D6, 52 and 5C. RGB value is (214,82,92). Sum of RGB (Red+Green+Blue) = 214+82+92=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6525C is #29ADA3. Grayscale: #7A7A7A. Windows color (decimal): -2731428 or 6050518. OLE color: 6050518.
HSL color Cylindrical-coordinate representation of color #D6525C: hue angle of 355.45º 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 #D6525C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 92 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.16 |
| HSL | 355.45º | 0.62% | 0.58% | - |
| HSV(B) | 355.45º | 0.62% | 0.84% | - |
| XYZ | 32.68 | 21.1 | 12.48 | - |
| YUV | 122.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 92 | 0 | 0.62 | 0.57 | 0.16 | 355.45 | 0.62 | 0.58 |
| Hex | D6 | 52 | 5C | 0 | 3E | 39 | 10 | 163 | 3E | 3A |
| Octal | 326 | 122 | 134 | 0 | 76 | 71 | 20 | 543 | 76 | 72 |
| Binary | 11010110 | 1010010 | 1011100 | 0 | 111110 | 111001 | 10000 | 101100011 | 111110 | 111010 |
Color Harmonies of #D6525C
Complementary color
Monochromatic Colors of #D6525C
Black with #D6525C
Text Example
Text Example
White with #D6525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6525C; }
p { color: rgb(214,82,92); }
H1.HeaderClassName
{
color: #D6525C;
}
.AnyTagClassName
{
color: #D6525C;
}
</style>
background-color css
<style>
a { background-color: #D6525C; }
a { background-color: rgb(214,82,92); }
div.DivClassName
{
background-color: #D6525C;
}
.BgClassName
{
background-color: #D6525C;
}
</style>
border-color css
<style>
span { border-color: #D6525C; }
span { border-color: rgb(214,82,92); }
td.TdClassName
{
border-color: #D6525C;
}
.TagClassName
{
border-color: #D6525C;
}
</style>