Shades of Mandy #D54748
Tints of Mandy #D54748
RGB
CMYK
RGB Variations
Color information
#D54748 (or 0xD54748) is known color: Mandy. HEX triplet: D5, 47 and 48. RGB value is (213,71,72). Sum of RGB (Red+Green+Blue) = 213+71+72=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D54748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54748 is #2AB8B7. Grayscale: #717171. Windows color (decimal): -2799800 or 4736981. OLE color: 4736981.
HSL color Cylindrical-coordinate representation of color #D54748: hue angle of 359.58º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54748 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 72 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.16 |
| HSL | 359.58º | 0.63% | 0.56% | - |
| HSV(B) | 359.58º | 0.67% | 0.84% | - |
| XYZ | 30.86 | 19.12 | 8.19 | - |
| YUV | 113.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 72 | 0 | 0.67 | 0.66 | 0.16 | 359.58 | 0.63 | 0.56 |
| Hex | D5 | 47 | 48 | 0 | 43 | 42 | 10 | 168 | 3F | 38 |
| Octal | 325 | 107 | 110 | 0 | 103 | 102 | 20 | 550 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1001000 | 0 | 1000011 | 1000010 | 10000 | 101101000 | 111111 | 111000 |
Color Harmonies of #D54748
Complementary color
Monochromatic Colors of #D54748
Black with #D54748
Text Example
Text Example
White with #D54748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54748; }
p { color: rgb(213,71,72); }
H1.HeaderClassName
{
color: #D54748;
}
.AnyTagClassName
{
color: #D54748;
}
</style>
background-color css
<style>
a { background-color: #D54748; }
a { background-color: rgb(213,71,72); }
div.DivClassName
{
background-color: #D54748;
}
.BgClassName
{
background-color: #D54748;
}
</style>
border-color css
<style>
span { border-color: #D54748; }
span { border-color: rgb(213,71,72); }
td.TdClassName
{
border-color: #D54748;
}
.TagClassName
{
border-color: #D54748;
}
</style>