Shades of Mandy #D2555E
Tints of Mandy #D2555E
RGB
CMYK
RGB Variations
Color information
#D2555E (or 0xD2555E) is known color: Mandy. HEX triplet: D2, 55 and 5E. RGB value is (210,85,94). Sum of RGB (Red+Green+Blue) = 210+85+94=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2555E is #2DAAA1. Grayscale: #7B7B7B. Windows color (decimal): -2992802 or 6182354. OLE color: 6182354.
HSL color Cylindrical-coordinate representation of color #D2555E: hue angle of 355.68º 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 #D2555E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 94 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.18 |
| HSL | 355.68º | 0.58% | 0.58% | - |
| HSV(B) | 355.68º | 0.6% | 0.82% | - |
| XYZ | 31.85 | 21.01 | 12.97 | - |
| YUV | 123.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 94 | 0 | 0.60 | 0.55 | 0.18 | 355.68 | 0.58 | 0.58 |
| Hex | D2 | 55 | 5E | 0 | 3C | 37 | 12 | 164 | 3A | 3A |
| Octal | 322 | 125 | 136 | 0 | 74 | 67 | 22 | 544 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1011110 | 0 | 111100 | 110111 | 10010 | 101100100 | 111010 | 111010 |
Color Harmonies of #D2555E
Complementary color
Monochromatic Colors of #D2555E
Black with #D2555E
Text Example
Text Example
White with #D2555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2555E; }
p { color: rgb(210,85,94); }
H1.HeaderClassName
{
color: #D2555E;
}
.AnyTagClassName
{
color: #D2555E;
}
</style>
background-color css
<style>
a { background-color: #D2555E; }
a { background-color: rgb(210,85,94); }
div.DivClassName
{
background-color: #D2555E;
}
.BgClassName
{
background-color: #D2555E;
}
</style>
border-color css
<style>
span { border-color: #D2555E; }
span { border-color: rgb(210,85,94); }
td.TdClassName
{
border-color: #D2555E;
}
.TagClassName
{
border-color: #D2555E;
}
</style>