Shades of Mulberry #D54193
Tints of Mulberry #D54193
RGB
CMYK
RGB Variations
Color information
#D54193 (or 0xD54193) is known color: Mulberry. HEX triplet: D5, 41 and 93. RGB value is (213,65,147). Sum of RGB (Red+Green+Blue) = 213+65+147=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D54193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54193 is #2ABE6C. Grayscale: #767676. Windows color (decimal): -2801261 or 9650645. OLE color: 9650645.
HSL color Cylindrical-coordinate representation of color #D54193: hue angle of 326.76º 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 #D54193 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 147 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.16 |
| HSL | 326.76º | 0.64% | 0.55% | - |
| HSV(B) | 326.76º | 0.69% | 0.84% | - |
| XYZ | 34.6 | 20.03 | 29.65 | - |
| YUV | 118.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 147 | 0 | 0.69 | 0.31 | 0.16 | 326.76 | 0.64 | 0.55 |
| Hex | D5 | 41 | 93 | 0 | 45 | 1F | 10 | 147 | 40 | 37 |
| Octal | 325 | 101 | 223 | 0 | 105 | 37 | 20 | 507 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10010011 | 0 | 1000101 | 11111 | 10000 | 101000111 | 1000000 | 110111 |
Color Harmonies of #D54193
Complementary color
Monochromatic Colors of #D54193
Black with #D54193
Text Example
Text Example
White with #D54193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54193; }
p { color: rgb(213,65,147); }
H1.HeaderClassName
{
color: #D54193;
}
.AnyTagClassName
{
color: #D54193;
}
</style>
background-color css
<style>
a { background-color: #D54193; }
a { background-color: rgb(213,65,147); }
div.DivClassName
{
background-color: #D54193;
}
.BgClassName
{
background-color: #D54193;
}
</style>
border-color css
<style>
span { border-color: #D54193; }
span { border-color: rgb(213,65,147); }
td.TdClassName
{
border-color: #D54193;
}
.TagClassName
{
border-color: #D54193;
}
</style>