Shades of Mandy #D54853
Tints of Mandy #D54853
RGB
CMYK
RGB Variations
Color information
#D54853 (or 0xD54853) is known color: Mandy. HEX triplet: D5, 48 and 53. RGB value is (213,72,83). Sum of RGB (Red+Green+Blue) = 213+72+83=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D54853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54853 is #2AB7AC. Grayscale: #737373. Windows color (decimal): -2799533 or 5458133. OLE color: 5458133.
HSL color Cylindrical-coordinate representation of color #D54853: hue angle of 355.32º 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 #D54853 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 83 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.16 |
| HSL | 355.32º | 0.63% | 0.56% | - |
| HSV(B) | 355.32º | 0.66% | 0.84% | - |
| XYZ | 31.32 | 19.41 | 10.28 | - |
| YUV | 115.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 83 | 0 | 0.66 | 0.61 | 0.16 | 355.32 | 0.63 | 0.56 |
| Hex | D5 | 48 | 53 | 0 | 42 | 3D | 10 | 163 | 3F | 38 |
| Octal | 325 | 110 | 123 | 0 | 102 | 75 | 20 | 543 | 77 | 70 |
| Binary | 11010101 | 1001000 | 1010011 | 0 | 1000010 | 111101 | 10000 | 101100011 | 111111 | 111000 |
Color Harmonies of #D54853
Complementary color
Monochromatic Colors of #D54853
Black with #D54853
Text Example
Text Example
White with #D54853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54853; }
p { color: rgb(213,72,83); }
H1.HeaderClassName
{
color: #D54853;
}
.AnyTagClassName
{
color: #D54853;
}
</style>
background-color css
<style>
a { background-color: #D54853; }
a { background-color: rgb(213,72,83); }
div.DivClassName
{
background-color: #D54853;
}
.BgClassName
{
background-color: #D54853;
}
</style>
border-color css
<style>
span { border-color: #D54853; }
span { border-color: rgb(213,72,83); }
td.TdClassName
{
border-color: #D54853;
}
.TagClassName
{
border-color: #D54853;
}
</style>