Shades of Mulberry #DD5395
Tints of Mulberry #DD5395
RGB
CMYK
RGB Variations
Color information
#DD5395 (or 0xDD5395) is known color: Mulberry. HEX triplet: DD, 53 and 95. RGB value is (221,83,149). Sum of RGB (Red+Green+Blue) = 221+83+149=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5395 is #22AC6A. Grayscale: #838383. Windows color (decimal): -2272363 or 9786333. OLE color: 9786333.
HSL color Cylindrical-coordinate representation of color #DD5395: hue angle of 331.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5395 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 149 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.13 |
| HSL | 331.3º | 0.67% | 0.6% | - |
| HSV(B) | 331.3º | 0.62% | 0.87% | - |
| XYZ | 38.34 | 23.73 | 30.99 | - |
| YUV | 131.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 149 | 0 | 0.62 | 0.33 | 0.13 | 331.3 | 0.67 | 0.6 |
| Hex | DD | 53 | 95 | 0 | 3E | 21 | D | 14B | 43 | 3C |
| Octal | 335 | 123 | 225 | 0 | 76 | 41 | 15 | 513 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10010101 | 0 | 111110 | 100001 | 1101 | 101001011 | 1000011 | 111100 |
Color Harmonies of #DD5395
Complementary color
Monochromatic Colors of #DD5395
Black with #DD5395
Text Example
Text Example
White with #DD5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5395; }
p { color: rgb(221,83,149); }
H1.HeaderClassName
{
color: #DD5395;
}
.AnyTagClassName
{
color: #DD5395;
}
</style>
background-color css
<style>
a { background-color: #DD5395; }
a { background-color: rgb(221,83,149); }
div.DivClassName
{
background-color: #DD5395;
}
.BgClassName
{
background-color: #DD5395;
}
</style>
border-color css
<style>
span { border-color: #DD5395; }
span { border-color: rgb(221,83,149); }
td.TdClassName
{
border-color: #DD5395;
}
.TagClassName
{
border-color: #DD5395;
}
</style>