Shades of Mandy #D54B5D
Tints of Mandy #D54B5D
RGB
CMYK
RGB Variations
Color information
#D54B5D (or 0xD54B5D) is known color: Mandy. HEX triplet: D5, 4B and 5D. RGB value is (213,75,93). Sum of RGB (Red+Green+Blue) = 213+75+93=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B5D is #2AB4A2. Grayscale: #767676. Windows color (decimal): -2798755 or 6114261. OLE color: 6114261.
HSL color Cylindrical-coordinate representation of color #D54B5D: hue angle of 352.17º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54B5D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 93 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.16 |
| HSL | 352.17º | 0.62% | 0.56% | - |
| HSV(B) | 352.17º | 0.65% | 0.84% | - |
| XYZ | 31.93 | 19.97 | 12.53 | - |
| YUV | 118.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 93 | 0 | 0.65 | 0.56 | 0.16 | 352.17 | 0.62 | 0.56 |
| Hex | D5 | 4B | 5D | 0 | 41 | 38 | 10 | 160 | 3E | 38 |
| Octal | 325 | 113 | 135 | 0 | 101 | 70 | 20 | 540 | 76 | 70 |
| Binary | 11010101 | 1001011 | 1011101 | 0 | 1000001 | 111000 | 10000 | 101100000 | 111110 | 111000 |
Color Harmonies of #D54B5D
Complementary color
Monochromatic Colors of #D54B5D
Black with #D54B5D
Text Example
Text Example
White with #D54B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B5D; }
p { color: rgb(213,75,93); }
H1.HeaderClassName
{
color: #D54B5D;
}
.AnyTagClassName
{
color: #D54B5D;
}
</style>
background-color css
<style>
a { background-color: #D54B5D; }
a { background-color: rgb(213,75,93); }
div.DivClassName
{
background-color: #D54B5D;
}
.BgClassName
{
background-color: #D54B5D;
}
</style>
border-color css
<style>
span { border-color: #D54B5D; }
span { border-color: rgb(213,75,93); }
td.TdClassName
{
border-color: #D54B5D;
}
.TagClassName
{
border-color: #D54B5D;
}
</style>