Shades of Mulberry #D04B93
Tints of Mulberry #D04B93
RGB
CMYK
RGB Variations
Color information
#D04B93 (or 0xD04B93) is known color: Mulberry. HEX triplet: D0, 4B and 93. RGB value is (208,75,147). Sum of RGB (Red+Green+Blue) = 208+75+147=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04B93 is #2FB46C. Grayscale: #7A7A7A. Windows color (decimal): -3126381 or 9653200. OLE color: 9653200.
HSL color Cylindrical-coordinate representation of color #D04B93: hue angle of 327.52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04B93 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 147 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.18 |
| HSL | 327.52º | 0.59% | 0.55% | - |
| HSV(B) | 327.52º | 0.64% | 0.82% | - |
| XYZ | 33.79 | 20.55 | 29.79 | - |
| YUV | 122.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 147 | 0 | 0.64 | 0.29 | 0.18 | 327.52 | 0.59 | 0.55 |
| Hex | D0 | 4B | 93 | 0 | 40 | 1D | 12 | 148 | 3B | 37 |
| Octal | 320 | 113 | 223 | 0 | 100 | 35 | 22 | 510 | 73 | 67 |
| Binary | 11010000 | 1001011 | 10010011 | 0 | 1000000 | 11101 | 10010 | 101001000 | 111011 | 110111 |
Color Harmonies of #D04B93
Complementary color
Monochromatic Colors of #D04B93
Black with #D04B93
Text Example
Text Example
White with #D04B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B93; }
p { color: rgb(208,75,147); }
H1.HeaderClassName
{
color: #D04B93;
}
.AnyTagClassName
{
color: #D04B93;
}
</style>
background-color css
<style>
a { background-color: #D04B93; }
a { background-color: rgb(208,75,147); }
div.DivClassName
{
background-color: #D04B93;
}
.BgClassName
{
background-color: #D04B93;
}
</style>
border-color css
<style>
span { border-color: #D04B93; }
span { border-color: rgb(208,75,147); }
td.TdClassName
{
border-color: #D04B93;
}
.TagClassName
{
border-color: #D04B93;
}
</style>