Shades of Mandy #D94451
Tints of Mandy #D94451
RGB
CMYK
RGB Variations
Color information
#D94451 (or 0xD94451) is known color: Mandy. HEX triplet: D9, 44 and 51. RGB value is (217,68,81). Sum of RGB (Red+Green+Blue) = 217+68+81=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D94451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94451 is #26BBAE. Grayscale: #727272. Windows color (decimal): -2538415 or 5326041. OLE color: 5326041.
HSL color Cylindrical-coordinate representation of color #D94451: hue angle of 354.77º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94451 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 81 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.15 |
| HSL | 354.77º | 0.66% | 0.56% | - |
| HSV(B) | 354.77º | 0.69% | 0.85% | - |
| XYZ | 32.17 | 19.48 | 9.85 | - |
| YUV | 114.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 81 | 0 | 0.69 | 0.63 | 0.15 | 354.77 | 0.66 | 0.56 |
| Hex | D9 | 44 | 51 | 0 | 45 | 3F | F | 163 | 42 | 38 |
| Octal | 331 | 104 | 121 | 0 | 105 | 77 | 17 | 543 | 102 | 70 |
| Binary | 11011001 | 1000100 | 1010001 | 0 | 1000101 | 111111 | 1111 | 101100011 | 1000010 | 111000 |
Color Harmonies of #D94451
Complementary color
Monochromatic Colors of #D94451
Black with #D94451
Text Example
Text Example
White with #D94451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94451; }
p { color: rgb(217,68,81); }
H1.HeaderClassName
{
color: #D94451;
}
.AnyTagClassName
{
color: #D94451;
}
</style>
background-color css
<style>
a { background-color: #D94451; }
a { background-color: rgb(217,68,81); }
div.DivClassName
{
background-color: #D94451;
}
.BgClassName
{
background-color: #D94451;
}
</style>
border-color css
<style>
span { border-color: #D94451; }
span { border-color: rgb(217,68,81); }
td.TdClassName
{
border-color: #D94451;
}
.TagClassName
{
border-color: #D94451;
}
</style>