Shades of Mulberry #D1409A
Tints of Mulberry #D1409A
RGB
CMYK
RGB Variations
Color information
#D1409A (or 0xD1409A) is known color: Mulberry. HEX triplet: D1, 40 and 9A. RGB value is (209,64,154). Sum of RGB (Red+Green+Blue) = 209+64+154=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1409A is #2EBF65. Grayscale: #757575. Windows color (decimal): -3063654 or 10109137. OLE color: 10109137.
HSL color Cylindrical-coordinate representation of color #D1409A: hue angle of 322.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1409A is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 154 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.18 |
| HSL | 322.76º | 0.61% | 0.54% | - |
| HSV(B) | 322.76º | 0.69% | 0.82% | - |
| XYZ | 33.96 | 19.56 | 32.56 | - |
| YUV | 117.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 154 | 0 | 0.69 | 0.26 | 0.18 | 322.76 | 0.61 | 0.54 |
| Hex | D1 | 40 | 9A | 0 | 45 | 1A | 12 | 143 | 3D | 36 |
| Octal | 321 | 100 | 232 | 0 | 105 | 32 | 22 | 503 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10011010 | 0 | 1000101 | 11010 | 10010 | 101000011 | 111101 | 110110 |
Color Harmonies of #D1409A
Complementary color
Monochromatic Colors of #D1409A
Black with #D1409A
Text Example
Text Example
White with #D1409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1409A; }
p { color: rgb(209,64,154); }
H1.HeaderClassName
{
color: #D1409A;
}
.AnyTagClassName
{
color: #D1409A;
}
</style>
background-color css
<style>
a { background-color: #D1409A; }
a { background-color: rgb(209,64,154); }
div.DivClassName
{
background-color: #D1409A;
}
.BgClassName
{
background-color: #D1409A;
}
</style>
border-color css
<style>
span { border-color: #D1409A; }
span { border-color: rgb(209,64,154); }
td.TdClassName
{
border-color: #D1409A;
}
.TagClassName
{
border-color: #D1409A;
}
</style>