Shades of Mulberry #D05486
Tints of Mulberry #D05486
RGB
CMYK
RGB Variations
Color information
#D05486 (or 0xD05486) is known color: Mulberry. HEX triplet: D0, 54 and 86. RGB value is (208,84,134). Sum of RGB (Red+Green+Blue) = 208+84+134=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D05486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05486 is #2FAB79. Grayscale: #7E7E7E. Windows color (decimal): -3124090 or 8803536. OLE color: 8803536.
HSL color Cylindrical-coordinate representation of color #D05486: hue angle of 335.81º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05486 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 134 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.18 |
| HSL | 335.81º | 0.57% | 0.57% | - |
| HSV(B) | 335.81º | 0.6% | 0.82% | - |
| XYZ | 33.49 | 21.47 | 24.93 | - |
| YUV | 126.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 134 | 0 | 0.60 | 0.36 | 0.18 | 335.81 | 0.57 | 0.57 |
| Hex | D0 | 54 | 86 | 0 | 3C | 24 | 12 | 150 | 39 | 39 |
| Octal | 320 | 124 | 206 | 0 | 74 | 44 | 22 | 520 | 71 | 71 |
| Binary | 11010000 | 1010100 | 10000110 | 0 | 111100 | 100100 | 10010 | 101010000 | 111001 | 111001 |
Color Harmonies of #D05486
Complementary color
Monochromatic Colors of #D05486
Black with #D05486
Text Example
Text Example
White with #D05486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05486; }
p { color: rgb(208,84,134); }
H1.HeaderClassName
{
color: #D05486;
}
.AnyTagClassName
{
color: #D05486;
}
</style>
background-color css
<style>
a { background-color: #D05486; }
a { background-color: rgb(208,84,134); }
div.DivClassName
{
background-color: #D05486;
}
.BgClassName
{
background-color: #D05486;
}
</style>
border-color css
<style>
span { border-color: #D05486; }
span { border-color: rgb(208,84,134); }
td.TdClassName
{
border-color: #D05486;
}
.TagClassName
{
border-color: #D05486;
}
</style>