Shades of Mandy #D25461
Tints of Mandy #D25461
RGB
CMYK
RGB Variations
Color information
#D25461 (or 0xD25461) is known color: Mandy. HEX triplet: D2, 54 and 61. RGB value is (210,84,97). Sum of RGB (Red+Green+Blue) = 210+84+97=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D25461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25461 is #2DAB9E. Grayscale: #7B7B7B. Windows color (decimal): -2993055 or 6378706. OLE color: 6378706.
HSL color Cylindrical-coordinate representation of color #D25461: hue angle of 353.81º 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 #D25461 is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 97 | - |
| CMYK | 0 | 0.6 | 0.54 | 0.18 |
| HSL | 353.81º | 0.58% | 0.58% | - |
| HSV(B) | 353.81º | 0.6% | 0.82% | - |
| XYZ | 31.91 | 20.91 | 13.66 | - |
| YUV | 123.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 97 | 0 | 0.6 | 0.54 | 0.18 | 353.81 | 0.58 | 0.58 |
| Hex | D2 | 54 | 61 | 0 | 3C | 36 | 12 | 162 | 3A | 3A |
| Octal | 322 | 124 | 141 | 0 | 74 | 66 | 22 | 542 | 72 | 72 |
| Binary | 11010010 | 1010100 | 1100001 | 0 | 111100 | 110110 | 10010 | 101100010 | 111010 | 111010 |
Color Harmonies of #D25461
Complementary color
Monochromatic Colors of #D25461
Black with #D25461
Text Example
Text Example
White with #D25461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25461; }
p { color: rgb(210,84,97); }
H1.HeaderClassName
{
color: #D25461;
}
.AnyTagClassName
{
color: #D25461;
}
</style>
background-color css
<style>
a { background-color: #D25461; }
a { background-color: rgb(210,84,97); }
div.DivClassName
{
background-color: #D25461;
}
.BgClassName
{
background-color: #D25461;
}
</style>
border-color css
<style>
span { border-color: #D25461; }
span { border-color: rgb(210,84,97); }
td.TdClassName
{
border-color: #D25461;
}
.TagClassName
{
border-color: #D25461;
}
</style>