Shades of Mulberry #D54296
Tints of Mulberry #D54296
RGB
CMYK
RGB Variations
Color information
#D54296 (or 0xD54296) is known color: Mulberry. HEX triplet: D5, 42 and 96. RGB value is (213,66,150). Sum of RGB (Red+Green+Blue) = 213+66+150=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54296 is #2ABD69. Grayscale: #777777. Windows color (decimal): -2801002 or 9847509. OLE color: 9847509.
HSL color Cylindrical-coordinate representation of color #D54296: hue angle of 325.71º degrees, saturation: 0.64, 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 #D54296 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 150 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.16 |
| HSL | 325.71º | 0.64% | 0.55% | - |
| HSV(B) | 325.71º | 0.69% | 0.84% | - |
| XYZ | 34.89 | 20.24 | 30.92 | - |
| YUV | 119.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 150 | 0 | 0.69 | 0.30 | 0.16 | 325.71 | 0.64 | 0.55 |
| Hex | D5 | 42 | 96 | 0 | 45 | 1E | 10 | 146 | 40 | 37 |
| Octal | 325 | 102 | 226 | 0 | 105 | 36 | 20 | 506 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10010110 | 0 | 1000101 | 11110 | 10000 | 101000110 | 1000000 | 110111 |
Color Harmonies of #D54296
Complementary color
Monochromatic Colors of #D54296
Black with #D54296
Text Example
Text Example
White with #D54296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54296; }
p { color: rgb(213,66,150); }
H1.HeaderClassName
{
color: #D54296;
}
.AnyTagClassName
{
color: #D54296;
}
</style>
background-color css
<style>
a { background-color: #D54296; }
a { background-color: rgb(213,66,150); }
div.DivClassName
{
background-color: #D54296;
}
.BgClassName
{
background-color: #D54296;
}
</style>
border-color css
<style>
span { border-color: #D54296; }
span { border-color: rgb(213,66,150); }
td.TdClassName
{
border-color: #D54296;
}
.TagClassName
{
border-color: #D54296;
}
</style>