Shades of Mandy #D04556
Tints of Mandy #D04556
RGB
CMYK
RGB Variations
Color information
#D04556 (or 0xD04556) is known color: Mandy. HEX triplet: D0, 45 and 56. RGB value is (208,69,86). Sum of RGB (Red+Green+Blue) = 208+69+86=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D04556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04556 is #2FBAA9. Grayscale: #707070. Windows color (decimal): -3127978 or 5653968. OLE color: 5653968.
HSL color Cylindrical-coordinate representation of color #D04556: hue angle of 352.66º 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 #D04556 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 86 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.18 |
| HSL | 352.66º | 0.6% | 0.54% | - |
| HSV(B) | 352.66º | 0.67% | 0.82% | - |
| XYZ | 29.82 | 18.34 | 10.77 | - |
| YUV | 112.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 86 | 0 | 0.67 | 0.59 | 0.18 | 352.66 | 0.6 | 0.54 |
| Hex | D0 | 45 | 56 | 0 | 43 | 3B | 12 | 161 | 3C | 36 |
| Octal | 320 | 105 | 126 | 0 | 103 | 73 | 22 | 541 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1010110 | 0 | 1000011 | 111011 | 10010 | 101100001 | 111100 | 110110 |
Color Harmonies of #D04556
Complementary color
Monochromatic Colors of #D04556
Black with #D04556
Text Example
Text Example
White with #D04556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04556; }
p { color: rgb(208,69,86); }
H1.HeaderClassName
{
color: #D04556;
}
.AnyTagClassName
{
color: #D04556;
}
</style>
background-color css
<style>
a { background-color: #D04556; }
a { background-color: rgb(208,69,86); }
div.DivClassName
{
background-color: #D04556;
}
.BgClassName
{
background-color: #D04556;
}
</style>
border-color css
<style>
span { border-color: #D04556; }
span { border-color: rgb(208,69,86); }
td.TdClassName
{
border-color: #D04556;
}
.TagClassName
{
border-color: #D04556;
}
</style>