Shades of Mandy #D4555B
Tints of Mandy #D4555B
RGB
CMYK
RGB Variations
Color information
#D4555B (or 0xD4555B) is known color: Mandy. HEX triplet: D4, 55 and 5B. RGB value is (212,85,91). Sum of RGB (Red+Green+Blue) = 212+85+91=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4555B is #2BAAA4. Grayscale: #7B7B7B. Windows color (decimal): -2861733 or 5985748. OLE color: 5985748.
HSL color Cylindrical-coordinate representation of color #D4555B: hue angle of 357.17º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4555B is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 91 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.17 |
| HSL | 357.17º | 0.6% | 0.58% | - |
| HSV(B) | 357.17º | 0.6% | 0.83% | - |
| XYZ | 32.29 | 21.25 | 12.3 | - |
| YUV | 123.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 91 | 0 | 0.60 | 0.57 | 0.17 | 357.17 | 0.6 | 0.58 |
| Hex | D4 | 55 | 5B | 0 | 3C | 39 | 11 | 165 | 3C | 3A |
| Octal | 324 | 125 | 133 | 0 | 74 | 71 | 21 | 545 | 74 | 72 |
| Binary | 11010100 | 1010101 | 1011011 | 0 | 111100 | 111001 | 10001 | 101100101 | 111100 | 111010 |
Color Harmonies of #D4555B
Complementary color
Monochromatic Colors of #D4555B
Black with #D4555B
Text Example
Text Example
White with #D4555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4555B; }
p { color: rgb(212,85,91); }
H1.HeaderClassName
{
color: #D4555B;
}
.AnyTagClassName
{
color: #D4555B;
}
</style>
background-color css
<style>
a { background-color: #D4555B; }
a { background-color: rgb(212,85,91); }
div.DivClassName
{
background-color: #D4555B;
}
.BgClassName
{
background-color: #D4555B;
}
</style>
border-color css
<style>
span { border-color: #D4555B; }
span { border-color: rgb(212,85,91); }
td.TdClassName
{
border-color: #D4555B;
}
.TagClassName
{
border-color: #D4555B;
}
</style>