Shades of Mandy #D54851
Tints of Mandy #D54851
RGB
CMYK
RGB Variations
Color information
#D54851 (or 0xD54851) is known color: Mandy. HEX triplet: D5, 48 and 51. RGB value is (213,72,81). Sum of RGB (Red+Green+Blue) = 213+72+81=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D54851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54851 is #2AB7AE. Grayscale: #737373. Windows color (decimal): -2799535 or 5327061. OLE color: 5327061.
HSL color Cylindrical-coordinate representation of color #D54851: hue angle of 356.17º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54851 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 81 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.16 |
| HSL | 356.17º | 0.63% | 0.56% | - |
| HSV(B) | 356.17º | 0.66% | 0.84% | - |
| XYZ | 31.24 | 19.37 | 9.88 | - |
| YUV | 115.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 81 | 0 | 0.66 | 0.62 | 0.16 | 356.17 | 0.63 | 0.56 |
| Hex | D5 | 48 | 51 | 0 | 42 | 3E | 10 | 164 | 3F | 38 |
| Octal | 325 | 110 | 121 | 0 | 102 | 76 | 20 | 544 | 77 | 70 |
| Binary | 11010101 | 1001000 | 1010001 | 0 | 1000010 | 111110 | 10000 | 101100100 | 111111 | 111000 |
Color Harmonies of #D54851
Complementary color
Monochromatic Colors of #D54851
Black with #D54851
Text Example
Text Example
White with #D54851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54851; }
p { color: rgb(213,72,81); }
H1.HeaderClassName
{
color: #D54851;
}
.AnyTagClassName
{
color: #D54851;
}
</style>
background-color css
<style>
a { background-color: #D54851; }
a { background-color: rgb(213,72,81); }
div.DivClassName
{
background-color: #D54851;
}
.BgClassName
{
background-color: #D54851;
}
</style>
border-color css
<style>
span { border-color: #D54851; }
span { border-color: rgb(213,72,81); }
td.TdClassName
{
border-color: #D54851;
}
.TagClassName
{
border-color: #D54851;
}
</style>