Shades of Mulberry #DF509D
Tints of Mulberry #DF509D
RGB
CMYK
RGB Variations
Color information
#DF509D (or 0xDF509D) is known color: Mulberry. HEX triplet: DF, 50 and 9D. RGB value is (223,80,157). Sum of RGB (Red+Green+Blue) = 223+80+157=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF509D is #20AF62. Grayscale: #838383. Windows color (decimal): -2142051 or 10309855. OLE color: 10309855.
HSL color Cylindrical-coordinate representation of color #DF509D: hue angle of 327.69º degrees, saturation: 0.69, 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 #DF509D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 157 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.13 |
| HSL | 327.69º | 0.69% | 0.59% | - |
| HSV(B) | 327.69º | 0.64% | 0.87% | - |
| XYZ | 39.39 | 23.86 | 34.43 | - |
| YUV | 131.54 | 142.38 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 157 | 0 | 0.64 | 0.30 | 0.13 | 327.69 | 0.69 | 0.59 |
| Hex | DF | 50 | 9D | 0 | 40 | 1E | D | 148 | 45 | 3B |
| Octal | 337 | 120 | 235 | 0 | 100 | 36 | 15 | 510 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10011101 | 0 | 1000000 | 11110 | 1101 | 101001000 | 1000101 | 111011 |
Color Harmonies of #DF509D
Complementary color
Monochromatic Colors of #DF509D
Black with #DF509D
Text Example
Text Example
White with #DF509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF509D; }
p { color: rgb(223,80,157); }
H1.HeaderClassName
{
color: #DF509D;
}
.AnyTagClassName
{
color: #DF509D;
}
</style>
background-color css
<style>
a { background-color: #DF509D; }
a { background-color: rgb(223,80,157); }
div.DivClassName
{
background-color: #DF509D;
}
.BgClassName
{
background-color: #DF509D;
}
</style>
border-color css
<style>
span { border-color: #DF509D; }
span { border-color: rgb(223,80,157); }
td.TdClassName
{
border-color: #DF509D;
}
.TagClassName
{
border-color: #DF509D;
}
</style>