Shades of Mulberry #D13C9C
Tints of Mulberry #D13C9C
RGB
CMYK
RGB Variations
Color information
#D13C9C (or 0xD13C9C) is known color: Mulberry. HEX triplet: D1, 3C and 9C. RGB value is (209,60,156). Sum of RGB (Red+Green+Blue) = 209+60+156=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C9C is #2EC363. Grayscale: #737373. Windows color (decimal): -3064676 or 10239185. OLE color: 10239185.
HSL color Cylindrical-coordinate representation of color #D13C9C: hue angle of 321.34º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C9C is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 156 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.18 |
| HSL | 321.34º | 0.62% | 0.53% | - |
| HSV(B) | 321.34º | 0.71% | 0.82% | - |
| XYZ | 33.91 | 19.19 | 33.37 | - |
| YUV | 115.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 156 | 0 | 0.71 | 0.25 | 0.18 | 321.34 | 0.62 | 0.53 |
| Hex | D1 | 3C | 9C | 0 | 47 | 19 | 12 | 141 | 3E | 35 |
| Octal | 321 | 74 | 234 | 0 | 107 | 31 | 22 | 501 | 76 | 65 |
| Binary | 11010001 | 111100 | 10011100 | 0 | 1000111 | 11001 | 10010 | 101000001 | 111110 | 110101 |
Color Harmonies of #D13C9C
Complementary color
Monochromatic Colors of #D13C9C
Black with #D13C9C
Text Example
Text Example
White with #D13C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C9C; }
p { color: rgb(209,60,156); }
H1.HeaderClassName
{
color: #D13C9C;
}
.AnyTagClassName
{
color: #D13C9C;
}
</style>
background-color css
<style>
a { background-color: #D13C9C; }
a { background-color: rgb(209,60,156); }
div.DivClassName
{
background-color: #D13C9C;
}
.BgClassName
{
background-color: #D13C9C;
}
</style>
border-color css
<style>
span { border-color: #D13C9C; }
span { border-color: rgb(209,60,156); }
td.TdClassName
{
border-color: #D13C9C;
}
.TagClassName
{
border-color: #D13C9C;
}
</style>