Shades of Mulberry #D84AA3
Tints of Mulberry #D84AA3
RGB
CMYK
RGB Variations
Color information
#D84AA3 (or 0xD84AA3) is known color: Mulberry. HEX triplet: D8, 4A and A3. RGB value is (216,74,163). Sum of RGB (Red+Green+Blue) = 216+74+163=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AA3 is #27B55C. Grayscale: #7E7E7E. Windows color (decimal): -2602333 or 10701528. OLE color: 10701528.
HSL color Cylindrical-coordinate representation of color #D84AA3: hue angle of 322.39º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84AA3 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 163 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.15 |
| HSL | 322.39º | 0.65% | 0.57% | - |
| HSV(B) | 322.39º | 0.66% | 0.85% | - |
| XYZ | 37.38 | 22.14 | 36.95 | - |
| YUV | 126.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 163 | 0 | 0.66 | 0.25 | 0.15 | 322.39 | 0.65 | 0.57 |
| Hex | D8 | 4A | A3 | 0 | 42 | 19 | F | 142 | 41 | 39 |
| Octal | 330 | 112 | 243 | 0 | 102 | 31 | 17 | 502 | 101 | 71 |
| Binary | 11011000 | 1001010 | 10100011 | 0 | 1000010 | 11001 | 1111 | 101000010 | 1000001 | 111001 |
Color Harmonies of #D84AA3
Complementary color
Monochromatic Colors of #D84AA3
Black with #D84AA3
Text Example
Text Example
White with #D84AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84AA3; }
p { color: rgb(216,74,163); }
H1.HeaderClassName
{
color: #D84AA3;
}
.AnyTagClassName
{
color: #D84AA3;
}
</style>
background-color css
<style>
a { background-color: #D84AA3; }
a { background-color: rgb(216,74,163); }
div.DivClassName
{
background-color: #D84AA3;
}
.BgClassName
{
background-color: #D84AA3;
}
</style>
border-color css
<style>
span { border-color: #D84AA3; }
span { border-color: rgb(216,74,163); }
td.TdClassName
{
border-color: #D84AA3;
}
.TagClassName
{
border-color: #D84AA3;
}
</style>