Shades of Mulberry #DD45AB
Tints of Mulberry #DD45AB
RGB
CMYK
RGB Variations
Color information
#DD45AB (or 0xDD45AB) is known color: Mulberry. HEX triplet: DD, 45 and AB. RGB value is (221,69,171). Sum of RGB (Red+Green+Blue) = 221+69+171=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD45AB is #22BA54. Grayscale: #7D7D7D. Windows color (decimal): -2275925 or 11224541. OLE color: 11224541.
HSL color Cylindrical-coordinate representation of color #DD45AB: hue angle of 319.74º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD45AB is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 171 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.13 |
| HSL | 319.74º | 0.69% | 0.57% | - |
| HSV(B) | 319.74º | 0.69% | 0.87% | - |
| XYZ | 39.3 | 22.57 | 40.81 | - |
| YUV | 126.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 171 | 0 | 0.69 | 0.23 | 0.13 | 319.74 | 0.69 | 0.57 |
| Hex | DD | 45 | AB | 0 | 45 | 17 | D | 140 | 45 | 39 |
| Octal | 335 | 105 | 253 | 0 | 105 | 27 | 15 | 500 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10101011 | 0 | 1000101 | 10111 | 1101 | 101000000 | 1000101 | 111001 |
Color Harmonies of #DD45AB
Complementary color
Monochromatic Colors of #DD45AB
Black with #DD45AB
Text Example
Text Example
White with #DD45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45AB; }
p { color: rgb(221,69,171); }
H1.HeaderClassName
{
color: #DD45AB;
}
.AnyTagClassName
{
color: #DD45AB;
}
</style>
background-color css
<style>
a { background-color: #DD45AB; }
a { background-color: rgb(221,69,171); }
div.DivClassName
{
background-color: #DD45AB;
}
.BgClassName
{
background-color: #DD45AB;
}
</style>
border-color css
<style>
span { border-color: #DD45AB; }
span { border-color: rgb(221,69,171); }
td.TdClassName
{
border-color: #DD45AB;
}
.TagClassName
{
border-color: #DD45AB;
}
</style>