Shades of Mulberry #DD50A1
Tints of Mulberry #DD50A1
RGB
CMYK
RGB Variations
Color information
#DD50A1 (or 0xDD50A1) is known color: Mulberry. HEX triplet: DD, 50 and A1. RGB value is (221,80,161). Sum of RGB (Red+Green+Blue) = 221+80+161=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50A1 is #22AF5E. Grayscale: #838383. Windows color (decimal): -2273119 or 10571997. OLE color: 10571997.
HSL color Cylindrical-coordinate representation of color #DD50A1: hue angle of 325.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50A1 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 161 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.13 |
| HSL | 325.53º | 0.67% | 0.59% | - |
| HSV(B) | 325.53º | 0.64% | 0.87% | - |
| XYZ | 39.12 | 23.68 | 36.23 | - |
| YUV | 131.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 161 | 0 | 0.64 | 0.27 | 0.13 | 325.53 | 0.67 | 0.59 |
| Hex | DD | 50 | A1 | 0 | 40 | 1B | D | 146 | 43 | 3B |
| Octal | 335 | 120 | 241 | 0 | 100 | 33 | 15 | 506 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10100001 | 0 | 1000000 | 11011 | 1101 | 101000110 | 1000011 | 111011 |
Color Harmonies of #DD50A1
Complementary color
Monochromatic Colors of #DD50A1
Black with #DD50A1
Text Example
Text Example
White with #DD50A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50A1; }
p { color: rgb(221,80,161); }
H1.HeaderClassName
{
color: #DD50A1;
}
.AnyTagClassName
{
color: #DD50A1;
}
</style>
background-color css
<style>
a { background-color: #DD50A1; }
a { background-color: rgb(221,80,161); }
div.DivClassName
{
background-color: #DD50A1;
}
.BgClassName
{
background-color: #DD50A1;
}
</style>
border-color css
<style>
span { border-color: #DD50A1; }
span { border-color: rgb(221,80,161); }
td.TdClassName
{
border-color: #DD50A1;
}
.TagClassName
{
border-color: #DD50A1;
}
</style>