Shades of Mulberry #D354AA
Tints of Mulberry #D354AA
RGB
CMYK
RGB Variations
Color information
#D354AA (or 0xD354AA) is known color: Mulberry. HEX triplet: D3, 54 and AA. RGB value is (211,84,170). Sum of RGB (Red+Green+Blue) = 211+84+170=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D354AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D354AA is #2CAB55. Grayscale: #838383. Windows color (decimal): -2927446 or 11162835. OLE color: 11162835.
HSL color Cylindrical-coordinate representation of color #D354AA: hue angle of 319.37º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D354AA is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 170 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.17 |
| HSL | 319.37º | 0.59% | 0.58% | - |
| HSV(B) | 319.37º | 0.6% | 0.83% | - |
| XYZ | 37.29 | 23.09 | 40.52 | - |
| YUV | 131.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 170 | 0 | 0.60 | 0.19 | 0.17 | 319.37 | 0.59 | 0.58 |
| Hex | D3 | 54 | AA | 0 | 3C | 13 | 11 | 13F | 3B | 3A |
| Octal | 323 | 124 | 252 | 0 | 74 | 23 | 21 | 477 | 73 | 72 |
| Binary | 11010011 | 1010100 | 10101010 | 0 | 111100 | 10011 | 10001 | 100111111 | 111011 | 111010 |
Color Harmonies of #D354AA
Complementary color
Monochromatic Colors of #D354AA
Black with #D354AA
Text Example
Text Example
White with #D354AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354AA; }
p { color: rgb(211,84,170); }
H1.HeaderClassName
{
color: #D354AA;
}
.AnyTagClassName
{
color: #D354AA;
}
</style>
background-color css
<style>
a { background-color: #D354AA; }
a { background-color: rgb(211,84,170); }
div.DivClassName
{
background-color: #D354AA;
}
.BgClassName
{
background-color: #D354AA;
}
</style>
border-color css
<style>
span { border-color: #D354AA; }
span { border-color: rgb(211,84,170); }
td.TdClassName
{
border-color: #D354AA;
}
.TagClassName
{
border-color: #D354AA;
}
</style>