Shades of Mandy #D04257
Tints of Mandy #D04257
RGB
CMYK
RGB Variations
Color information
#D04257 (or 0xD04257) is known color: Mandy. HEX triplet: D0, 42 and 57. RGB value is (208,66,87). Sum of RGB (Red+Green+Blue) = 208+66+87=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D04257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04257 is #2FBDA8. Grayscale: #6E6E6E. Windows color (decimal): -3128745 or 5718736. OLE color: 5718736.
HSL color Cylindrical-coordinate representation of color #D04257: hue angle of 351.13º 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 #D04257 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 87 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.18 |
| HSL | 351.13º | 0.6% | 0.54% | - |
| HSV(B) | 351.13º | 0.68% | 0.82% | - |
| XYZ | 29.68 | 17.99 | 10.93 | - |
| YUV | 110.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 87 | 0 | 0.68 | 0.58 | 0.18 | 351.13 | 0.6 | 0.54 |
| Hex | D0 | 42 | 57 | 0 | 44 | 3A | 12 | 15F | 3C | 36 |
| Octal | 320 | 102 | 127 | 0 | 104 | 72 | 22 | 537 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1010111 | 0 | 1000100 | 111010 | 10010 | 101011111 | 111100 | 110110 |
Color Harmonies of #D04257
Complementary color
Monochromatic Colors of #D04257
Black with #D04257
Text Example
Text Example
White with #D04257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04257; }
p { color: rgb(208,66,87); }
H1.HeaderClassName
{
color: #D04257;
}
.AnyTagClassName
{
color: #D04257;
}
</style>
background-color css
<style>
a { background-color: #D04257; }
a { background-color: rgb(208,66,87); }
div.DivClassName
{
background-color: #D04257;
}
.BgClassName
{
background-color: #D04257;
}
</style>
border-color css
<style>
span { border-color: #D04257; }
span { border-color: rgb(208,66,87); }
td.TdClassName
{
border-color: #D04257;
}
.TagClassName
{
border-color: #D04257;
}
</style>