Shades of Mulberry #D54493
Tints of Mulberry #D54493
RGB
CMYK
RGB Variations
Color information
#D54493 (or 0xD54493) is known color: Mulberry. HEX triplet: D5, 44 and 93. RGB value is (213,68,147). Sum of RGB (Red+Green+Blue) = 213+68+147=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54493 is #2ABB6C. Grayscale: #787878. Windows color (decimal): -2800493 or 9651413. OLE color: 9651413.
HSL color Cylindrical-coordinate representation of color #D54493: hue angle of 327.31º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54493 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 147 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.16 |
| HSL | 327.31º | 0.63% | 0.55% | - |
| HSV(B) | 327.31º | 0.68% | 0.84% | - |
| XYZ | 34.77 | 20.39 | 29.71 | - |
| YUV | 120.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 147 | 0 | 0.68 | 0.31 | 0.16 | 327.31 | 0.63 | 0.55 |
| Hex | D5 | 44 | 93 | 0 | 44 | 1F | 10 | 147 | 3F | 37 |
| Octal | 325 | 104 | 223 | 0 | 104 | 37 | 20 | 507 | 77 | 67 |
| Binary | 11010101 | 1000100 | 10010011 | 0 | 1000100 | 11111 | 10000 | 101000111 | 111111 | 110111 |
Color Harmonies of #D54493
Complementary color
Monochromatic Colors of #D54493
Black with #D54493
Text Example
Text Example
White with #D54493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54493; }
p { color: rgb(213,68,147); }
H1.HeaderClassName
{
color: #D54493;
}
.AnyTagClassName
{
color: #D54493;
}
</style>
background-color css
<style>
a { background-color: #D54493; }
a { background-color: rgb(213,68,147); }
div.DivClassName
{
background-color: #D54493;
}
.BgClassName
{
background-color: #D54493;
}
</style>
border-color css
<style>
span { border-color: #D54493; }
span { border-color: rgb(213,68,147); }
td.TdClassName
{
border-color: #D54493;
}
.TagClassName
{
border-color: #D54493;
}
</style>