Shades of Mandy #D04256
Tints of Mandy #D04256
RGB
CMYK
RGB Variations
Color information
#D04256 (or 0xD04256) is known color: Mandy. HEX triplet: D0, 42 and 56. RGB value is (208,66,86). Sum of RGB (Red+Green+Blue) = 208+66+86=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D04256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04256 is #2FBDA9. Grayscale: #6E6E6E. Windows color (decimal): -3128746 or 5653200. OLE color: 5653200.
HSL color Cylindrical-coordinate representation of color #D04256: hue angle of 351.55º 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 #D04256 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 86 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.18 |
| HSL | 351.55º | 0.6% | 0.54% | - |
| HSV(B) | 351.55º | 0.68% | 0.82% | - |
| XYZ | 29.64 | 17.98 | 10.71 | - |
| YUV | 110.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 86 | 0 | 0.68 | 0.59 | 0.18 | 351.55 | 0.6 | 0.54 |
| Hex | D0 | 42 | 56 | 0 | 44 | 3B | 12 | 160 | 3C | 36 |
| Octal | 320 | 102 | 126 | 0 | 104 | 73 | 22 | 540 | 74 | 66 |
| Binary | 11010000 | 1000010 | 1010110 | 0 | 1000100 | 111011 | 10010 | 101100000 | 111100 | 110110 |
Color Harmonies of #D04256
Complementary color
Monochromatic Colors of #D04256
Black with #D04256
Text Example
Text Example
White with #D04256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04256; }
p { color: rgb(208,66,86); }
H1.HeaderClassName
{
color: #D04256;
}
.AnyTagClassName
{
color: #D04256;
}
</style>
background-color css
<style>
a { background-color: #D04256; }
a { background-color: rgb(208,66,86); }
div.DivClassName
{
background-color: #D04256;
}
.BgClassName
{
background-color: #D04256;
}
</style>
border-color css
<style>
span { border-color: #D04256; }
span { border-color: rgb(208,66,86); }
td.TdClassName
{
border-color: #D04256;
}
.TagClassName
{
border-color: #D04256;
}
</style>