Shades of Mandy #D54156
Tints of Mandy #D54156
RGB
CMYK
RGB Variations
Color information
#D54156 (or 0xD54156) is known color: Mandy. HEX triplet: D5, 41 and 56. RGB value is (213,65,86). Sum of RGB (Red+Green+Blue) = 213+65+86=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D54156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54156 is #2ABEA9. Grayscale: #6F6F6F. Windows color (decimal): -2801322 or 5652949. OLE color: 5652949.
HSL color Cylindrical-coordinate representation of color #D54156: hue angle of 351.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54156 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 86 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.16 |
| HSL | 351.49º | 0.64% | 0.55% | - |
| HSV(B) | 351.49º | 0.69% | 0.84% | - |
| XYZ | 31.01 | 18.6 | 10.76 | - |
| YUV | 111.65 | 113.53 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 86 | 0 | 0.69 | 0.60 | 0.16 | 351.49 | 0.64 | 0.55 |
| Hex | D5 | 41 | 56 | 0 | 45 | 3C | 10 | 15F | 40 | 37 |
| Octal | 325 | 101 | 126 | 0 | 105 | 74 | 20 | 537 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1010110 | 0 | 1000101 | 111100 | 10000 | 101011111 | 1000000 | 110111 |
Color Harmonies of #D54156
Complementary color
Monochromatic Colors of #D54156
Black with #D54156
Text Example
Text Example
White with #D54156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54156; }
p { color: rgb(213,65,86); }
H1.HeaderClassName
{
color: #D54156;
}
.AnyTagClassName
{
color: #D54156;
}
</style>
background-color css
<style>
a { background-color: #D54156; }
a { background-color: rgb(213,65,86); }
div.DivClassName
{
background-color: #D54156;
}
.BgClassName
{
background-color: #D54156;
}
</style>
border-color css
<style>
span { border-color: #D54156; }
span { border-color: rgb(213,65,86); }
td.TdClassName
{
border-color: #D54156;
}
.TagClassName
{
border-color: #D54156;
}
</style>