Shades of Mandy #D64251
Tints of Mandy #D64251
RGB
CMYK
RGB Variations
Color information
#D64251 (or 0xD64251) is known color: Mandy. HEX triplet: D6, 42 and 51. RGB value is (214,66,81). Sum of RGB (Red+Green+Blue) = 214+66+81=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D64251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64251 is #29BDAE. Grayscale: #707070. Windows color (decimal): -2735535 or 5325526. OLE color: 5325526.
HSL color Cylindrical-coordinate representation of color #D64251: hue angle of 353.92º 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 #D64251 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 81 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.16 |
| HSL | 353.92º | 0.64% | 0.55% | - |
| HSV(B) | 353.92º | 0.69% | 0.84% | - |
| XYZ | 31.16 | 18.79 | 9.77 | - |
| YUV | 111.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 81 | 0 | 0.69 | 0.62 | 0.16 | 353.92 | 0.64 | 0.55 |
| Hex | D6 | 42 | 51 | 0 | 45 | 3E | 10 | 162 | 40 | 37 |
| Octal | 326 | 102 | 121 | 0 | 105 | 76 | 20 | 542 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1010001 | 0 | 1000101 | 111110 | 10000 | 101100010 | 1000000 | 110111 |
Color Harmonies of #D64251
Complementary color
Monochromatic Colors of #D64251
Black with #D64251
Text Example
Text Example
White with #D64251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64251; }
p { color: rgb(214,66,81); }
H1.HeaderClassName
{
color: #D64251;
}
.AnyTagClassName
{
color: #D64251;
}
</style>
background-color css
<style>
a { background-color: #D64251; }
a { background-color: rgb(214,66,81); }
div.DivClassName
{
background-color: #D64251;
}
.BgClassName
{
background-color: #D64251;
}
</style>
border-color css
<style>
span { border-color: #D64251; }
span { border-color: rgb(214,66,81); }
td.TdClassName
{
border-color: #D64251;
}
.TagClassName
{
border-color: #D64251;
}
</style>