Shades of Mandy #D54E5A
Tints of Mandy #D54E5A
RGB
CMYK
RGB Variations
Color information
#D54E5A (or 0xD54E5A) is known color: Mandy. HEX triplet: D5, 4E and 5A. RGB value is (213,78,90). Sum of RGB (Red+Green+Blue) = 213+78+90=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E5A is #2AB1A5. Grayscale: #777777. Windows color (decimal): -2797990 or 5918421. OLE color: 5918421.
HSL color Cylindrical-coordinate representation of color #D54E5A: hue angle of 354.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54E5A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 90 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.16 |
| HSL | 354.67º | 0.62% | 0.57% | - |
| HSV(B) | 354.67º | 0.63% | 0.84% | - |
| XYZ | 32.01 | 20.33 | 11.91 | - |
| YUV | 119.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 90 | 0 | 0.63 | 0.58 | 0.16 | 354.67 | 0.62 | 0.57 |
| Hex | D5 | 4E | 5A | 0 | 3F | 3A | 10 | 163 | 3E | 39 |
| Octal | 325 | 116 | 132 | 0 | 77 | 72 | 20 | 543 | 76 | 71 |
| Binary | 11010101 | 1001110 | 1011010 | 0 | 111111 | 111010 | 10000 | 101100011 | 111110 | 111001 |
Color Harmonies of #D54E5A
Complementary color
Monochromatic Colors of #D54E5A
Black with #D54E5A
Text Example
Text Example
White with #D54E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E5A; }
p { color: rgb(213,78,90); }
H1.HeaderClassName
{
color: #D54E5A;
}
.AnyTagClassName
{
color: #D54E5A;
}
</style>
background-color css
<style>
a { background-color: #D54E5A; }
a { background-color: rgb(213,78,90); }
div.DivClassName
{
background-color: #D54E5A;
}
.BgClassName
{
background-color: #D54E5A;
}
</style>
border-color css
<style>
span { border-color: #D54E5A; }
span { border-color: rgb(213,78,90); }
td.TdClassName
{
border-color: #D54E5A;
}
.TagClassName
{
border-color: #D54E5A;
}
</style>