Shades of Mulberry #D04A8A
Tints of Mulberry #D04A8A
RGB
CMYK
RGB Variations
Color information
#D04A8A (or 0xD04A8A) is known color: Mulberry. HEX triplet: D0, 4A and 8A. RGB value is (208,74,138). Sum of RGB (Red+Green+Blue) = 208+74+138=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04A8A is #2FB575. Grayscale: #797979. Windows color (decimal): -3126646 or 9063120. OLE color: 9063120.
HSL color Cylindrical-coordinate representation of color #D04A8A: hue angle of 331.34º 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 #D04A8A is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 138 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.18 |
| HSL | 331.34º | 0.59% | 0.55% | - |
| HSV(B) | 331.34º | 0.64% | 0.82% | - |
| XYZ | 33.05 | 20.14 | 26.19 | - |
| YUV | 121.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 138 | 0 | 0.64 | 0.34 | 0.18 | 331.34 | 0.59 | 0.55 |
| Hex | D0 | 4A | 8A | 0 | 40 | 22 | 12 | 14B | 3B | 37 |
| Octal | 320 | 112 | 212 | 0 | 100 | 42 | 22 | 513 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10001010 | 0 | 1000000 | 100010 | 10010 | 101001011 | 111011 | 110111 |
Color Harmonies of #D04A8A
Complementary color
Monochromatic Colors of #D04A8A
Black with #D04A8A
Text Example
Text Example
White with #D04A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A8A; }
p { color: rgb(208,74,138); }
H1.HeaderClassName
{
color: #D04A8A;
}
.AnyTagClassName
{
color: #D04A8A;
}
</style>
background-color css
<style>
a { background-color: #D04A8A; }
a { background-color: rgb(208,74,138); }
div.DivClassName
{
background-color: #D04A8A;
}
.BgClassName
{
background-color: #D04A8A;
}
</style>
border-color css
<style>
span { border-color: #D04A8A; }
span { border-color: rgb(208,74,138); }
td.TdClassName
{
border-color: #D04A8A;
}
.TagClassName
{
border-color: #D04A8A;
}
</style>