Shades of Mandy #D55154
Tints of Mandy #D55154
RGB
CMYK
RGB Variations
Color information
#D55154 (or 0xD55154) is known color: Mandy. HEX triplet: D5, 51 and 54. RGB value is (213,81,84). Sum of RGB (Red+Green+Blue) = 213+81+84=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D55154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55154 is #2AAEAB. Grayscale: #787878. Windows color (decimal): -2797228 or 5525973. OLE color: 5525973.
HSL color Cylindrical-coordinate representation of color #D55154: hue angle of 358.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55154 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 84 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.16 |
| HSL | 358.64º | 0.61% | 0.58% | - |
| HSV(B) | 358.64º | 0.62% | 0.84% | - |
| XYZ | 31.98 | 20.67 | 10.69 | - |
| YUV | 120.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 84 | 0 | 0.62 | 0.61 | 0.16 | 358.64 | 0.61 | 0.58 |
| Hex | D5 | 51 | 54 | 0 | 3E | 3D | 10 | 167 | 3D | 3A |
| Octal | 325 | 121 | 124 | 0 | 76 | 75 | 20 | 547 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1010100 | 0 | 111110 | 111101 | 10000 | 101100111 | 111101 | 111010 |
Color Harmonies of #D55154
Complementary color
Monochromatic Colors of #D55154
Black with #D55154
Text Example
Text Example
White with #D55154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55154; }
p { color: rgb(213,81,84); }
H1.HeaderClassName
{
color: #D55154;
}
.AnyTagClassName
{
color: #D55154;
}
</style>
background-color css
<style>
a { background-color: #D55154; }
a { background-color: rgb(213,81,84); }
div.DivClassName
{
background-color: #D55154;
}
.BgClassName
{
background-color: #D55154;
}
</style>
border-color css
<style>
span { border-color: #D55154; }
span { border-color: rgb(213,81,84); }
td.TdClassName
{
border-color: #D55154;
}
.TagClassName
{
border-color: #D55154;
}
</style>