Shades of Mulberry #DD4F9C
Tints of Mulberry #DD4F9C
RGB
CMYK
RGB Variations
Color information
#DD4F9C (or 0xDD4F9C) is known color: Mulberry. HEX triplet: DD, 4F and 9C. RGB value is (221,79,156). Sum of RGB (Red+Green+Blue) = 221+79+156=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F9C is #22B063. Grayscale: #828282. Windows color (decimal): -2273380 or 10244061. OLE color: 10244061.
HSL color Cylindrical-coordinate representation of color #DD4F9C: hue angle of 327.46º degrees, saturation: 0.68, 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 #DD4F9C is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 156 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.13 |
| HSL | 327.46º | 0.68% | 0.59% | - |
| HSV(B) | 327.46º | 0.64% | 0.87% | - |
| XYZ | 38.62 | 23.36 | 33.93 | - |
| YUV | 130.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 156 | 0 | 0.64 | 0.29 | 0.13 | 327.46 | 0.68 | 0.59 |
| Hex | DD | 4F | 9C | 0 | 40 | 1D | D | 147 | 44 | 3B |
| Octal | 335 | 117 | 234 | 0 | 100 | 35 | 15 | 507 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10011100 | 0 | 1000000 | 11101 | 1101 | 101000111 | 1000100 | 111011 |
Color Harmonies of #DD4F9C
Complementary color
Monochromatic Colors of #DD4F9C
Black with #DD4F9C
Text Example
Text Example
White with #DD4F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F9C; }
p { color: rgb(221,79,156); }
H1.HeaderClassName
{
color: #DD4F9C;
}
.AnyTagClassName
{
color: #DD4F9C;
}
</style>
background-color css
<style>
a { background-color: #DD4F9C; }
a { background-color: rgb(221,79,156); }
div.DivClassName
{
background-color: #DD4F9C;
}
.BgClassName
{
background-color: #DD4F9C;
}
</style>
border-color css
<style>
span { border-color: #DD4F9C; }
span { border-color: rgb(221,79,156); }
td.TdClassName
{
border-color: #DD4F9C;
}
.TagClassName
{
border-color: #DD4F9C;
}
</style>