Shades of Mandy #D8414C
Tints of Mandy #D8414C
RGB
CMYK
RGB Variations
Color information
#D8414C (or 0xD8414C) is known color: Mandy. HEX triplet: D8, 41 and 4C. RGB value is (216,65,76). Sum of RGB (Red+Green+Blue) = 216+65+76=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8414C is #27BEB3. Grayscale: #6F6F6F. Windows color (decimal): -2604724 or 4997592. OLE color: 4997592.
HSL color Cylindrical-coordinate representation of color #D8414C: hue angle of 355.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8414C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 76 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.15 |
| HSL | 355.63º | 0.66% | 0.55% | - |
| HSV(B) | 355.63º | 0.7% | 0.85% | - |
| XYZ | 31.51 | 18.9 | 8.82 | - |
| YUV | 111.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 76 | 0 | 0.70 | 0.65 | 0.15 | 355.63 | 0.66 | 0.55 |
| Hex | D8 | 41 | 4C | 0 | 46 | 41 | F | 164 | 42 | 37 |
| Octal | 330 | 101 | 114 | 0 | 106 | 101 | 17 | 544 | 102 | 67 |
| Binary | 11011000 | 1000001 | 1001100 | 0 | 1000110 | 1000001 | 1111 | 101100100 | 1000010 | 110111 |
Color Harmonies of #D8414C
Complementary color
Monochromatic Colors of #D8414C
Black with #D8414C
Text Example
Text Example
White with #D8414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8414C; }
p { color: rgb(216,65,76); }
H1.HeaderClassName
{
color: #D8414C;
}
.AnyTagClassName
{
color: #D8414C;
}
</style>
background-color css
<style>
a { background-color: #D8414C; }
a { background-color: rgb(216,65,76); }
div.DivClassName
{
background-color: #D8414C;
}
.BgClassName
{
background-color: #D8414C;
}
</style>
border-color css
<style>
span { border-color: #D8414C; }
span { border-color: rgb(216,65,76); }
td.TdClassName
{
border-color: #D8414C;
}
.TagClassName
{
border-color: #D8414C;
}
</style>