Shades of Mandy #D6424D
Tints of Mandy #D6424D
RGB
CMYK
RGB Variations
Color information
#D6424D (or 0xD6424D) is known color: Mandy. HEX triplet: D6, 42 and 4D. RGB value is (214,66,77). Sum of RGB (Red+Green+Blue) = 214+66+77=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6424D is #29BDB2. Grayscale: #6F6F6F. Windows color (decimal): -2735539 or 5063382. OLE color: 5063382.
HSL color Cylindrical-coordinate representation of color #D6424D: hue angle of 355.54º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6424D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 77 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.16 |
| HSL | 355.54º | 0.64% | 0.55% | - |
| HSV(B) | 355.54º | 0.69% | 0.84% | - |
| XYZ | 31.02 | 18.73 | 9 | - |
| YUV | 111.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 77 | 0 | 0.69 | 0.64 | 0.16 | 355.54 | 0.64 | 0.55 |
| Hex | D6 | 42 | 4D | 0 | 45 | 40 | 10 | 164 | 40 | 37 |
| Octal | 326 | 102 | 115 | 0 | 105 | 100 | 20 | 544 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1001101 | 0 | 1000101 | 1000000 | 10000 | 101100100 | 1000000 | 110111 |
Color Harmonies of #D6424D
Complementary color
Monochromatic Colors of #D6424D
Black with #D6424D
Text Example
Text Example
White with #D6424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6424D; }
p { color: rgb(214,66,77); }
H1.HeaderClassName
{
color: #D6424D;
}
.AnyTagClassName
{
color: #D6424D;
}
</style>
background-color css
<style>
a { background-color: #D6424D; }
a { background-color: rgb(214,66,77); }
div.DivClassName
{
background-color: #D6424D;
}
.BgClassName
{
background-color: #D6424D;
}
</style>
border-color css
<style>
span { border-color: #D6424D; }
span { border-color: rgb(214,66,77); }
td.TdClassName
{
border-color: #D6424D;
}
.TagClassName
{
border-color: #D6424D;
}
</style>