Shades of Mandy #D4505D
Tints of Mandy #D4505D
RGB
CMYK
RGB Variations
Color information
#D4505D (or 0xD4505D) is known color: Mandy. HEX triplet: D4, 50 and 5D. RGB value is (212,80,93). Sum of RGB (Red+Green+Blue) = 212+80+93=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D4505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4505D is #2BAFA2. Grayscale: #797979. Windows color (decimal): -2863011 or 6115540. OLE color: 6115540.
HSL color Cylindrical-coordinate representation of color #D4505D: hue angle of 354.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4505D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 93 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.17 |
| HSL | 354.09º | 0.61% | 0.57% | - |
| HSV(B) | 354.09º | 0.62% | 0.83% | - |
| XYZ | 32 | 20.52 | 12.63 | - |
| YUV | 120.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 93 | 0 | 0.62 | 0.56 | 0.17 | 354.09 | 0.61 | 0.57 |
| Hex | D4 | 50 | 5D | 0 | 3E | 38 | 11 | 162 | 3D | 39 |
| Octal | 324 | 120 | 135 | 0 | 76 | 70 | 21 | 542 | 75 | 71 |
| Binary | 11010100 | 1010000 | 1011101 | 0 | 111110 | 111000 | 10001 | 101100010 | 111101 | 111001 |
Color Harmonies of #D4505D
Complementary color
Monochromatic Colors of #D4505D
Black with #D4505D
Text Example
Text Example
White with #D4505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4505D; }
p { color: rgb(212,80,93); }
H1.HeaderClassName
{
color: #D4505D;
}
.AnyTagClassName
{
color: #D4505D;
}
</style>
background-color css
<style>
a { background-color: #D4505D; }
a { background-color: rgb(212,80,93); }
div.DivClassName
{
background-color: #D4505D;
}
.BgClassName
{
background-color: #D4505D;
}
</style>
border-color css
<style>
span { border-color: #D4505D; }
span { border-color: rgb(212,80,93); }
td.TdClassName
{
border-color: #D4505D;
}
.TagClassName
{
border-color: #D4505D;
}
</style>