Shades of Mulberry #D1499C
Tints of Mulberry #D1499C
RGB
CMYK
RGB Variations
Color information
#D1499C (or 0xD1499C) is known color: Mulberry. HEX triplet: D1, 49 and 9C. RGB value is (209,73,156). Sum of RGB (Red+Green+Blue) = 209+73+156=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1499C is #2EB663. Grayscale: #7A7A7A. Windows color (decimal): -3061348 or 10242513. OLE color: 10242513.
HSL color Cylindrical-coordinate representation of color #D1499C: hue angle of 323.38º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1499C is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 156 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.18 |
| HSL | 323.38º | 0.6% | 0.55% | - |
| HSV(B) | 323.38º | 0.65% | 0.82% | - |
| XYZ | 34.68 | 20.72 | 33.62 | - |
| YUV | 123.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 156 | 0 | 0.65 | 0.25 | 0.18 | 323.38 | 0.6 | 0.55 |
| Hex | D1 | 49 | 9C | 0 | 41 | 19 | 12 | 143 | 3C | 37 |
| Octal | 321 | 111 | 234 | 0 | 101 | 31 | 22 | 503 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10011100 | 0 | 1000001 | 11001 | 10010 | 101000011 | 111100 | 110111 |
Color Harmonies of #D1499C
Complementary color
Monochromatic Colors of #D1499C
Black with #D1499C
Text Example
Text Example
White with #D1499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1499C; }
p { color: rgb(209,73,156); }
H1.HeaderClassName
{
color: #D1499C;
}
.AnyTagClassName
{
color: #D1499C;
}
</style>
background-color css
<style>
a { background-color: #D1499C; }
a { background-color: rgb(209,73,156); }
div.DivClassName
{
background-color: #D1499C;
}
.BgClassName
{
background-color: #D1499C;
}
</style>
border-color css
<style>
span { border-color: #D1499C; }
span { border-color: rgb(209,73,156); }
td.TdClassName
{
border-color: #D1499C;
}
.TagClassName
{
border-color: #D1499C;
}
</style>