Shades of Mulberry #D0449E
Tints of Mulberry #D0449E
RGB
CMYK
RGB Variations
Color information
#D0449E (or 0xD0449E) is known color: Mulberry. HEX triplet: D0, 44 and 9E. RGB value is (208,68,158). Sum of RGB (Red+Green+Blue) = 208+68+158=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0449E is #2FBB61. Grayscale: #777777. Windows color (decimal): -3128162 or 10372304. OLE color: 10372304.
HSL color Cylindrical-coordinate representation of color #D0449E: hue angle of 321.43º 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 #D0449E is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 158 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.18 |
| HSL | 321.43º | 0.6% | 0.54% | - |
| HSV(B) | 321.43º | 0.67% | 0.82% | - |
| XYZ | 34.25 | 20.01 | 34.41 | - |
| YUV | 120.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 158 | 0 | 0.67 | 0.24 | 0.18 | 321.43 | 0.6 | 0.54 |
| Hex | D0 | 44 | 9E | 0 | 43 | 18 | 12 | 141 | 3C | 36 |
| Octal | 320 | 104 | 236 | 0 | 103 | 30 | 22 | 501 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10011110 | 0 | 1000011 | 11000 | 10010 | 101000001 | 111100 | 110110 |
Color Harmonies of #D0449E
Complementary color
Monochromatic Colors of #D0449E
Black with #D0449E
Text Example
Text Example
White with #D0449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0449E; }
p { color: rgb(208,68,158); }
H1.HeaderClassName
{
color: #D0449E;
}
.AnyTagClassName
{
color: #D0449E;
}
</style>
background-color css
<style>
a { background-color: #D0449E; }
a { background-color: rgb(208,68,158); }
div.DivClassName
{
background-color: #D0449E;
}
.BgClassName
{
background-color: #D0449E;
}
</style>
border-color css
<style>
span { border-color: #D0449E; }
span { border-color: rgb(208,68,158); }
td.TdClassName
{
border-color: #D0449E;
}
.TagClassName
{
border-color: #D0449E;
}
</style>