Shades of Mandy #D25458
Tints of Mandy #D25458
RGB
CMYK
RGB Variations
Color information
#D25458 (or 0xD25458) is known color: Mandy. HEX triplet: D2, 54 and 58. RGB value is (210,84,88). Sum of RGB (Red+Green+Blue) = 210+84+88=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D25458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25458 is #2DABA7. Grayscale: #7A7A7A. Windows color (decimal): -2993064 or 5788882. OLE color: 5788882.
HSL color Cylindrical-coordinate representation of color #D25458: hue angle of 358.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25458 is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 88 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.18 |
| HSL | 358.1º | 0.58% | 0.58% | - |
| HSV(B) | 358.1º | 0.6% | 0.82% | - |
| XYZ | 31.51 | 20.75 | 11.58 | - |
| YUV | 122.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 88 | 0 | 0.6 | 0.58 | 0.18 | 358.1 | 0.58 | 0.58 |
| Hex | D2 | 54 | 58 | 0 | 3C | 3A | 12 | 166 | 3A | 3A |
| Octal | 322 | 124 | 130 | 0 | 74 | 72 | 22 | 546 | 72 | 72 |
| Binary | 11010010 | 1010100 | 1011000 | 0 | 111100 | 111010 | 10010 | 101100110 | 111010 | 111010 |
Color Harmonies of #D25458
Complementary color
Monochromatic Colors of #D25458
Black with #D25458
Text Example
Text Example
White with #D25458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25458; }
p { color: rgb(210,84,88); }
H1.HeaderClassName
{
color: #D25458;
}
.AnyTagClassName
{
color: #D25458;
}
</style>
background-color css
<style>
a { background-color: #D25458; }
a { background-color: rgb(210,84,88); }
div.DivClassName
{
background-color: #D25458;
}
.BgClassName
{
background-color: #D25458;
}
</style>
border-color css
<style>
span { border-color: #D25458; }
span { border-color: rgb(210,84,88); }
td.TdClassName
{
border-color: #D25458;
}
.TagClassName
{
border-color: #D25458;
}
</style>