Shades of Mandy #D5545F
Tints of Mandy #D5545F
RGB
CMYK
RGB Variations
Color information
#D5545F (or 0xD5545F) is known color: Mandy. HEX triplet: D5, 54 and 5F. RGB value is (213,84,95). Sum of RGB (Red+Green+Blue) = 213+84+95=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5545F is #2AABA0. Grayscale: #7B7B7B. Windows color (decimal): -2796449 or 6247637. OLE color: 6247637.
HSL color Cylindrical-coordinate representation of color #D5545F: hue angle of 354.88º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5545F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 95 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.16 |
| HSL | 354.88º | 0.61% | 0.58% | - |
| HSV(B) | 354.88º | 0.61% | 0.84% | - |
| XYZ | 32.68 | 21.31 | 13.22 | - |
| YUV | 123.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 95 | 0 | 0.61 | 0.55 | 0.16 | 354.88 | 0.61 | 0.58 |
| Hex | D5 | 54 | 5F | 0 | 3D | 37 | 10 | 163 | 3D | 3A |
| Octal | 325 | 124 | 137 | 0 | 75 | 67 | 20 | 543 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1011111 | 0 | 111101 | 110111 | 10000 | 101100011 | 111101 | 111010 |
Color Harmonies of #D5545F
Complementary color
Monochromatic Colors of #D5545F
Black with #D5545F
Text Example
Text Example
White with #D5545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5545F; }
p { color: rgb(213,84,95); }
H1.HeaderClassName
{
color: #D5545F;
}
.AnyTagClassName
{
color: #D5545F;
}
</style>
background-color css
<style>
a { background-color: #D5545F; }
a { background-color: rgb(213,84,95); }
div.DivClassName
{
background-color: #D5545F;
}
.BgClassName
{
background-color: #D5545F;
}
</style>
border-color css
<style>
span { border-color: #D5545F; }
span { border-color: rgb(213,84,95); }
td.TdClassName
{
border-color: #D5545F;
}
.TagClassName
{
border-color: #D5545F;
}
</style>