Shades of Mulberry #D04AA6
Tints of Mulberry #D04AA6
RGB
CMYK
RGB Variations
Color information
#D04AA6 (or 0xD04AA6) is known color: Mulberry. HEX triplet: D0, 4A and A6. RGB value is (208,74,166). Sum of RGB (Red+Green+Blue) = 208+74+166=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AA6 is #2FB559. Grayscale: #7C7C7C. Windows color (decimal): -3126618 or 10898128. OLE color: 10898128.
HSL color Cylindrical-coordinate representation of color #D04AA6: hue angle of 318.81º 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 #D04AA6 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 166 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.18 |
| HSL | 318.81º | 0.59% | 0.55% | - |
| HSV(B) | 318.81º | 0.64% | 0.82% | - |
| XYZ | 35.34 | 21.06 | 38.28 | - |
| YUV | 124.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 166 | 0 | 0.64 | 0.20 | 0.18 | 318.81 | 0.59 | 0.55 |
| Hex | D0 | 4A | A6 | 0 | 40 | 14 | 12 | 13F | 3B | 37 |
| Octal | 320 | 112 | 246 | 0 | 100 | 24 | 22 | 477 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10100110 | 0 | 1000000 | 10100 | 10010 | 100111111 | 111011 | 110111 |
Color Harmonies of #D04AA6
Complementary color
Monochromatic Colors of #D04AA6
Black with #D04AA6
Text Example
Text Example
White with #D04AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04AA6; }
p { color: rgb(208,74,166); }
H1.HeaderClassName
{
color: #D04AA6;
}
.AnyTagClassName
{
color: #D04AA6;
}
</style>
background-color css
<style>
a { background-color: #D04AA6; }
a { background-color: rgb(208,74,166); }
div.DivClassName
{
background-color: #D04AA6;
}
.BgClassName
{
background-color: #D04AA6;
}
</style>
border-color css
<style>
span { border-color: #D04AA6; }
span { border-color: rgb(208,74,166); }
td.TdClassName
{
border-color: #D04AA6;
}
.TagClassName
{
border-color: #D04AA6;
}
</style>