Shades of Mandy #D2595A
Tints of Mandy #D2595A
RGB
CMYK
RGB Variations
Color information
#D2595A (or 0xD2595A) is known color: Mandy. HEX triplet: D2, 59 and 5A. RGB value is (210,89,90). Sum of RGB (Red+Green+Blue) = 210+89+90=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2595A is #2DA6A5. Grayscale: #7D7D7D. Windows color (decimal): -2991782 or 5921234. OLE color: 5921234.
HSL color Cylindrical-coordinate representation of color #D2595A: hue angle of 359.5º 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 #D2595A is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 90 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.18 |
| HSL | 359.5º | 0.57% | 0.59% | - |
| HSV(B) | 359.5º | 0.58% | 0.82% | - |
| XYZ | 32 | 21.58 | 12.15 | - |
| YUV | 125.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 90 | 0 | 0.58 | 0.57 | 0.18 | 359.5 | 0.57 | 0.59 |
| Hex | D2 | 59 | 5A | 0 | 3A | 39 | 12 | 168 | 39 | 3B |
| Octal | 322 | 131 | 132 | 0 | 72 | 71 | 22 | 550 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1011010 | 0 | 111010 | 111001 | 10010 | 101101000 | 111001 | 111011 |
Color Harmonies of #D2595A
Complementary color
Monochromatic Colors of #D2595A
Black with #D2595A
Text Example
Text Example
White with #D2595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2595A; }
p { color: rgb(210,89,90); }
H1.HeaderClassName
{
color: #D2595A;
}
.AnyTagClassName
{
color: #D2595A;
}
</style>
background-color css
<style>
a { background-color: #D2595A; }
a { background-color: rgb(210,89,90); }
div.DivClassName
{
background-color: #D2595A;
}
.BgClassName
{
background-color: #D2595A;
}
</style>
border-color css
<style>
span { border-color: #D2595A; }
span { border-color: rgb(210,89,90); }
td.TdClassName
{
border-color: #D2595A;
}
.TagClassName
{
border-color: #D2595A;
}
</style>