Shades of Mandy #D54149
Tints of Mandy #D54149
RGB
CMYK
RGB Variations
Color information
#D54149 (or 0xD54149) is known color: Mandy. HEX triplet: D5, 41 and 49. RGB value is (213,65,73). Sum of RGB (Red+Green+Blue) = 213+65+73=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54149 is #2ABEB6. Grayscale: #6E6E6E. Windows color (decimal): -2801335 or 4800981. OLE color: 4800981.
HSL color Cylindrical-coordinate representation of color #D54149: hue angle of 356.76º 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 #D54149 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 73 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.16 |
| HSL | 356.76º | 0.64% | 0.55% | - |
| HSV(B) | 356.76º | 0.69% | 0.84% | - |
| XYZ | 30.53 | 18.41 | 8.25 | - |
| YUV | 110.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 73 | 0 | 0.69 | 0.66 | 0.16 | 356.76 | 0.64 | 0.55 |
| Hex | D5 | 41 | 49 | 0 | 45 | 42 | 10 | 165 | 40 | 37 |
| Octal | 325 | 101 | 111 | 0 | 105 | 102 | 20 | 545 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1001001 | 0 | 1000101 | 1000010 | 10000 | 101100101 | 1000000 | 110111 |
Color Harmonies of #D54149
Complementary color
Monochromatic Colors of #D54149
Black with #D54149
Text Example
Text Example
White with #D54149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54149; }
p { color: rgb(213,65,73); }
H1.HeaderClassName
{
color: #D54149;
}
.AnyTagClassName
{
color: #D54149;
}
</style>
background-color css
<style>
a { background-color: #D54149; }
a { background-color: rgb(213,65,73); }
div.DivClassName
{
background-color: #D54149;
}
.BgClassName
{
background-color: #D54149;
}
</style>
border-color css
<style>
span { border-color: #D54149; }
span { border-color: rgb(213,65,73); }
td.TdClassName
{
border-color: #D54149;
}
.TagClassName
{
border-color: #D54149;
}
</style>