Shades of Mulberry #D0449C
Tints of Mulberry #D0449C
RGB
CMYK
RGB Variations
Color information
#D0449C (or 0xD0449C) is known color: Mulberry. HEX triplet: D0, 44 and 9C. RGB value is (208,68,156). Sum of RGB (Red+Green+Blue) = 208+68+156=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0449C is #2FBB63. Grayscale: #777777. Windows color (decimal): -3128164 or 10241232. OLE color: 10241232.
HSL color Cylindrical-coordinate representation of color #D0449C: hue angle of 322.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0449C is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 156 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.18 |
| HSL | 322.29º | 0.6% | 0.54% | - |
| HSV(B) | 322.29º | 0.67% | 0.82% | - |
| XYZ | 34.08 | 19.94 | 33.51 | - |
| YUV | 119.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 156 | 0 | 0.67 | 0.25 | 0.18 | 322.29 | 0.6 | 0.54 |
| Hex | D0 | 44 | 9C | 0 | 43 | 19 | 12 | 142 | 3C | 36 |
| Octal | 320 | 104 | 234 | 0 | 103 | 31 | 22 | 502 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10011100 | 0 | 1000011 | 11001 | 10010 | 101000010 | 111100 | 110110 |
Color Harmonies of #D0449C
Complementary color
Monochromatic Colors of #D0449C
Black with #D0449C
Text Example
Text Example
White with #D0449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0449C; }
p { color: rgb(208,68,156); }
H1.HeaderClassName
{
color: #D0449C;
}
.AnyTagClassName
{
color: #D0449C;
}
</style>
background-color css
<style>
a { background-color: #D0449C; }
a { background-color: rgb(208,68,156); }
div.DivClassName
{
background-color: #D0449C;
}
.BgClassName
{
background-color: #D0449C;
}
</style>
border-color css
<style>
span { border-color: #D0449C; }
span { border-color: rgb(208,68,156); }
td.TdClassName
{
border-color: #D0449C;
}
.TagClassName
{
border-color: #D0449C;
}
</style>