Shades of Mandy #D04251
Tints of Mandy #D04251
RGB
CMYK
RGB Variations
Color information
#D04251 (or 0xD04251) is known color: Mandy. HEX triplet: D0, 42 and 51. RGB value is (208,66,81). Sum of RGB (Red+Green+Blue) = 208+66+81=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D04251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04251 is #2FBDAE. Grayscale: #6E6E6E. Windows color (decimal): -3128751 or 5325520. OLE color: 5325520.
HSL color Cylindrical-coordinate representation of color #D04251: hue angle of 353.66º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04251 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 81 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.18 |
| HSL | 353.66º | 0.6% | 0.54% | - |
| HSV(B) | 353.66º | 0.68% | 0.82% | - |
| XYZ | 29.45 | 17.9 | 9.69 | - |
| YUV | 110.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 81 | 0 | 0.68 | 0.61 | 0.18 | 353.66 | 0.6 | 0.54 |
| Hex | D0 | 42 | 51 | 0 | 44 | 3D | 12 | 162 | 3C | 36 |
| Octal | 320 | 102 | 121 | 0 | 104 | 75 | 22 | 542 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1010001 | 0 | 1000100 | 111101 | 10010 | 101100010 | 111100 | 110110 |
Color Harmonies of #D04251
Complementary color
Monochromatic Colors of #D04251
Black with #D04251
Text Example
Text Example
White with #D04251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04251; }
p { color: rgb(208,66,81); }
H1.HeaderClassName
{
color: #D04251;
}
.AnyTagClassName
{
color: #D04251;
}
</style>
background-color css
<style>
a { background-color: #D04251; }
a { background-color: rgb(208,66,81); }
div.DivClassName
{
background-color: #D04251;
}
.BgClassName
{
background-color: #D04251;
}
</style>
border-color css
<style>
span { border-color: #D04251; }
span { border-color: rgb(208,66,81); }
td.TdClassName
{
border-color: #D04251;
}
.TagClassName
{
border-color: #D04251;
}
</style>