Shades of Mandy #D65259
Tints of Mandy #D65259
RGB
CMYK
RGB Variations
Color information
#D65259 (or 0xD65259) is known color: Mandy. HEX triplet: D6, 52 and 59. RGB value is (214,82,89). Sum of RGB (Red+Green+Blue) = 214+82+89=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D65259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65259 is #29ADA6. Grayscale: #7A7A7A. Windows color (decimal): -2731431 or 5853910. OLE color: 5853910.
HSL color Cylindrical-coordinate representation of color #D65259: hue angle of 356.82º 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 #D65259 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 89 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.16 |
| HSL | 356.82º | 0.62% | 0.58% | - |
| HSV(B) | 356.82º | 0.62% | 0.84% | - |
| XYZ | 32.55 | 21.05 | 11.8 | - |
| YUV | 122.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 89 | 0 | 0.62 | 0.58 | 0.16 | 356.82 | 0.62 | 0.58 |
| Hex | D6 | 52 | 59 | 0 | 3E | 3A | 10 | 165 | 3E | 3A |
| Octal | 326 | 122 | 131 | 0 | 76 | 72 | 20 | 545 | 76 | 72 |
| Binary | 11010110 | 1010010 | 1011001 | 0 | 111110 | 111010 | 10000 | 101100101 | 111110 | 111010 |
Color Harmonies of #D65259
Complementary color
Monochromatic Colors of #D65259
Black with #D65259
Text Example
Text Example
White with #D65259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65259; }
p { color: rgb(214,82,89); }
H1.HeaderClassName
{
color: #D65259;
}
.AnyTagClassName
{
color: #D65259;
}
</style>
background-color css
<style>
a { background-color: #D65259; }
a { background-color: rgb(214,82,89); }
div.DivClassName
{
background-color: #D65259;
}
.BgClassName
{
background-color: #D65259;
}
</style>
border-color css
<style>
span { border-color: #D65259; }
span { border-color: rgb(214,82,89); }
td.TdClassName
{
border-color: #D65259;
}
.TagClassName
{
border-color: #D65259;
}
</style>