Shades of Mandy #D4455A
Tints of Mandy #D4455A
RGB
CMYK
RGB Variations
Color information
#D4455A (or 0xD4455A) is known color: Mandy. HEX triplet: D4, 45 and 5A. RGB value is (212,69,90). Sum of RGB (Red+Green+Blue) = 212+69+90=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4455A is #2BBAA5. Grayscale: #727272. Windows color (decimal): -2865830 or 5916116. OLE color: 5916116.
HSL color Cylindrical-coordinate representation of color #D4455A: hue angle of 351.19º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4455A is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 90 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.17 |
| HSL | 351.19º | 0.62% | 0.55% | - |
| HSV(B) | 351.19º | 0.67% | 0.83% | - |
| XYZ | 31.12 | 18.99 | 11.7 | - |
| YUV | 114.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 90 | 0 | 0.67 | 0.58 | 0.17 | 351.19 | 0.62 | 0.55 |
| Hex | D4 | 45 | 5A | 0 | 43 | 3A | 11 | 15F | 3E | 37 |
| Octal | 324 | 105 | 132 | 0 | 103 | 72 | 21 | 537 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1011010 | 0 | 1000011 | 111010 | 10001 | 101011111 | 111110 | 110111 |
Color Harmonies of #D4455A
Complementary color
Monochromatic Colors of #D4455A
Black with #D4455A
Text Example
Text Example
White with #D4455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4455A; }
p { color: rgb(212,69,90); }
H1.HeaderClassName
{
color: #D4455A;
}
.AnyTagClassName
{
color: #D4455A;
}
</style>
background-color css
<style>
a { background-color: #D4455A; }
a { background-color: rgb(212,69,90); }
div.DivClassName
{
background-color: #D4455A;
}
.BgClassName
{
background-color: #D4455A;
}
</style>
border-color css
<style>
span { border-color: #D4455A; }
span { border-color: rgb(212,69,90); }
td.TdClassName
{
border-color: #D4455A;
}
.TagClassName
{
border-color: #D4455A;
}
</style>