Shades of Mulberry #D54099
Tints of Mulberry #D54099
RGB
CMYK
RGB Variations
Color information
#D54099 (or 0xD54099) is known color: Mulberry. HEX triplet: D5, 40 and 99. RGB value is (213,64,153). Sum of RGB (Red+Green+Blue) = 213+64+153=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54099 is #2ABF66. Grayscale: #767676. Windows color (decimal): -2801511 or 10043605. OLE color: 10043605.
HSL color Cylindrical-coordinate representation of color #D54099: hue angle of 324.16º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54099 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 153 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.16 |
| HSL | 324.16º | 0.64% | 0.54% | - |
| HSV(B) | 324.16º | 0.7% | 0.84% | - |
| XYZ | 35.02 | 20.11 | 32.17 | - |
| YUV | 118.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 153 | 0 | 0.70 | 0.28 | 0.16 | 324.16 | 0.64 | 0.54 |
| Hex | D5 | 40 | 99 | 0 | 46 | 1C | 10 | 144 | 40 | 36 |
| Octal | 325 | 100 | 231 | 0 | 106 | 34 | 20 | 504 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10011001 | 0 | 1000110 | 11100 | 10000 | 101000100 | 1000000 | 110110 |
Color Harmonies of #D54099
Complementary color
Monochromatic Colors of #D54099
Black with #D54099
Text Example
Text Example
White with #D54099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54099; }
p { color: rgb(213,64,153); }
H1.HeaderClassName
{
color: #D54099;
}
.AnyTagClassName
{
color: #D54099;
}
</style>
background-color css
<style>
a { background-color: #D54099; }
a { background-color: rgb(213,64,153); }
div.DivClassName
{
background-color: #D54099;
}
.BgClassName
{
background-color: #D54099;
}
</style>
border-color css
<style>
span { border-color: #D54099; }
span { border-color: rgb(213,64,153); }
td.TdClassName
{
border-color: #D54099;
}
.TagClassName
{
border-color: #D54099;
}
</style>