Shades of Mandy #D5545A
Tints of Mandy #D5545A
RGB
CMYK
RGB Variations
Color information
#D5545A (or 0xD5545A) is known color: Mandy. HEX triplet: D5, 54 and 5A. RGB value is (213,84,90). Sum of RGB (Red+Green+Blue) = 213+84+90=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5545A is #2AABA5. Grayscale: #7B7B7B. Windows color (decimal): -2796454 or 5919957. OLE color: 5919957.
HSL color Cylindrical-coordinate representation of color #D5545A: hue angle of 357.21º 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 #D5545A is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 90 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.16 |
| HSL | 357.21º | 0.61% | 0.58% | - |
| HSV(B) | 357.21º | 0.61% | 0.84% | - |
| XYZ | 32.46 | 21.22 | 12.06 | - |
| YUV | 123.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 90 | 0 | 0.61 | 0.58 | 0.16 | 357.21 | 0.61 | 0.58 |
| Hex | D5 | 54 | 5A | 0 | 3D | 3A | 10 | 165 | 3D | 3A |
| Octal | 325 | 124 | 132 | 0 | 75 | 72 | 20 | 545 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1011010 | 0 | 111101 | 111010 | 10000 | 101100101 | 111101 | 111010 |
Color Harmonies of #D5545A
Complementary color
Monochromatic Colors of #D5545A
Black with #D5545A
Text Example
Text Example
White with #D5545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5545A; }
p { color: rgb(213,84,90); }
H1.HeaderClassName
{
color: #D5545A;
}
.AnyTagClassName
{
color: #D5545A;
}
</style>
background-color css
<style>
a { background-color: #D5545A; }
a { background-color: rgb(213,84,90); }
div.DivClassName
{
background-color: #D5545A;
}
.BgClassName
{
background-color: #D5545A;
}
</style>
border-color css
<style>
span { border-color: #D5545A; }
span { border-color: rgb(213,84,90); }
td.TdClassName
{
border-color: #D5545A;
}
.TagClassName
{
border-color: #D5545A;
}
</style>