Shades of Mulberry #D0508F
Tints of Mulberry #D0508F
RGB
CMYK
RGB Variations
Color information
#D0508F (or 0xD0508F) is known color: Mulberry. HEX triplet: D0, 50 and 8F. RGB value is (208,80,143). Sum of RGB (Red+Green+Blue) = 208+80+143=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0508F is #2FAF70. Grayscale: #7D7D7D. Windows color (decimal): -3125105 or 9392336. OLE color: 9392336.
HSL color Cylindrical-coordinate representation of color #D0508F: hue angle of 330.47º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0508F is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 143 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.18 |
| HSL | 330.47º | 0.58% | 0.56% | - |
| HSV(B) | 330.47º | 0.62% | 0.82% | - |
| XYZ | 33.84 | 21.13 | 28.28 | - |
| YUV | 125.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 143 | 0 | 0.62 | 0.31 | 0.18 | 330.47 | 0.58 | 0.56 |
| Hex | D0 | 50 | 8F | 0 | 3E | 1F | 12 | 14A | 3A | 38 |
| Octal | 320 | 120 | 217 | 0 | 76 | 37 | 22 | 512 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10001111 | 0 | 111110 | 11111 | 10010 | 101001010 | 111010 | 111000 |
Color Harmonies of #D0508F
Complementary color
Monochromatic Colors of #D0508F
Black with #D0508F
Text Example
Text Example
White with #D0508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0508F; }
p { color: rgb(208,80,143); }
H1.HeaderClassName
{
color: #D0508F;
}
.AnyTagClassName
{
color: #D0508F;
}
</style>
background-color css
<style>
a { background-color: #D0508F; }
a { background-color: rgb(208,80,143); }
div.DivClassName
{
background-color: #D0508F;
}
.BgClassName
{
background-color: #D0508F;
}
</style>
border-color css
<style>
span { border-color: #D0508F; }
span { border-color: rgb(208,80,143); }
td.TdClassName
{
border-color: #D0508F;
}
.TagClassName
{
border-color: #D0508F;
}
</style>