Shades of Mulberry #DF4B9A
Tints of Mulberry #DF4B9A
RGB
CMYK
RGB Variations
Color information
#DF4B9A (or 0xDF4B9A) is known color: Mulberry. HEX triplet: DF, 4B and 9A. RGB value is (223,75,154). Sum of RGB (Red+Green+Blue) = 223+75+154=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B9A is #20B465. Grayscale: #808080. Windows color (decimal): -2143334 or 10111967. OLE color: 10111967.
HSL color Cylindrical-coordinate representation of color #DF4B9A: hue angle of 327.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B9A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 154 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.13 |
| HSL | 327.97º | 0.7% | 0.58% | - |
| HSV(B) | 327.97º | 0.66% | 0.87% | - |
| XYZ | 38.78 | 23.05 | 32.98 | - |
| YUV | 128.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 154 | 0 | 0.66 | 0.31 | 0.13 | 327.97 | 0.7 | 0.58 |
| Hex | DF | 4B | 9A | 0 | 42 | 1F | D | 148 | 46 | 3A |
| Octal | 337 | 113 | 232 | 0 | 102 | 37 | 15 | 510 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10011010 | 0 | 1000010 | 11111 | 1101 | 101001000 | 1000110 | 111010 |
Color Harmonies of #DF4B9A
Complementary color
Monochromatic Colors of #DF4B9A
Black with #DF4B9A
Text Example
Text Example
White with #DF4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B9A; }
p { color: rgb(223,75,154); }
H1.HeaderClassName
{
color: #DF4B9A;
}
.AnyTagClassName
{
color: #DF4B9A;
}
</style>
background-color css
<style>
a { background-color: #DF4B9A; }
a { background-color: rgb(223,75,154); }
div.DivClassName
{
background-color: #DF4B9A;
}
.BgClassName
{
background-color: #DF4B9A;
}
</style>
border-color css
<style>
span { border-color: #DF4B9A; }
span { border-color: rgb(223,75,154); }
td.TdClassName
{
border-color: #DF4B9A;
}
.TagClassName
{
border-color: #DF4B9A;
}
</style>