Shades of Mandy #D04356
Tints of Mandy #D04356
RGB
CMYK
RGB Variations
Color information
#D04356 (or 0xD04356) is known color: Mandy. HEX triplet: D0, 43 and 56. RGB value is (208,67,86). Sum of RGB (Red+Green+Blue) = 208+67+86=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D04356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04356 is #2FBCA9. Grayscale: #6F6F6F. Windows color (decimal): -3128490 or 5653456. OLE color: 5653456.
HSL color Cylindrical-coordinate representation of color #D04356: hue angle of 351.91º 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 #D04356 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 86 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.18 |
| HSL | 351.91º | 0.6% | 0.54% | - |
| HSV(B) | 351.91º | 0.68% | 0.82% | - |
| XYZ | 29.7 | 18.1 | 10.73 | - |
| YUV | 111.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 86 | 0 | 0.68 | 0.59 | 0.18 | 351.91 | 0.6 | 0.54 |
| Hex | D0 | 43 | 56 | 0 | 44 | 3B | 12 | 160 | 3C | 36 |
| Octal | 320 | 103 | 126 | 0 | 104 | 73 | 22 | 540 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1010110 | 0 | 1000100 | 111011 | 10010 | 101100000 | 111100 | 110110 |
Color Harmonies of #D04356
Complementary color
Monochromatic Colors of #D04356
Black with #D04356
Text Example
Text Example
White with #D04356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04356; }
p { color: rgb(208,67,86); }
H1.HeaderClassName
{
color: #D04356;
}
.AnyTagClassName
{
color: #D04356;
}
</style>
background-color css
<style>
a { background-color: #D04356; }
a { background-color: rgb(208,67,86); }
div.DivClassName
{
background-color: #D04356;
}
.BgClassName
{
background-color: #D04356;
}
</style>
border-color css
<style>
span { border-color: #D04356; }
span { border-color: rgb(208,67,86); }
td.TdClassName
{
border-color: #D04356;
}
.TagClassName
{
border-color: #D04356;
}
</style>