Shades of Mulberry #D04C8B
Tints of Mulberry #D04C8B
RGB
CMYK
RGB Variations
Color information
#D04C8B (or 0xD04C8B) is known color: Mulberry. HEX triplet: D0, 4C and 8B. RGB value is (208,76,139). Sum of RGB (Red+Green+Blue) = 208+76+139=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04C8B is #2FB374. Grayscale: #7A7A7A. Windows color (decimal): -3126133 or 9129168. OLE color: 9129168.
HSL color Cylindrical-coordinate representation of color #D04C8B: hue angle of 331.36º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C8B is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 139 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.18 |
| HSL | 331.36º | 0.58% | 0.56% | - |
| HSV(B) | 331.36º | 0.63% | 0.82% | - |
| XYZ | 33.26 | 20.44 | 26.62 | - |
| YUV | 122.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 139 | 0 | 0.63 | 0.33 | 0.18 | 331.36 | 0.58 | 0.56 |
| Hex | D0 | 4C | 8B | 0 | 3F | 21 | 12 | 14B | 3A | 38 |
| Octal | 320 | 114 | 213 | 0 | 77 | 41 | 22 | 513 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10001011 | 0 | 111111 | 100001 | 10010 | 101001011 | 111010 | 111000 |
Color Harmonies of #D04C8B
Complementary color
Monochromatic Colors of #D04C8B
Black with #D04C8B
Text Example
Text Example
White with #D04C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C8B; }
p { color: rgb(208,76,139); }
H1.HeaderClassName
{
color: #D04C8B;
}
.AnyTagClassName
{
color: #D04C8B;
}
</style>
background-color css
<style>
a { background-color: #D04C8B; }
a { background-color: rgb(208,76,139); }
div.DivClassName
{
background-color: #D04C8B;
}
.BgClassName
{
background-color: #D04C8B;
}
</style>
border-color css
<style>
span { border-color: #D04C8B; }
span { border-color: rgb(208,76,139); }
td.TdClassName
{
border-color: #D04C8B;
}
.TagClassName
{
border-color: #D04C8B;
}
</style>