Shades of Mulberry #D04284
Tints of Mulberry #D04284
RGB
CMYK
RGB Variations
Color information
#D04284 (or 0xD04284) is known color: Mulberry. HEX triplet: D0, 42 and 84. RGB value is (208,66,132). Sum of RGB (Red+Green+Blue) = 208+66+132=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04284 is #2FBD7B. Grayscale: #737373. Windows color (decimal): -3128700 or 8667856. OLE color: 8667856.
HSL color Cylindrical-coordinate representation of color #D04284: hue angle of 332.11º 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 #D04284 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 132 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.18 |
| HSL | 332.11º | 0.6% | 0.54% | - |
| HSV(B) | 332.11º | 0.68% | 0.82% | - |
| XYZ | 32.13 | 18.97 | 23.8 | - |
| YUV | 115.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 132 | 0 | 0.68 | 0.37 | 0.18 | 332.11 | 0.6 | 0.54 |
| Hex | D0 | 42 | 84 | 0 | 44 | 25 | 12 | 14C | 3C | 36 |
| Octal | 320 | 102 | 204 | 0 | 104 | 45 | 22 | 514 | 74 | 66 |
| Binary | 11010000 | 1000010 | 10000100 | 0 | 1000100 | 100101 | 10010 | 101001100 | 111100 | 110110 |
Color Harmonies of #D04284
Complementary color
Monochromatic Colors of #D04284
Black with #D04284
Text Example
Text Example
White with #D04284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04284; }
p { color: rgb(208,66,132); }
H1.HeaderClassName
{
color: #D04284;
}
.AnyTagClassName
{
color: #D04284;
}
</style>
background-color css
<style>
a { background-color: #D04284; }
a { background-color: rgb(208,66,132); }
div.DivClassName
{
background-color: #D04284;
}
.BgClassName
{
background-color: #D04284;
}
</style>
border-color css
<style>
span { border-color: #D04284; }
span { border-color: rgb(208,66,132); }
td.TdClassName
{
border-color: #D04284;
}
.TagClassName
{
border-color: #D04284;
}
</style>