Shades of Mulberry #D1409D
Tints of Mulberry #D1409D
RGB
CMYK
RGB Variations
Color information
#D1409D (or 0xD1409D) is known color: Mulberry. HEX triplet: D1, 40 and 9D. RGB value is (209,64,157). Sum of RGB (Red+Green+Blue) = 209+64+157=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1409D is #2EBF62. Grayscale: #757575. Windows color (decimal): -3063651 or 10305745. OLE color: 10305745.
HSL color Cylindrical-coordinate representation of color #D1409D: hue angle of 321.52º 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 #D1409D is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 157 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.18 |
| HSL | 321.52º | 0.61% | 0.54% | - |
| HSV(B) | 321.52º | 0.69% | 0.82% | - |
| XYZ | 34.21 | 19.66 | 33.89 | - |
| YUV | 117.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 157 | 0 | 0.69 | 0.25 | 0.18 | 321.52 | 0.61 | 0.54 |
| Hex | D1 | 40 | 9D | 0 | 45 | 19 | 12 | 142 | 3D | 36 |
| Octal | 321 | 100 | 235 | 0 | 105 | 31 | 22 | 502 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10011101 | 0 | 1000101 | 11001 | 10010 | 101000010 | 111101 | 110110 |
Color Harmonies of #D1409D
Complementary color
Monochromatic Colors of #D1409D
Black with #D1409D
Text Example
Text Example
White with #D1409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1409D; }
p { color: rgb(209,64,157); }
H1.HeaderClassName
{
color: #D1409D;
}
.AnyTagClassName
{
color: #D1409D;
}
</style>
background-color css
<style>
a { background-color: #D1409D; }
a { background-color: rgb(209,64,157); }
div.DivClassName
{
background-color: #D1409D;
}
.BgClassName
{
background-color: #D1409D;
}
</style>
border-color css
<style>
span { border-color: #D1409D; }
span { border-color: rgb(209,64,157); }
td.TdClassName
{
border-color: #D1409D;
}
.TagClassName
{
border-color: #D1409D;
}
</style>