Shades of Mulberry #D1449A
Tints of Mulberry #D1449A
RGB
CMYK
RGB Variations
Color information
#D1449A (or 0xD1449A) is known color: Mulberry. HEX triplet: D1, 44 and 9A. RGB value is (209,68,154). Sum of RGB (Red+Green+Blue) = 209+68+154=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1449A is #2EBB65. Grayscale: #777777. Windows color (decimal): -3062630 or 10110161. OLE color: 10110161.
HSL color Cylindrical-coordinate representation of color #D1449A: hue angle of 323.4º degrees, saturation: 0.61, 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 #D1449A is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 154 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.18 |
| HSL | 323.4º | 0.61% | 0.54% | - |
| HSV(B) | 323.4º | 0.67% | 0.82% | - |
| XYZ | 34.19 | 20.02 | 32.63 | - |
| YUV | 119.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 154 | 0 | 0.67 | 0.26 | 0.18 | 323.4 | 0.61 | 0.54 |
| Hex | D1 | 44 | 9A | 0 | 43 | 1A | 12 | 143 | 3D | 36 |
| Octal | 321 | 104 | 232 | 0 | 103 | 32 | 22 | 503 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10011010 | 0 | 1000011 | 11010 | 10010 | 101000011 | 111101 | 110110 |
Color Harmonies of #D1449A
Complementary color
Monochromatic Colors of #D1449A
Black with #D1449A
Text Example
Text Example
White with #D1449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1449A; }
p { color: rgb(209,68,154); }
H1.HeaderClassName
{
color: #D1449A;
}
.AnyTagClassName
{
color: #D1449A;
}
</style>
background-color css
<style>
a { background-color: #D1449A; }
a { background-color: rgb(209,68,154); }
div.DivClassName
{
background-color: #D1449A;
}
.BgClassName
{
background-color: #D1449A;
}
</style>
border-color css
<style>
span { border-color: #D1449A; }
span { border-color: rgb(209,68,154); }
td.TdClassName
{
border-color: #D1449A;
}
.TagClassName
{
border-color: #D1449A;
}
</style>