Shades of Mulberry #D54399
Tints of Mulberry #D54399
RGB
CMYK
RGB Variations
Color information
#D54399 (or 0xD54399) is known color: Mulberry. HEX triplet: D5, 43 and 99. RGB value is (213,67,153). Sum of RGB (Red+Green+Blue) = 213+67+153=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D54399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54399 is #2ABC66. Grayscale: #787878. Windows color (decimal): -2800743 or 10044373. OLE color: 10044373.
HSL color Cylindrical-coordinate representation of color #D54399: hue angle of 324.66º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54399 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 153 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.16 |
| HSL | 324.66º | 0.63% | 0.55% | - |
| HSV(B) | 324.66º | 0.69% | 0.84% | - |
| XYZ | 35.2 | 20.46 | 32.23 | - |
| YUV | 120.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 153 | 0 | 0.69 | 0.28 | 0.16 | 324.66 | 0.63 | 0.55 |
| Hex | D5 | 43 | 99 | 0 | 45 | 1C | 10 | 145 | 3F | 37 |
| Octal | 325 | 103 | 231 | 0 | 105 | 34 | 20 | 505 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10011001 | 0 | 1000101 | 11100 | 10000 | 101000101 | 111111 | 110111 |
Color Harmonies of #D54399
Complementary color
Monochromatic Colors of #D54399
Black with #D54399
Text Example
Text Example
White with #D54399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54399; }
p { color: rgb(213,67,153); }
H1.HeaderClassName
{
color: #D54399;
}
.AnyTagClassName
{
color: #D54399;
}
</style>
background-color css
<style>
a { background-color: #D54399; }
a { background-color: rgb(213,67,153); }
div.DivClassName
{
background-color: #D54399;
}
.BgClassName
{
background-color: #D54399;
}
</style>
border-color css
<style>
span { border-color: #D54399; }
span { border-color: rgb(213,67,153); }
td.TdClassName
{
border-color: #D54399;
}
.TagClassName
{
border-color: #D54399;
}
</style>