Shades of Mandy #D25964
Tints of Mandy #D25964
RGB
CMYK
RGB Variations
Color information
#D25964 (or 0xD25964) is known color: Mandy. HEX triplet: D2, 59 and 64. RGB value is (210,89,100). Sum of RGB (Red+Green+Blue) = 210+89+100=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D25964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25964 is #2DA69B. Grayscale: #7E7E7E. Windows color (decimal): -2991772 or 6576594. OLE color: 6576594.
HSL color Cylindrical-coordinate representation of color #D25964: hue angle of 354.55º 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 #D25964 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 100 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.18 |
| HSL | 354.55º | 0.57% | 0.59% | - |
| HSV(B) | 354.55º | 0.58% | 0.82% | - |
| XYZ | 32.45 | 21.77 | 14.55 | - |
| YUV | 126.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 100 | 0 | 0.58 | 0.52 | 0.18 | 354.55 | 0.57 | 0.59 |
| Hex | D2 | 59 | 64 | 0 | 3A | 34 | 12 | 163 | 39 | 3B |
| Octal | 322 | 131 | 144 | 0 | 72 | 64 | 22 | 543 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1100100 | 0 | 111010 | 110100 | 10010 | 101100011 | 111001 | 111011 |
Color Harmonies of #D25964
Complementary color
Monochromatic Colors of #D25964
Black with #D25964
Text Example
Text Example
White with #D25964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25964; }
p { color: rgb(210,89,100); }
H1.HeaderClassName
{
color: #D25964;
}
.AnyTagClassName
{
color: #D25964;
}
</style>
background-color css
<style>
a { background-color: #D25964; }
a { background-color: rgb(210,89,100); }
div.DivClassName
{
background-color: #D25964;
}
.BgClassName
{
background-color: #D25964;
}
</style>
border-color css
<style>
span { border-color: #D25964; }
span { border-color: rgb(210,89,100); }
td.TdClassName
{
border-color: #D25964;
}
.TagClassName
{
border-color: #D25964;
}
</style>