Shades of Mulberry #D355A4
Tints of Mulberry #D355A4
RGB
CMYK
RGB Variations
Color information
#D355A4 (or 0xD355A4) is known color: Mulberry. HEX triplet: D3, 55 and A4. RGB value is (211,85,164). Sum of RGB (Red+Green+Blue) = 211+85+164=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D355A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D355A4 is #2CAA5B. Grayscale: #838383. Windows color (decimal): -2927196 or 10769875. OLE color: 10769875.
HSL color Cylindrical-coordinate representation of color #D355A4: hue angle of 322.38º 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 #D355A4 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 164 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.17 |
| HSL | 322.38º | 0.59% | 0.58% | - |
| HSV(B) | 322.38º | 0.6% | 0.83% | - |
| XYZ | 36.81 | 23.03 | 37.63 | - |
| YUV | 131.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 164 | 0 | 0.60 | 0.22 | 0.17 | 322.38 | 0.59 | 0.58 |
| Hex | D3 | 55 | A4 | 0 | 3C | 16 | 11 | 142 | 3B | 3A |
| Octal | 323 | 125 | 244 | 0 | 74 | 26 | 21 | 502 | 73 | 72 |
| Binary | 11010011 | 1010101 | 10100100 | 0 | 111100 | 10110 | 10001 | 101000010 | 111011 | 111010 |
Color Harmonies of #D355A4
Complementary color
Monochromatic Colors of #D355A4
Black with #D355A4
Text Example
Text Example
White with #D355A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355A4; }
p { color: rgb(211,85,164); }
H1.HeaderClassName
{
color: #D355A4;
}
.AnyTagClassName
{
color: #D355A4;
}
</style>
background-color css
<style>
a { background-color: #D355A4; }
a { background-color: rgb(211,85,164); }
div.DivClassName
{
background-color: #D355A4;
}
.BgClassName
{
background-color: #D355A4;
}
</style>
border-color css
<style>
span { border-color: #D355A4; }
span { border-color: rgb(211,85,164); }
td.TdClassName
{
border-color: #D355A4;
}
.TagClassName
{
border-color: #D355A4;
}
</style>