Shades of Mulberry #DD45AD
Tints of Mulberry #DD45AD
RGB
CMYK
RGB Variations
Color information
#DD45AD (or 0xDD45AD) is known color: Mulberry. HEX triplet: DD, 45 and AD. RGB value is (221,69,173). Sum of RGB (Red+Green+Blue) = 221+69+173=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD45AD is #22BA52. Grayscale: #7E7E7E. Windows color (decimal): -2275923 or 11355613. OLE color: 11355613.
HSL color Cylindrical-coordinate representation of color #DD45AD: hue angle of 318.95º 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 #DD45AD is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 173 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.13 |
| HSL | 318.95º | 0.69% | 0.57% | - |
| HSV(B) | 318.95º | 0.69% | 0.87% | - |
| XYZ | 39.49 | 22.65 | 41.82 | - |
| YUV | 126.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 173 | 0 | 0.69 | 0.22 | 0.13 | 318.95 | 0.69 | 0.57 |
| Hex | DD | 45 | AD | 0 | 45 | 16 | D | 13F | 45 | 39 |
| Octal | 335 | 105 | 255 | 0 | 105 | 26 | 15 | 477 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10101101 | 0 | 1000101 | 10110 | 1101 | 100111111 | 1000101 | 111001 |
Color Harmonies of #DD45AD
Complementary color
Monochromatic Colors of #DD45AD
Black with #DD45AD
Text Example
Text Example
White with #DD45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45AD; }
p { color: rgb(221,69,173); }
H1.HeaderClassName
{
color: #DD45AD;
}
.AnyTagClassName
{
color: #DD45AD;
}
</style>
background-color css
<style>
a { background-color: #DD45AD; }
a { background-color: rgb(221,69,173); }
div.DivClassName
{
background-color: #DD45AD;
}
.BgClassName
{
background-color: #DD45AD;
}
</style>
border-color css
<style>
span { border-color: #DD45AD; }
span { border-color: rgb(221,69,173); }
td.TdClassName
{
border-color: #DD45AD;
}
.TagClassName
{
border-color: #DD45AD;
}
</style>