Shades of Mandy #D54C5C
Tints of Mandy #D54C5C
RGB
CMYK
RGB Variations
Color information
#D54C5C (or 0xD54C5C) is known color: Mandy. HEX triplet: D5, 4C and 5C. RGB value is (213,76,92). Sum of RGB (Red+Green+Blue) = 213+76+92=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C5C is #2AB3A3. Grayscale: #767676. Windows color (decimal): -2798500 or 6048981. OLE color: 6048981.
HSL color Cylindrical-coordinate representation of color #D54C5C: hue angle of 352.99º 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 #D54C5C is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 92 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.16 |
| HSL | 352.99º | 0.62% | 0.57% | - |
| HSV(B) | 352.99º | 0.64% | 0.84% | - |
| XYZ | 31.96 | 20.09 | 12.32 | - |
| YUV | 118.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 92 | 0 | 0.64 | 0.57 | 0.16 | 352.99 | 0.62 | 0.57 |
| Hex | D5 | 4C | 5C | 0 | 40 | 39 | 10 | 161 | 3E | 39 |
| Octal | 325 | 114 | 134 | 0 | 100 | 71 | 20 | 541 | 76 | 71 |
| Binary | 11010101 | 1001100 | 1011100 | 0 | 1000000 | 111001 | 10000 | 101100001 | 111110 | 111001 |
Color Harmonies of #D54C5C
Complementary color
Monochromatic Colors of #D54C5C
Black with #D54C5C
Text Example
Text Example
White with #D54C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C5C; }
p { color: rgb(213,76,92); }
H1.HeaderClassName
{
color: #D54C5C;
}
.AnyTagClassName
{
color: #D54C5C;
}
</style>
background-color css
<style>
a { background-color: #D54C5C; }
a { background-color: rgb(213,76,92); }
div.DivClassName
{
background-color: #D54C5C;
}
.BgClassName
{
background-color: #D54C5C;
}
</style>
border-color css
<style>
span { border-color: #D54C5C; }
span { border-color: rgb(213,76,92); }
td.TdClassName
{
border-color: #D54C5C;
}
.TagClassName
{
border-color: #D54C5C;
}
</style>