Shades of Mandy #D54A5C
Tints of Mandy #D54A5C
RGB
CMYK
RGB Variations
Color information
#D54A5C (or 0xD54A5C) is known color: Mandy. HEX triplet: D5, 4A and 5C. RGB value is (213,74,92). Sum of RGB (Red+Green+Blue) = 213+74+92=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A5C is #2AB5A3. Grayscale: #757575. Windows color (decimal): -2799012 or 6048469. OLE color: 6048469.
HSL color Cylindrical-coordinate representation of color #D54A5C: hue angle of 352.23º 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 #D54A5C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 92 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.16 |
| HSL | 352.23º | 0.62% | 0.56% | - |
| HSV(B) | 352.23º | 0.65% | 0.84% | - |
| XYZ | 31.82 | 19.82 | 12.27 | - |
| YUV | 117.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 92 | 0 | 0.65 | 0.57 | 0.16 | 352.23 | 0.62 | 0.56 |
| Hex | D5 | 4A | 5C | 0 | 41 | 39 | 10 | 160 | 3E | 38 |
| Octal | 325 | 112 | 134 | 0 | 101 | 71 | 20 | 540 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1011100 | 0 | 1000001 | 111001 | 10000 | 101100000 | 111110 | 111000 |
Color Harmonies of #D54A5C
Complementary color
Monochromatic Colors of #D54A5C
Black with #D54A5C
Text Example
Text Example
White with #D54A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A5C; }
p { color: rgb(213,74,92); }
H1.HeaderClassName
{
color: #D54A5C;
}
.AnyTagClassName
{
color: #D54A5C;
}
</style>
background-color css
<style>
a { background-color: #D54A5C; }
a { background-color: rgb(213,74,92); }
div.DivClassName
{
background-color: #D54A5C;
}
.BgClassName
{
background-color: #D54A5C;
}
</style>
border-color css
<style>
span { border-color: #D54A5C; }
span { border-color: rgb(213,74,92); }
td.TdClassName
{
border-color: #D54A5C;
}
.TagClassName
{
border-color: #D54A5C;
}
</style>