Shades of Mandy #D54053
Tints of Mandy #D54053
RGB
CMYK
RGB Variations
Color information
#D54053 (or 0xD54053) is known color: Mandy. HEX triplet: D5, 40 and 53. RGB value is (213,64,83). Sum of RGB (Red+Green+Blue) = 213+64+83=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D54053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54053 is #2ABFAC. Grayscale: #6E6E6E. Windows color (decimal): -2801581 or 5456085. OLE color: 5456085.
HSL color Cylindrical-coordinate representation of color #D54053: hue angle of 352.35º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54053 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 83 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.16 |
| HSL | 352.35º | 0.64% | 0.54% | - |
| HSV(B) | 352.35º | 0.7% | 0.84% | - |
| XYZ | 30.84 | 18.44 | 10.12 | - |
| YUV | 110.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 83 | 0 | 0.70 | 0.61 | 0.16 | 352.35 | 0.64 | 0.54 |
| Hex | D5 | 40 | 53 | 0 | 46 | 3D | 10 | 160 | 40 | 36 |
| Octal | 325 | 100 | 123 | 0 | 106 | 75 | 20 | 540 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1010011 | 0 | 1000110 | 111101 | 10000 | 101100000 | 1000000 | 110110 |
Color Harmonies of #D54053
Complementary color
Monochromatic Colors of #D54053
Black with #D54053
Text Example
Text Example
White with #D54053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54053; }
p { color: rgb(213,64,83); }
H1.HeaderClassName
{
color: #D54053;
}
.AnyTagClassName
{
color: #D54053;
}
</style>
background-color css
<style>
a { background-color: #D54053; }
a { background-color: rgb(213,64,83); }
div.DivClassName
{
background-color: #D54053;
}
.BgClassName
{
background-color: #D54053;
}
</style>
border-color css
<style>
span { border-color: #D54053; }
span { border-color: rgb(213,64,83); }
td.TdClassName
{
border-color: #D54053;
}
.TagClassName
{
border-color: #D54053;
}
</style>