Shades of Mulberry #DD509F
Tints of Mulberry #DD509F
RGB
CMYK
RGB Variations
Color information
#DD509F (or 0xDD509F) is known color: Mulberry. HEX triplet: DD, 50 and 9F. RGB value is (221,80,159). Sum of RGB (Red+Green+Blue) = 221+80+159=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD509F is #22AF60. Grayscale: #828282. Windows color (decimal): -2273121 or 10440925. OLE color: 10440925.
HSL color Cylindrical-coordinate representation of color #DD509F: hue angle of 326.38º 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 #DD509F is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 159 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.13 |
| HSL | 326.38º | 0.67% | 0.59% | - |
| HSV(B) | 326.38º | 0.64% | 0.87% | - |
| XYZ | 38.95 | 23.61 | 35.31 | - |
| YUV | 131.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 159 | 0 | 0.64 | 0.28 | 0.13 | 326.38 | 0.67 | 0.59 |
| Hex | DD | 50 | 9F | 0 | 40 | 1C | D | 146 | 43 | 3B |
| Octal | 335 | 120 | 237 | 0 | 100 | 34 | 15 | 506 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10011111 | 0 | 1000000 | 11100 | 1101 | 101000110 | 1000011 | 111011 |
Color Harmonies of #DD509F
Complementary color
Monochromatic Colors of #DD509F
Black with #DD509F
Text Example
Text Example
White with #DD509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD509F; }
p { color: rgb(221,80,159); }
H1.HeaderClassName
{
color: #DD509F;
}
.AnyTagClassName
{
color: #DD509F;
}
</style>
background-color css
<style>
a { background-color: #DD509F; }
a { background-color: rgb(221,80,159); }
div.DivClassName
{
background-color: #DD509F;
}
.BgClassName
{
background-color: #DD509F;
}
</style>
border-color css
<style>
span { border-color: #DD509F; }
span { border-color: rgb(221,80,159); }
td.TdClassName
{
border-color: #DD509F;
}
.TagClassName
{
border-color: #DD509F;
}
</style>