Shades of Mandy #D04451
Tints of Mandy #D04451
RGB
CMYK
RGB Variations
Color information
#D04451 (or 0xD04451) is known color: Mandy. HEX triplet: D0, 44 and 51. RGB value is (208,68,81). Sum of RGB (Red+Green+Blue) = 208+68+81=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D04451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04451 is #2FBBAE. Grayscale: #6F6F6F. Windows color (decimal): -3128239 or 5326032. OLE color: 5326032.
HSL color Cylindrical-coordinate representation of color #D04451: hue angle of 354.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04451 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 81 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.18 |
| HSL | 354.43º | 0.6% | 0.54% | - |
| HSV(B) | 354.43º | 0.67% | 0.82% | - |
| XYZ | 29.56 | 18.14 | 9.73 | - |
| YUV | 111.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 81 | 0 | 0.67 | 0.61 | 0.18 | 354.43 | 0.6 | 0.54 |
| Hex | D0 | 44 | 51 | 0 | 43 | 3D | 12 | 162 | 3C | 36 |
| Octal | 320 | 104 | 121 | 0 | 103 | 75 | 22 | 542 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1010001 | 0 | 1000011 | 111101 | 10010 | 101100010 | 111100 | 110110 |
Color Harmonies of #D04451
Complementary color
Monochromatic Colors of #D04451
Black with #D04451
Text Example
Text Example
White with #D04451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04451; }
p { color: rgb(208,68,81); }
H1.HeaderClassName
{
color: #D04451;
}
.AnyTagClassName
{
color: #D04451;
}
</style>
background-color css
<style>
a { background-color: #D04451; }
a { background-color: rgb(208,68,81); }
div.DivClassName
{
background-color: #D04451;
}
.BgClassName
{
background-color: #D04451;
}
</style>
border-color css
<style>
span { border-color: #D04451; }
span { border-color: rgb(208,68,81); }
td.TdClassName
{
border-color: #D04451;
}
.TagClassName
{
border-color: #D04451;
}
</style>