Shades of Mandy #D04359
Tints of Mandy #D04359
RGB
CMYK
RGB Variations
Color information
#D04359 (or 0xD04359) is known color: Mandy. HEX triplet: D0, 43 and 59. RGB value is (208,67,89). Sum of RGB (Red+Green+Blue) = 208+67+89=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D04359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04359 is #2FBCA6. Grayscale: #6F6F6F. Windows color (decimal): -3128487 or 5850064. OLE color: 5850064.
HSL color Cylindrical-coordinate representation of color #D04359: hue angle of 350.64º 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 #D04359 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 89 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.18 |
| HSL | 350.64º | 0.6% | 0.54% | - |
| HSV(B) | 350.64º | 0.68% | 0.82% | - |
| XYZ | 29.82 | 18.15 | 11.38 | - |
| YUV | 111.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 89 | 0 | 0.68 | 0.57 | 0.18 | 350.64 | 0.6 | 0.54 |
| Hex | D0 | 43 | 59 | 0 | 44 | 39 | 12 | 15F | 3C | 36 |
| Octal | 320 | 103 | 131 | 0 | 104 | 71 | 22 | 537 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1011001 | 0 | 1000100 | 111001 | 10010 | 101011111 | 111100 | 110110 |
Color Harmonies of #D04359
Complementary color
Monochromatic Colors of #D04359
Black with #D04359
Text Example
Text Example
White with #D04359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04359; }
p { color: rgb(208,67,89); }
H1.HeaderClassName
{
color: #D04359;
}
.AnyTagClassName
{
color: #D04359;
}
</style>
background-color css
<style>
a { background-color: #D04359; }
a { background-color: rgb(208,67,89); }
div.DivClassName
{
background-color: #D04359;
}
.BgClassName
{
background-color: #D04359;
}
</style>
border-color css
<style>
span { border-color: #D04359; }
span { border-color: rgb(208,67,89); }
td.TdClassName
{
border-color: #D04359;
}
.TagClassName
{
border-color: #D04359;
}
</style>