Shades of Mandy #D54958
Tints of Mandy #D54958
RGB
CMYK
RGB Variations
Color information
#D54958 (or 0xD54958) is known color: Mandy. HEX triplet: D5, 49 and 58. RGB value is (213,73,88). Sum of RGB (Red+Green+Blue) = 213+73+88=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D54958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54958 is #2AB6A7. Grayscale: #747474. Windows color (decimal): -2799272 or 5786069. OLE color: 5786069.
HSL color Cylindrical-coordinate representation of color #D54958: hue angle of 353.57º degrees, saturation: 0.62, 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 #D54958 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 88 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.16 |
| HSL | 353.57º | 0.63% | 0.56% | - |
| HSV(B) | 353.57º | 0.66% | 0.84% | - |
| XYZ | 31.58 | 19.62 | 11.35 | - |
| YUV | 116.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 88 | 0 | 0.66 | 0.59 | 0.16 | 353.57 | 0.63 | 0.56 |
| Hex | D5 | 49 | 58 | 0 | 42 | 3B | 10 | 162 | 3E | 38 |
| Octal | 325 | 111 | 130 | 0 | 102 | 73 | 20 | 542 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1011000 | 0 | 1000010 | 111011 | 10000 | 101100010 | 111110 | 111000 |
Color Harmonies of #D54958
Complementary color
Monochromatic Colors of #D54958
Black with #D54958
Text Example
Text Example
White with #D54958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54958; }
p { color: rgb(213,73,88); }
H1.HeaderClassName
{
color: #D54958;
}
.AnyTagClassName
{
color: #D54958;
}
</style>
background-color css
<style>
a { background-color: #D54958; }
a { background-color: rgb(213,73,88); }
div.DivClassName
{
background-color: #D54958;
}
.BgClassName
{
background-color: #D54958;
}
</style>
border-color css
<style>
span { border-color: #D54958; }
span { border-color: rgb(213,73,88); }
td.TdClassName
{
border-color: #D54958;
}
.TagClassName
{
border-color: #D54958;
}
</style>