Shades of Mulberry #D13C9A
Tints of Mulberry #D13C9A
RGB
CMYK
RGB Variations
Color information
#D13C9A (or 0xD13C9A) is known color: Mulberry. HEX triplet: D1, 3C and 9A. RGB value is (209,60,154). Sum of RGB (Red+Green+Blue) = 209+60+154=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C9A is #2EC365. Grayscale: #737373. Windows color (decimal): -3064678 or 10108113. OLE color: 10108113.
HSL color Cylindrical-coordinate representation of color #D13C9A: hue angle of 322.15º 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 #D13C9A is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 154 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.18 |
| HSL | 322.15º | 0.62% | 0.53% | - |
| HSV(B) | 322.15º | 0.71% | 0.82% | - |
| XYZ | 33.74 | 19.12 | 32.48 | - |
| YUV | 115.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 154 | 0 | 0.71 | 0.26 | 0.18 | 322.15 | 0.62 | 0.53 |
| Hex | D1 | 3C | 9A | 0 | 47 | 1A | 12 | 142 | 3E | 35 |
| Octal | 321 | 74 | 232 | 0 | 107 | 32 | 22 | 502 | 76 | 65 |
| Binary | 11010001 | 111100 | 10011010 | 0 | 1000111 | 11010 | 10010 | 101000010 | 111110 | 110101 |
Color Harmonies of #D13C9A
Complementary color
Monochromatic Colors of #D13C9A
Black with #D13C9A
Text Example
Text Example
White with #D13C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C9A; }
p { color: rgb(209,60,154); }
H1.HeaderClassName
{
color: #D13C9A;
}
.AnyTagClassName
{
color: #D13C9A;
}
</style>
background-color css
<style>
a { background-color: #D13C9A; }
a { background-color: rgb(209,60,154); }
div.DivClassName
{
background-color: #D13C9A;
}
.BgClassName
{
background-color: #D13C9A;
}
</style>
border-color css
<style>
span { border-color: #D13C9A; }
span { border-color: rgb(209,60,154); }
td.TdClassName
{
border-color: #D13C9A;
}
.TagClassName
{
border-color: #D13C9A;
}
</style>