Shades of Mulberry #D14B9D
Tints of Mulberry #D14B9D
RGB
CMYK
RGB Variations
Color information
#D14B9D (or 0xD14B9D) is known color: Mulberry. HEX triplet: D1, 4B and 9D. RGB value is (209,75,157). Sum of RGB (Red+Green+Blue) = 209+75+157=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14B9D is #2EB462. Grayscale: #7C7C7C. Windows color (decimal): -3060835 or 10308561. OLE color: 10308561.
HSL color Cylindrical-coordinate representation of color #D14B9D: hue angle of 323.28º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14B9D is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 157 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.18 |
| HSL | 323.28º | 0.59% | 0.56% | - |
| HSV(B) | 323.28º | 0.64% | 0.82% | - |
| XYZ | 34.9 | 21.02 | 34.12 | - |
| YUV | 124.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 157 | 0 | 0.64 | 0.25 | 0.18 | 323.28 | 0.59 | 0.56 |
| Hex | D1 | 4B | 9D | 0 | 40 | 19 | 12 | 143 | 3B | 38 |
| Octal | 321 | 113 | 235 | 0 | 100 | 31 | 22 | 503 | 73 | 70 |
| Binary | 11010001 | 1001011 | 10011101 | 0 | 1000000 | 11001 | 10010 | 101000011 | 111011 | 111000 |
Color Harmonies of #D14B9D
Complementary color
Monochromatic Colors of #D14B9D
Black with #D14B9D
Text Example
Text Example
White with #D14B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B9D; }
p { color: rgb(209,75,157); }
H1.HeaderClassName
{
color: #D14B9D;
}
.AnyTagClassName
{
color: #D14B9D;
}
</style>
background-color css
<style>
a { background-color: #D14B9D; }
a { background-color: rgb(209,75,157); }
div.DivClassName
{
background-color: #D14B9D;
}
.BgClassName
{
background-color: #D14B9D;
}
</style>
border-color css
<style>
span { border-color: #D14B9D; }
span { border-color: rgb(209,75,157); }
td.TdClassName
{
border-color: #D14B9D;
}
.TagClassName
{
border-color: #D14B9D;
}
</style>