Shades of Mulberry #D356AA
Tints of Mulberry #D356AA
RGB
CMYK
RGB Variations
Color information
#D356AA (or 0xD356AA) is known color: Mulberry. HEX triplet: D3, 56 and AA. RGB value is (211,86,170). Sum of RGB (Red+Green+Blue) = 211+86+170=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D356AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D356AA is #2CA955. Grayscale: #848484. Windows color (decimal): -2926934 or 11163347. OLE color: 11163347.
HSL color Cylindrical-coordinate representation of color #D356AA: hue angle of 319.68º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D356AA is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 170 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.17 |
| HSL | 319.68º | 0.59% | 0.58% | - |
| HSV(B) | 319.68º | 0.59% | 0.83% | - |
| XYZ | 37.45 | 23.41 | 40.57 | - |
| YUV | 132.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 170 | 0 | 0.59 | 0.19 | 0.17 | 319.68 | 0.59 | 0.58 |
| Hex | D3 | 56 | AA | 0 | 3B | 13 | 11 | 140 | 3B | 3A |
| Octal | 323 | 126 | 252 | 0 | 73 | 23 | 21 | 500 | 73 | 72 |
| Binary | 11010011 | 1010110 | 10101010 | 0 | 111011 | 10011 | 10001 | 101000000 | 111011 | 111010 |
Color Harmonies of #D356AA
Complementary color
Monochromatic Colors of #D356AA
Black with #D356AA
Text Example
Text Example
White with #D356AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356AA; }
p { color: rgb(211,86,170); }
H1.HeaderClassName
{
color: #D356AA;
}
.AnyTagClassName
{
color: #D356AA;
}
</style>
background-color css
<style>
a { background-color: #D356AA; }
a { background-color: rgb(211,86,170); }
div.DivClassName
{
background-color: #D356AA;
}
.BgClassName
{
background-color: #D356AA;
}
</style>
border-color css
<style>
span { border-color: #D356AA; }
span { border-color: rgb(211,86,170); }
td.TdClassName
{
border-color: #D356AA;
}
.TagClassName
{
border-color: #D356AA;
}
</style>