Shades of Mandy #D54D5D
Tints of Mandy #D54D5D
RGB
CMYK
RGB Variations
Color information
#D54D5D (or 0xD54D5D) is known color: Mandy. HEX triplet: D5, 4D and 5D. RGB value is (213,77,93). Sum of RGB (Red+Green+Blue) = 213+77+93=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D5D is #2AB2A2. Grayscale: #777777. Windows color (decimal): -2798243 or 6114773. OLE color: 6114773.
HSL color Cylindrical-coordinate representation of color #D54D5D: hue angle of 352.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54D5D is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 93 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.16 |
| HSL | 352.94º | 0.62% | 0.57% | - |
| HSV(B) | 352.94º | 0.64% | 0.84% | - |
| XYZ | 32.07 | 20.24 | 12.57 | - |
| YUV | 119.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 93 | 0 | 0.64 | 0.56 | 0.16 | 352.94 | 0.62 | 0.57 |
| Hex | D5 | 4D | 5D | 0 | 40 | 38 | 10 | 161 | 3E | 39 |
| Octal | 325 | 115 | 135 | 0 | 100 | 70 | 20 | 541 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1011101 | 0 | 1000000 | 111000 | 10000 | 101100001 | 111110 | 111001 |
Color Harmonies of #D54D5D
Complementary color
Monochromatic Colors of #D54D5D
Black with #D54D5D
Text Example
Text Example
White with #D54D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D5D; }
p { color: rgb(213,77,93); }
H1.HeaderClassName
{
color: #D54D5D;
}
.AnyTagClassName
{
color: #D54D5D;
}
</style>
background-color css
<style>
a { background-color: #D54D5D; }
a { background-color: rgb(213,77,93); }
div.DivClassName
{
background-color: #D54D5D;
}
.BgClassName
{
background-color: #D54D5D;
}
</style>
border-color css
<style>
span { border-color: #D54D5D; }
span { border-color: rgb(213,77,93); }
td.TdClassName
{
border-color: #D54D5D;
}
.TagClassName
{
border-color: #D54D5D;
}
</style>