Shades of Mulberry #DF499A
Tints of Mulberry #DF499A
RGB
CMYK
RGB Variations
Color information
#DF499A (or 0xDF499A) is known color: Mulberry. HEX triplet: DF, 49 and 9A. RGB value is (223,73,154). Sum of RGB (Red+Green+Blue) = 223+73+154=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF499A is #20B665. Grayscale: #7E7E7E. Windows color (decimal): -2143846 or 10111455. OLE color: 10111455.
HSL color Cylindrical-coordinate representation of color #DF499A: hue angle of 327.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF499A is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 154 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.13 |
| HSL | 327.6º | 0.7% | 0.58% | - |
| HSV(B) | 327.6º | 0.67% | 0.87% | - |
| XYZ | 38.65 | 22.79 | 32.93 | - |
| YUV | 127.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 154 | 0 | 0.67 | 0.31 | 0.13 | 327.6 | 0.7 | 0.58 |
| Hex | DF | 49 | 9A | 0 | 43 | 1F | D | 148 | 46 | 3A |
| Octal | 337 | 111 | 232 | 0 | 103 | 37 | 15 | 510 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10011010 | 0 | 1000011 | 11111 | 1101 | 101001000 | 1000110 | 111010 |
Color Harmonies of #DF499A
Complementary color
Monochromatic Colors of #DF499A
Black with #DF499A
Text Example
Text Example
White with #DF499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF499A; }
p { color: rgb(223,73,154); }
H1.HeaderClassName
{
color: #DF499A;
}
.AnyTagClassName
{
color: #DF499A;
}
</style>
background-color css
<style>
a { background-color: #DF499A; }
a { background-color: rgb(223,73,154); }
div.DivClassName
{
background-color: #DF499A;
}
.BgClassName
{
background-color: #DF499A;
}
</style>
border-color css
<style>
span { border-color: #DF499A; }
span { border-color: rgb(223,73,154); }
td.TdClassName
{
border-color: #DF499A;
}
.TagClassName
{
border-color: #DF499A;
}
</style>