Shades of Mulberry #D33AA8
Tints of Mulberry #D33AA8
RGB
CMYK
RGB Variations
Color information
#D33AA8 (or 0xD33AA8) is known color: Mulberry. HEX triplet: D3, 3A and A8. RGB value is (211,58,168). Sum of RGB (Red+Green+Blue) = 211+58+168=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D33AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33AA8 is #2CC557. Grayscale: #747474. Windows color (decimal): -2934104 or 11025107. OLE color: 11025107.
HSL color Cylindrical-coordinate representation of color #D33AA8: hue angle of 316.86º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33AA8 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 168 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.17 |
| HSL | 316.86º | 0.63% | 0.53% | - |
| HSV(B) | 316.86º | 0.73% | 0.83% | - |
| XYZ | 35.44 | 19.7 | 38.98 | - |
| YUV | 116.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 168 | 0 | 0.73 | 0.20 | 0.17 | 316.86 | 0.63 | 0.53 |
| Hex | D3 | 3A | A8 | 0 | 49 | 14 | 11 | 13D | 3F | 35 |
| Octal | 323 | 72 | 250 | 0 | 111 | 24 | 21 | 475 | 77 | 65 |
| Binary | 11010011 | 111010 | 10101000 | 0 | 1001001 | 10100 | 10001 | 100111101 | 111111 | 110101 |
Color Harmonies of #D33AA8
Complementary color
Monochromatic Colors of #D33AA8
Black with #D33AA8
Text Example
Text Example
White with #D33AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AA8; }
p { color: rgb(211,58,168); }
H1.HeaderClassName
{
color: #D33AA8;
}
.AnyTagClassName
{
color: #D33AA8;
}
</style>
background-color css
<style>
a { background-color: #D33AA8; }
a { background-color: rgb(211,58,168); }
div.DivClassName
{
background-color: #D33AA8;
}
.BgClassName
{
background-color: #D33AA8;
}
</style>
border-color css
<style>
span { border-color: #D33AA8; }
span { border-color: rgb(211,58,168); }
td.TdClassName
{
border-color: #D33AA8;
}
.TagClassName
{
border-color: #D33AA8;
}
</style>