Shades of Mandy #D4575B
Tints of Mandy #D4575B
RGB
CMYK
RGB Variations
Color information
#D4575B (or 0xD4575B) is known color: Mandy. HEX triplet: D4, 57 and 5B. RGB value is (212,87,91). Sum of RGB (Red+Green+Blue) = 212+87+91=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4575B is #2BA8A4. Grayscale: #7C7C7C. Windows color (decimal): -2861221 or 5986260. OLE color: 5986260.
HSL color Cylindrical-coordinate representation of color #D4575B: hue angle of 358.08º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4575B is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 91 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.17 |
| HSL | 358.08º | 0.59% | 0.59% | - |
| HSV(B) | 358.08º | 0.59% | 0.83% | - |
| XYZ | 32.45 | 21.57 | 12.35 | - |
| YUV | 124.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 91 | 0 | 0.59 | 0.57 | 0.17 | 358.08 | 0.59 | 0.59 |
| Hex | D4 | 57 | 5B | 0 | 3B | 39 | 11 | 166 | 3B | 3B |
| Octal | 324 | 127 | 133 | 0 | 73 | 71 | 21 | 546 | 73 | 73 |
| Binary | 11010100 | 1010111 | 1011011 | 0 | 111011 | 111001 | 10001 | 101100110 | 111011 | 111011 |
Color Harmonies of #D4575B
Complementary color
Monochromatic Colors of #D4575B
Black with #D4575B
Text Example
Text Example
White with #D4575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4575B; }
p { color: rgb(212,87,91); }
H1.HeaderClassName
{
color: #D4575B;
}
.AnyTagClassName
{
color: #D4575B;
}
</style>
background-color css
<style>
a { background-color: #D4575B; }
a { background-color: rgb(212,87,91); }
div.DivClassName
{
background-color: #D4575B;
}
.BgClassName
{
background-color: #D4575B;
}
</style>
border-color css
<style>
span { border-color: #D4575B; }
span { border-color: rgb(212,87,91); }
td.TdClassName
{
border-color: #D4575B;
}
.TagClassName
{
border-color: #D4575B;
}
</style>