Shades of Mulberry #D54196
Tints of Mulberry #D54196
RGB
CMYK
RGB Variations
Color information
#D54196 (or 0xD54196) is known color: Mulberry. HEX triplet: D5, 41 and 96. RGB value is (213,65,150). Sum of RGB (Red+Green+Blue) = 213+65+150=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54196 is #2ABE69. Grayscale: #767676. Windows color (decimal): -2801258 or 9847253. OLE color: 9847253.
HSL color Cylindrical-coordinate representation of color #D54196: hue angle of 325.54º 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 #D54196 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 150 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.16 |
| HSL | 325.54º | 0.64% | 0.55% | - |
| HSV(B) | 325.54º | 0.69% | 0.84% | - |
| XYZ | 34.84 | 20.13 | 30.9 | - |
| YUV | 118.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 150 | 0 | 0.69 | 0.30 | 0.16 | 325.54 | 0.64 | 0.55 |
| Hex | D5 | 41 | 96 | 0 | 45 | 1E | 10 | 146 | 40 | 37 |
| Octal | 325 | 101 | 226 | 0 | 105 | 36 | 20 | 506 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10010110 | 0 | 1000101 | 11110 | 10000 | 101000110 | 1000000 | 110111 |
Color Harmonies of #D54196
Complementary color
Monochromatic Colors of #D54196
Black with #D54196
Text Example
Text Example
White with #D54196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54196; }
p { color: rgb(213,65,150); }
H1.HeaderClassName
{
color: #D54196;
}
.AnyTagClassName
{
color: #D54196;
}
</style>
background-color css
<style>
a { background-color: #D54196; }
a { background-color: rgb(213,65,150); }
div.DivClassName
{
background-color: #D54196;
}
.BgClassName
{
background-color: #D54196;
}
</style>
border-color css
<style>
span { border-color: #D54196; }
span { border-color: rgb(213,65,150); }
td.TdClassName
{
border-color: #D54196;
}
.TagClassName
{
border-color: #D54196;
}
</style>