Shades of Mulberry #DF4AA2
Tints of Mulberry #DF4AA2
RGB
CMYK
RGB Variations
Color information
#DF4AA2 (or 0xDF4AA2) is known color: Mulberry. HEX triplet: DF, 4A and A2. RGB value is (223,74,162). Sum of RGB (Red+Green+Blue) = 223+74+162=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4AA2 is #20B55D. Grayscale: #808080. Windows color (decimal): -2143582 or 10635999. OLE color: 10635999.
HSL color Cylindrical-coordinate representation of color #DF4AA2: hue angle of 324.56º 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 #DF4AA2 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 162 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.13 |
| HSL | 324.56º | 0.7% | 0.58% | - |
| HSV(B) | 324.56º | 0.67% | 0.87% | - |
| XYZ | 39.4 | 23.19 | 36.58 | - |
| YUV | 128.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 162 | 0 | 0.67 | 0.27 | 0.13 | 324.56 | 0.7 | 0.58 |
| Hex | DF | 4A | A2 | 0 | 43 | 1B | D | 145 | 46 | 3A |
| Octal | 337 | 112 | 242 | 0 | 103 | 33 | 15 | 505 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10100010 | 0 | 1000011 | 11011 | 1101 | 101000101 | 1000110 | 111010 |
Color Harmonies of #DF4AA2
Complementary color
Monochromatic Colors of #DF4AA2
Black with #DF4AA2
Text Example
Text Example
White with #DF4AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AA2; }
p { color: rgb(223,74,162); }
H1.HeaderClassName
{
color: #DF4AA2;
}
.AnyTagClassName
{
color: #DF4AA2;
}
</style>
background-color css
<style>
a { background-color: #DF4AA2; }
a { background-color: rgb(223,74,162); }
div.DivClassName
{
background-color: #DF4AA2;
}
.BgClassName
{
background-color: #DF4AA2;
}
</style>
border-color css
<style>
span { border-color: #DF4AA2; }
span { border-color: rgb(223,74,162); }
td.TdClassName
{
border-color: #DF4AA2;
}
.TagClassName
{
border-color: #DF4AA2;
}
</style>