Shades of Mandy #D54259
Tints of Mandy #D54259
RGB
CMYK
RGB Variations
Color information
#D54259 (or 0xD54259) is known color: Mandy. HEX triplet: D5, 42 and 59. RGB value is (213,66,89). Sum of RGB (Red+Green+Blue) = 213+66+89=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D54259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54259 is #2ABDA6. Grayscale: #707070. Windows color (decimal): -2801063 or 5849813. OLE color: 5849813.
HSL color Cylindrical-coordinate representation of color #D54259: hue angle of 350.61º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54259 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 89 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.16 |
| HSL | 350.61º | 0.64% | 0.55% | - |
| HSV(B) | 350.61º | 0.69% | 0.84% | - |
| XYZ | 31.19 | 18.76 | 11.43 | - |
| YUV | 112.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 89 | 0 | 0.69 | 0.58 | 0.16 | 350.61 | 0.64 | 0.55 |
| Hex | D5 | 42 | 59 | 0 | 45 | 3A | 10 | 15F | 40 | 37 |
| Octal | 325 | 102 | 131 | 0 | 105 | 72 | 20 | 537 | 100 | 67 |
| Binary | 11010101 | 1000010 | 1011001 | 0 | 1000101 | 111010 | 10000 | 101011111 | 1000000 | 110111 |
Color Harmonies of #D54259
Complementary color
Monochromatic Colors of #D54259
Black with #D54259
Text Example
Text Example
White with #D54259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54259; }
p { color: rgb(213,66,89); }
H1.HeaderClassName
{
color: #D54259;
}
.AnyTagClassName
{
color: #D54259;
}
</style>
background-color css
<style>
a { background-color: #D54259; }
a { background-color: rgb(213,66,89); }
div.DivClassName
{
background-color: #D54259;
}
.BgClassName
{
background-color: #D54259;
}
</style>
border-color css
<style>
span { border-color: #D54259; }
span { border-color: rgb(213,66,89); }
td.TdClassName
{
border-color: #D54259;
}
.TagClassName
{
border-color: #D54259;
}
</style>