Shades of Mulberry #D13F98
Tints of Mulberry #D13F98
RGB
CMYK
RGB Variations
Color information
#D13F98 (or 0xD13F98) is known color: Mulberry. HEX triplet: D1, 3F and 98. RGB value is (209,63,152). Sum of RGB (Red+Green+Blue) = 209+63+152=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F98 is #2EC067. Grayscale: #747474. Windows color (decimal): -3063912 or 9977809. OLE color: 9977809.
HSL color Cylindrical-coordinate representation of color #D13F98: hue angle of 323.42º 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 #D13F98 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 152 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.18 |
| HSL | 323.42º | 0.61% | 0.53% | - |
| HSV(B) | 323.42º | 0.7% | 0.82% | - |
| XYZ | 33.74 | 19.38 | 31.67 | - |
| YUV | 116.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 152 | 0 | 0.70 | 0.27 | 0.18 | 323.42 | 0.61 | 0.53 |
| Hex | D1 | 3F | 98 | 0 | 46 | 1B | 12 | 143 | 3D | 35 |
| Octal | 321 | 77 | 230 | 0 | 106 | 33 | 22 | 503 | 75 | 65 |
| Binary | 11010001 | 111111 | 10011000 | 0 | 1000110 | 11011 | 10010 | 101000011 | 111101 | 110101 |
Color Harmonies of #D13F98
Complementary color
Monochromatic Colors of #D13F98
Black with #D13F98
Text Example
Text Example
White with #D13F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F98; }
p { color: rgb(209,63,152); }
H1.HeaderClassName
{
color: #D13F98;
}
.AnyTagClassName
{
color: #D13F98;
}
</style>
background-color css
<style>
a { background-color: #D13F98; }
a { background-color: rgb(209,63,152); }
div.DivClassName
{
background-color: #D13F98;
}
.BgClassName
{
background-color: #D13F98;
}
</style>
border-color css
<style>
span { border-color: #D13F98; }
span { border-color: rgb(209,63,152); }
td.TdClassName
{
border-color: #D13F98;
}
.TagClassName
{
border-color: #D13F98;
}
</style>