Shades of Mandy #D64451
Tints of Mandy #D64451
RGB
CMYK
RGB Variations
Color information
#D64451 (or 0xD64451) is known color: Mandy. HEX triplet: D6, 44 and 51. RGB value is (214,68,81). Sum of RGB (Red+Green+Blue) = 214+68+81=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D64451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64451 is #29BBAE. Grayscale: #717171. Windows color (decimal): -2735023 or 5326038. OLE color: 5326038.
HSL color Cylindrical-coordinate representation of color #D64451: hue angle of 354.66º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64451 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 81 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.16 |
| HSL | 354.66º | 0.64% | 0.55% | - |
| HSV(B) | 354.66º | 0.68% | 0.84% | - |
| XYZ | 31.28 | 19.02 | 9.81 | - |
| YUV | 113.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 81 | 0 | 0.68 | 0.62 | 0.16 | 354.66 | 0.64 | 0.55 |
| Hex | D6 | 44 | 51 | 0 | 44 | 3E | 10 | 163 | 40 | 37 |
| Octal | 326 | 104 | 121 | 0 | 104 | 76 | 20 | 543 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1010001 | 0 | 1000100 | 111110 | 10000 | 101100011 | 1000000 | 110111 |
Color Harmonies of #D64451
Complementary color
Monochromatic Colors of #D64451
Black with #D64451
Text Example
Text Example
White with #D64451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64451; }
p { color: rgb(214,68,81); }
H1.HeaderClassName
{
color: #D64451;
}
.AnyTagClassName
{
color: #D64451;
}
</style>
background-color css
<style>
a { background-color: #D64451; }
a { background-color: rgb(214,68,81); }
div.DivClassName
{
background-color: #D64451;
}
.BgClassName
{
background-color: #D64451;
}
</style>
border-color css
<style>
span { border-color: #D64451; }
span { border-color: rgb(214,68,81); }
td.TdClassName
{
border-color: #D64451;
}
.TagClassName
{
border-color: #D64451;
}
</style>