Shades of Mulberry #DD48AB
Tints of Mulberry #DD48AB
RGB
CMYK
RGB Variations
Color information
#DD48AB (or 0xDD48AB) is known color: Mulberry. HEX triplet: DD, 48 and AB. RGB value is (221,72,171). Sum of RGB (Red+Green+Blue) = 221+72+171=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD48AB is #22B754. Grayscale: #7F7F7F. Windows color (decimal): -2275157 or 11225309. OLE color: 11225309.
HSL color Cylindrical-coordinate representation of color #DD48AB: hue angle of 320.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD48AB is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 171 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.13 |
| HSL | 320.13º | 0.69% | 0.57% | - |
| HSV(B) | 320.13º | 0.67% | 0.87% | - |
| XYZ | 39.49 | 22.95 | 40.88 | - |
| YUV | 127.84 | 152.36 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 171 | 0 | 0.67 | 0.23 | 0.13 | 320.13 | 0.69 | 0.57 |
| Hex | DD | 48 | AB | 0 | 43 | 17 | D | 140 | 45 | 39 |
| Octal | 335 | 110 | 253 | 0 | 103 | 27 | 15 | 500 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10101011 | 0 | 1000011 | 10111 | 1101 | 101000000 | 1000101 | 111001 |
Color Harmonies of #DD48AB
Complementary color
Monochromatic Colors of #DD48AB
Black with #DD48AB
Text Example
Text Example
White with #DD48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48AB; }
p { color: rgb(221,72,171); }
H1.HeaderClassName
{
color: #DD48AB;
}
.AnyTagClassName
{
color: #DD48AB;
}
</style>
background-color css
<style>
a { background-color: #DD48AB; }
a { background-color: rgb(221,72,171); }
div.DivClassName
{
background-color: #DD48AB;
}
.BgClassName
{
background-color: #DD48AB;
}
</style>
border-color css
<style>
span { border-color: #DD48AB; }
span { border-color: rgb(221,72,171); }
td.TdClassName
{
border-color: #DD48AB;
}
.TagClassName
{
border-color: #DD48AB;
}
</style>