Shades of Mandy #D4455B
Tints of Mandy #D4455B
RGB
CMYK
RGB Variations
Color information
#D4455B (or 0xD4455B) is known color: Mandy. HEX triplet: D4, 45 and 5B. RGB value is (212,69,91). Sum of RGB (Red+Green+Blue) = 212+69+91=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4455B is #2BBAA4. Grayscale: #727272. Windows color (decimal): -2865829 or 5981652. OLE color: 5981652.
HSL color Cylindrical-coordinate representation of color #D4455B: hue angle of 350.77º 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 #D4455B is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 91 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.17 |
| HSL | 350.77º | 0.62% | 0.55% | - |
| HSV(B) | 350.77º | 0.67% | 0.83% | - |
| XYZ | 31.17 | 19.01 | 11.92 | - |
| YUV | 114.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 91 | 0 | 0.67 | 0.57 | 0.17 | 350.77 | 0.62 | 0.55 |
| Hex | D4 | 45 | 5B | 0 | 43 | 39 | 11 | 15F | 3E | 37 |
| Octal | 324 | 105 | 133 | 0 | 103 | 71 | 21 | 537 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1011011 | 0 | 1000011 | 111001 | 10001 | 101011111 | 111110 | 110111 |
Color Harmonies of #D4455B
Complementary color
Monochromatic Colors of #D4455B
Black with #D4455B
Text Example
Text Example
White with #D4455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4455B; }
p { color: rgb(212,69,91); }
H1.HeaderClassName
{
color: #D4455B;
}
.AnyTagClassName
{
color: #D4455B;
}
</style>
background-color css
<style>
a { background-color: #D4455B; }
a { background-color: rgb(212,69,91); }
div.DivClassName
{
background-color: #D4455B;
}
.BgClassName
{
background-color: #D4455B;
}
</style>
border-color css
<style>
span { border-color: #D4455B; }
span { border-color: rgb(212,69,91); }
td.TdClassName
{
border-color: #D4455B;
}
.TagClassName
{
border-color: #D4455B;
}
</style>