Shades of Mulberry #DF5299
Tints of Mulberry #DF5299
RGB
CMYK
RGB Variations
Color information
#DF5299 (or 0xDF5299) is known color: Mulberry. HEX triplet: DF, 52 and 99. RGB value is (223,82,153). Sum of RGB (Red+Green+Blue) = 223+82+153=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5299 is #20AD66. Grayscale: #848484. Windows color (decimal): -2141543 or 10048223. OLE color: 10048223.
HSL color Cylindrical-coordinate representation of color #DF5299: hue angle of 329.79º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5299 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 153 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.13 |
| HSL | 329.79º | 0.69% | 0.6% | - |
| HSV(B) | 329.79º | 0.63% | 0.87% | - |
| XYZ | 39.2 | 24.02 | 32.71 | - |
| YUV | 132.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 153 | 0 | 0.63 | 0.31 | 0.13 | 329.79 | 0.69 | 0.6 |
| Hex | DF | 52 | 99 | 0 | 3F | 1F | D | 14A | 45 | 3C |
| Octal | 337 | 122 | 231 | 0 | 77 | 37 | 15 | 512 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10011001 | 0 | 111111 | 11111 | 1101 | 101001010 | 1000101 | 111100 |
Color Harmonies of #DF5299
Complementary color
Monochromatic Colors of #DF5299
Black with #DF5299
Text Example
Text Example
White with #DF5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5299; }
p { color: rgb(223,82,153); }
H1.HeaderClassName
{
color: #DF5299;
}
.AnyTagClassName
{
color: #DF5299;
}
</style>
background-color css
<style>
a { background-color: #DF5299; }
a { background-color: rgb(223,82,153); }
div.DivClassName
{
background-color: #DF5299;
}
.BgClassName
{
background-color: #DF5299;
}
</style>
border-color css
<style>
span { border-color: #DF5299; }
span { border-color: rgb(223,82,153); }
td.TdClassName
{
border-color: #DF5299;
}
.TagClassName
{
border-color: #DF5299;
}
</style>