Shades of Mulberry #D351AA
Tints of Mulberry #D351AA
RGB
CMYK
RGB Variations
Color information
#D351AA (or 0xD351AA) is known color: Mulberry. HEX triplet: D3, 51 and AA. RGB value is (211,81,170). Sum of RGB (Red+Green+Blue) = 211+81+170=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D351AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D351AA is #2CAE55. Grayscale: #818181. Windows color (decimal): -2928214 or 11162067. OLE color: 11162067.
HSL color Cylindrical-coordinate representation of color #D351AA: hue angle of 318.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D351AA is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 170 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.17 |
| HSL | 318.92º | 0.6% | 0.57% | - |
| HSV(B) | 318.92º | 0.62% | 0.83% | - |
| XYZ | 37.06 | 22.64 | 40.45 | - |
| YUV | 130.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 170 | 0 | 0.62 | 0.19 | 0.17 | 318.92 | 0.6 | 0.57 |
| Hex | D3 | 51 | AA | 0 | 3E | 13 | 11 | 13F | 3C | 39 |
| Octal | 323 | 121 | 252 | 0 | 76 | 23 | 21 | 477 | 74 | 71 |
| Binary | 11010011 | 1010001 | 10101010 | 0 | 111110 | 10011 | 10001 | 100111111 | 111100 | 111001 |
Color Harmonies of #D351AA
Complementary color
Monochromatic Colors of #D351AA
Black with #D351AA
Text Example
Text Example
White with #D351AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351AA; }
p { color: rgb(211,81,170); }
H1.HeaderClassName
{
color: #D351AA;
}
.AnyTagClassName
{
color: #D351AA;
}
</style>
background-color css
<style>
a { background-color: #D351AA; }
a { background-color: rgb(211,81,170); }
div.DivClassName
{
background-color: #D351AA;
}
.BgClassName
{
background-color: #D351AA;
}
</style>
border-color css
<style>
span { border-color: #D351AA; }
span { border-color: rgb(211,81,170); }
td.TdClassName
{
border-color: #D351AA;
}
.TagClassName
{
border-color: #D351AA;
}
</style>