Shades of Mulberry #D04F8F
Tints of Mulberry #D04F8F
RGB
CMYK
RGB Variations
Color information
#D04F8F (or 0xD04F8F) is known color: Mulberry. HEX triplet: D0, 4F and 8F. RGB value is (208,79,143). Sum of RGB (Red+Green+Blue) = 208+79+143=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F8F is #2FB070. Grayscale: #7C7C7C. Windows color (decimal): -3125361 or 9392080. OLE color: 9392080.
HSL color Cylindrical-coordinate representation of color #D04F8F: hue angle of 330.23º 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 #D04F8F is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 143 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.18 |
| HSL | 330.23º | 0.58% | 0.56% | - |
| HSV(B) | 330.23º | 0.62% | 0.82% | - |
| XYZ | 33.77 | 20.99 | 28.26 | - |
| YUV | 124.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 143 | 0 | 0.62 | 0.31 | 0.18 | 330.23 | 0.58 | 0.56 |
| Hex | D0 | 4F | 8F | 0 | 3E | 1F | 12 | 14A | 3A | 38 |
| Octal | 320 | 117 | 217 | 0 | 76 | 37 | 22 | 512 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10001111 | 0 | 111110 | 11111 | 10010 | 101001010 | 111010 | 111000 |
Color Harmonies of #D04F8F
Complementary color
Monochromatic Colors of #D04F8F
Black with #D04F8F
Text Example
Text Example
White with #D04F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F8F; }
p { color: rgb(208,79,143); }
H1.HeaderClassName
{
color: #D04F8F;
}
.AnyTagClassName
{
color: #D04F8F;
}
</style>
background-color css
<style>
a { background-color: #D04F8F; }
a { background-color: rgb(208,79,143); }
div.DivClassName
{
background-color: #D04F8F;
}
.BgClassName
{
background-color: #D04F8F;
}
</style>
border-color css
<style>
span { border-color: #D04F8F; }
span { border-color: rgb(208,79,143); }
td.TdClassName
{
border-color: #D04F8F;
}
.TagClassName
{
border-color: #D04F8F;
}
</style>