Shades of Mulberry #D355AB
Tints of Mulberry #D355AB
RGB
CMYK
RGB Variations
Color information
#D355AB (or 0xD355AB) is known color: Mulberry. HEX triplet: D3, 55 and AB. RGB value is (211,85,171). Sum of RGB (Red+Green+Blue) = 211+85+171=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D355AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D355AB is #2CAA54. Grayscale: #848484. Windows color (decimal): -2927189 or 11228627. OLE color: 11228627.
HSL color Cylindrical-coordinate representation of color #D355AB: hue angle of 319.05º 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 #D355AB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 171 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.17 |
| HSL | 319.05º | 0.59% | 0.58% | - |
| HSV(B) | 319.05º | 0.6% | 0.83% | - |
| XYZ | 37.46 | 23.29 | 41.05 | - |
| YUV | 132.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 171 | 0 | 0.60 | 0.19 | 0.17 | 319.05 | 0.59 | 0.58 |
| Hex | D3 | 55 | AB | 0 | 3C | 13 | 11 | 13F | 3B | 3A |
| Octal | 323 | 125 | 253 | 0 | 74 | 23 | 21 | 477 | 73 | 72 |
| Binary | 11010011 | 1010101 | 10101011 | 0 | 111100 | 10011 | 10001 | 100111111 | 111011 | 111010 |
Color Harmonies of #D355AB
Complementary color
Monochromatic Colors of #D355AB
Black with #D355AB
Text Example
Text Example
White with #D355AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355AB; }
p { color: rgb(211,85,171); }
H1.HeaderClassName
{
color: #D355AB;
}
.AnyTagClassName
{
color: #D355AB;
}
</style>
background-color css
<style>
a { background-color: #D355AB; }
a { background-color: rgb(211,85,171); }
div.DivClassName
{
background-color: #D355AB;
}
.BgClassName
{
background-color: #D355AB;
}
</style>
border-color css
<style>
span { border-color: #D355AB; }
span { border-color: rgb(211,85,171); }
td.TdClassName
{
border-color: #D355AB;
}
.TagClassName
{
border-color: #D355AB;
}
</style>