Shades of Mulberry #D54396
Tints of Mulberry #D54396
RGB
CMYK
RGB Variations
Color information
#D54396 (or 0xD54396) is known color: Mulberry. HEX triplet: D5, 43 and 96. RGB value is (213,67,150). Sum of RGB (Red+Green+Blue) = 213+67+150=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54396 is #2ABC69. Grayscale: #777777. Windows color (decimal): -2800746 or 9847765. OLE color: 9847765.
HSL color Cylindrical-coordinate representation of color #D54396: hue angle of 325.89º 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 #D54396 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 150 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.16 |
| HSL | 325.89º | 0.63% | 0.55% | - |
| HSV(B) | 325.89º | 0.69% | 0.84% | - |
| XYZ | 34.95 | 20.36 | 30.94 | - |
| YUV | 120.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 150 | 0 | 0.69 | 0.30 | 0.16 | 325.89 | 0.63 | 0.55 |
| Hex | D5 | 43 | 96 | 0 | 45 | 1E | 10 | 146 | 3F | 37 |
| Octal | 325 | 103 | 226 | 0 | 105 | 36 | 20 | 506 | 77 | 67 |
| Binary | 11010101 | 1000011 | 10010110 | 0 | 1000101 | 11110 | 10000 | 101000110 | 111111 | 110111 |
Color Harmonies of #D54396
Complementary color
Monochromatic Colors of #D54396
Black with #D54396
Text Example
Text Example
White with #D54396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54396; }
p { color: rgb(213,67,150); }
H1.HeaderClassName
{
color: #D54396;
}
.AnyTagClassName
{
color: #D54396;
}
</style>
background-color css
<style>
a { background-color: #D54396; }
a { background-color: rgb(213,67,150); }
div.DivClassName
{
background-color: #D54396;
}
.BgClassName
{
background-color: #D54396;
}
</style>
border-color css
<style>
span { border-color: #D54396; }
span { border-color: rgb(213,67,150); }
td.TdClassName
{
border-color: #D54396;
}
.TagClassName
{
border-color: #D54396;
}
</style>