Shades of Mulberry #D04383
Tints of Mulberry #D04383
RGB
CMYK
RGB Variations
Color information
#D04383 (or 0xD04383) is known color: Mulberry. HEX triplet: D0, 43 and 83. RGB value is (208,67,131). Sum of RGB (Red+Green+Blue) = 208+67+131=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04383 is #2FBC7C. Grayscale: #747474. Windows color (decimal): -3128445 or 8602576. OLE color: 8602576.
HSL color Cylindrical-coordinate representation of color #D04383: hue angle of 332.77º 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 #D04383 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 131 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.18 |
| HSL | 332.77º | 0.6% | 0.54% | - |
| HSV(B) | 332.77º | 0.68% | 0.82% | - |
| XYZ | 32.12 | 19.06 | 23.46 | - |
| YUV | 116.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 131 | 0 | 0.68 | 0.37 | 0.18 | 332.77 | 0.6 | 0.54 |
| Hex | D0 | 43 | 83 | 0 | 44 | 25 | 12 | 14D | 3C | 36 |
| Octal | 320 | 103 | 203 | 0 | 104 | 45 | 22 | 515 | 74 | 66 |
| Binary | 11010000 | 1000011 | 10000011 | 0 | 1000100 | 100101 | 10010 | 101001101 | 111100 | 110110 |
Color Harmonies of #D04383
Complementary color
Monochromatic Colors of #D04383
Black with #D04383
Text Example
Text Example
White with #D04383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04383; }
p { color: rgb(208,67,131); }
H1.HeaderClassName
{
color: #D04383;
}
.AnyTagClassName
{
color: #D04383;
}
</style>
background-color css
<style>
a { background-color: #D04383; }
a { background-color: rgb(208,67,131); }
div.DivClassName
{
background-color: #D04383;
}
.BgClassName
{
background-color: #D04383;
}
</style>
border-color css
<style>
span { border-color: #D04383; }
span { border-color: rgb(208,67,131); }
td.TdClassName
{
border-color: #D04383;
}
.TagClassName
{
border-color: #D04383;
}
</style>