Shades of Mandy #D8424C
Tints of Mandy #D8424C
RGB
CMYK
RGB Variations
Color information
#D8424C (or 0xD8424C) is known color: Mandy. HEX triplet: D8, 42 and 4C. RGB value is (216,66,76). Sum of RGB (Red+Green+Blue) = 216+66+76=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8424C is #27BDB3. Grayscale: #707070. Windows color (decimal): -2604468 or 4997848. OLE color: 4997848.
HSL color Cylindrical-coordinate representation of color #D8424C: hue angle of 356º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8424C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 76 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.15 |
| HSL | 356º | 0.66% | 0.55% | - |
| HSV(B) | 356º | 0.69% | 0.85% | - |
| XYZ | 31.57 | 19.02 | 8.84 | - |
| YUV | 111.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 76 | 0 | 0.69 | 0.65 | 0.15 | 356 | 0.66 | 0.55 |
| Hex | D8 | 42 | 4C | 0 | 45 | 41 | F | 164 | 42 | 37 |
| Octal | 330 | 102 | 114 | 0 | 105 | 101 | 17 | 544 | 102 | 67 |
| Binary | 11011000 | 1000010 | 1001100 | 0 | 1000101 | 1000001 | 1111 | 101100100 | 1000010 | 110111 |
Color Harmonies of #D8424C
Complementary color
Monochromatic Colors of #D8424C
Black with #D8424C
Text Example
Text Example
White with #D8424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8424C; }
p { color: rgb(216,66,76); }
H1.HeaderClassName
{
color: #D8424C;
}
.AnyTagClassName
{
color: #D8424C;
}
</style>
background-color css
<style>
a { background-color: #D8424C; }
a { background-color: rgb(216,66,76); }
div.DivClassName
{
background-color: #D8424C;
}
.BgClassName
{
background-color: #D8424C;
}
</style>
border-color css
<style>
span { border-color: #D8424C; }
span { border-color: rgb(216,66,76); }
td.TdClassName
{
border-color: #D8424C;
}
.TagClassName
{
border-color: #D8424C;
}
</style>