Shades of Mulberry #D04F9B
Tints of Mulberry #D04F9B
RGB
CMYK
RGB Variations
Color information
#D04F9B (or 0xD04F9B) is known color: Mulberry. HEX triplet: D0, 4F and 9B. RGB value is (208,79,155). Sum of RGB (Red+Green+Blue) = 208+79+155=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04F9B is #2FB064. Grayscale: #7E7E7E. Windows color (decimal): -3125349 or 10178512. OLE color: 10178512.
HSL color Cylindrical-coordinate representation of color #D04F9B: hue angle of 324.65º 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 #D04F9B is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 155 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.18 |
| HSL | 324.65º | 0.58% | 0.56% | - |
| HSV(B) | 324.65º | 0.62% | 0.82% | - |
| XYZ | 34.72 | 21.37 | 33.3 | - |
| YUV | 126.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 155 | 0 | 0.62 | 0.25 | 0.18 | 324.65 | 0.58 | 0.56 |
| Hex | D0 | 4F | 9B | 0 | 3E | 19 | 12 | 145 | 3A | 38 |
| Octal | 320 | 117 | 233 | 0 | 76 | 31 | 22 | 505 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10011011 | 0 | 111110 | 11001 | 10010 | 101000101 | 111010 | 111000 |
Color Harmonies of #D04F9B
Complementary color
Monochromatic Colors of #D04F9B
Black with #D04F9B
Text Example
Text Example
White with #D04F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F9B; }
p { color: rgb(208,79,155); }
H1.HeaderClassName
{
color: #D04F9B;
}
.AnyTagClassName
{
color: #D04F9B;
}
</style>
background-color css
<style>
a { background-color: #D04F9B; }
a { background-color: rgb(208,79,155); }
div.DivClassName
{
background-color: #D04F9B;
}
.BgClassName
{
background-color: #D04F9B;
}
</style>
border-color css
<style>
span { border-color: #D04F9B; }
span { border-color: rgb(208,79,155); }
td.TdClassName
{
border-color: #D04F9B;
}
.TagClassName
{
border-color: #D04F9B;
}
</style>