Shades of Mandy #D25961
Tints of Mandy #D25961
RGB
CMYK
RGB Variations
Color information
#D25961 (or 0xD25961) is known color: Mandy. HEX triplet: D2, 59 and 61. RGB value is (210,89,97). Sum of RGB (Red+Green+Blue) = 210+89+97=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D25961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25961 is #2DA69E. Grayscale: #7E7E7E. Windows color (decimal): -2991775 or 6379986. OLE color: 6379986.
HSL color Cylindrical-coordinate representation of color #D25961: hue angle of 356.03º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25961 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 97 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.18 |
| HSL | 356.03º | 0.57% | 0.59% | - |
| HSV(B) | 356.03º | 0.58% | 0.82% | - |
| XYZ | 32.31 | 21.71 | 13.8 | - |
| YUV | 126.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 97 | 0 | 0.58 | 0.54 | 0.18 | 356.03 | 0.57 | 0.59 |
| Hex | D2 | 59 | 61 | 0 | 3A | 36 | 12 | 164 | 39 | 3B |
| Octal | 322 | 131 | 141 | 0 | 72 | 66 | 22 | 544 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1100001 | 0 | 111010 | 110110 | 10010 | 101100100 | 111001 | 111011 |
Color Harmonies of #D25961
Complementary color
Monochromatic Colors of #D25961
Black with #D25961
Text Example
Text Example
White with #D25961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25961; }
p { color: rgb(210,89,97); }
H1.HeaderClassName
{
color: #D25961;
}
.AnyTagClassName
{
color: #D25961;
}
</style>
background-color css
<style>
a { background-color: #D25961; }
a { background-color: rgb(210,89,97); }
div.DivClassName
{
background-color: #D25961;
}
.BgClassName
{
background-color: #D25961;
}
</style>
border-color css
<style>
span { border-color: #D25961; }
span { border-color: rgb(210,89,97); }
td.TdClassName
{
border-color: #D25961;
}
.TagClassName
{
border-color: #D25961;
}
</style>