Shades of Mandy #D94651
Tints of Mandy #D94651
RGB
CMYK
RGB Variations
Color information
#D94651 (or 0xD94651) is known color: Mandy. HEX triplet: D9, 46 and 51. RGB value is (217,70,81). Sum of RGB (Red+Green+Blue) = 217+70+81=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D94651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94651 is #26B9AE. Grayscale: #737373. Windows color (decimal): -2537903 or 5326553. OLE color: 5326553.
HSL color Cylindrical-coordinate representation of color #D94651: hue angle of 355.51º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94651 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 81 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.15 |
| HSL | 355.51º | 0.66% | 0.56% | - |
| HSV(B) | 355.51º | 0.68% | 0.85% | - |
| XYZ | 32.29 | 19.73 | 9.89 | - |
| YUV | 115.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 81 | 0 | 0.68 | 0.63 | 0.15 | 355.51 | 0.66 | 0.56 |
| Hex | D9 | 46 | 51 | 0 | 44 | 3F | F | 164 | 42 | 38 |
| Octal | 331 | 106 | 121 | 0 | 104 | 77 | 17 | 544 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1010001 | 0 | 1000100 | 111111 | 1111 | 101100100 | 1000010 | 111000 |
Color Harmonies of #D94651
Complementary color
Monochromatic Colors of #D94651
Black with #D94651
Text Example
Text Example
White with #D94651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94651; }
p { color: rgb(217,70,81); }
H1.HeaderClassName
{
color: #D94651;
}
.AnyTagClassName
{
color: #D94651;
}
</style>
background-color css
<style>
a { background-color: #D94651; }
a { background-color: rgb(217,70,81); }
div.DivClassName
{
background-color: #D94651;
}
.BgClassName
{
background-color: #D94651;
}
</style>
border-color css
<style>
span { border-color: #D94651; }
span { border-color: rgb(217,70,81); }
td.TdClassName
{
border-color: #D94651;
}
.TagClassName
{
border-color: #D94651;
}
</style>