Shades of Mulberry #D13F9C
Tints of Mulberry #D13F9C
RGB
CMYK
RGB Variations
Color information
#D13F9C (or 0xD13F9C) is known color: Mulberry. HEX triplet: D1, 3F and 9C. RGB value is (209,63,156). Sum of RGB (Red+Green+Blue) = 209+63+156=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F9C is #2EC063. Grayscale: #757575. Windows color (decimal): -3063908 or 10239953. OLE color: 10239953.
HSL color Cylindrical-coordinate representation of color #D13F9C: hue angle of 321.78º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F9C is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 156 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.18 |
| HSL | 321.78º | 0.61% | 0.53% | - |
| HSV(B) | 321.78º | 0.7% | 0.82% | - |
| XYZ | 34.07 | 19.51 | 33.42 | - |
| YUV | 117.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 156 | 0 | 0.70 | 0.25 | 0.18 | 321.78 | 0.61 | 0.53 |
| Hex | D1 | 3F | 9C | 0 | 46 | 19 | 12 | 142 | 3D | 35 |
| Octal | 321 | 77 | 234 | 0 | 106 | 31 | 22 | 502 | 75 | 65 |
| Binary | 11010001 | 111111 | 10011100 | 0 | 1000110 | 11001 | 10010 | 101000010 | 111101 | 110101 |
Color Harmonies of #D13F9C
Complementary color
Monochromatic Colors of #D13F9C
Black with #D13F9C
Text Example
Text Example
White with #D13F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F9C; }
p { color: rgb(209,63,156); }
H1.HeaderClassName
{
color: #D13F9C;
}
.AnyTagClassName
{
color: #D13F9C;
}
</style>
background-color css
<style>
a { background-color: #D13F9C; }
a { background-color: rgb(209,63,156); }
div.DivClassName
{
background-color: #D13F9C;
}
.BgClassName
{
background-color: #D13F9C;
}
</style>
border-color css
<style>
span { border-color: #D13F9C; }
span { border-color: rgb(209,63,156); }
td.TdClassName
{
border-color: #D13F9C;
}
.TagClassName
{
border-color: #D13F9C;
}
</style>