Shades of Mulberry #D54291
Tints of Mulberry #D54291
RGB
CMYK
RGB Variations
Color information
#D54291 (or 0xD54291) is known color: Mulberry. HEX triplet: D5, 42 and 91. RGB value is (213,66,145). Sum of RGB (Red+Green+Blue) = 213+66+145=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D54291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54291 is #2ABD6E. Grayscale: #767676. Windows color (decimal): -2801007 or 9519829. OLE color: 9519829.
HSL color Cylindrical-coordinate representation of color #D54291: hue angle of 327.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 #D54291 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 145 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.16 |
| HSL | 327.76º | 0.64% | 0.55% | - |
| HSV(B) | 327.76º | 0.69% | 0.84% | - |
| XYZ | 34.5 | 20.09 | 28.85 | - |
| YUV | 118.96 | 142.7 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 145 | 0 | 0.69 | 0.32 | 0.16 | 327.76 | 0.64 | 0.55 |
| Hex | D5 | 42 | 91 | 0 | 45 | 20 | 10 | 148 | 40 | 37 |
| Octal | 325 | 102 | 221 | 0 | 105 | 40 | 20 | 510 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10010001 | 0 | 1000101 | 100000 | 10000 | 101001000 | 1000000 | 110111 |
Color Harmonies of #D54291
Complementary color
Monochromatic Colors of #D54291
Black with #D54291
Text Example
Text Example
White with #D54291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54291; }
p { color: rgb(213,66,145); }
H1.HeaderClassName
{
color: #D54291;
}
.AnyTagClassName
{
color: #D54291;
}
</style>
background-color css
<style>
a { background-color: #D54291; }
a { background-color: rgb(213,66,145); }
div.DivClassName
{
background-color: #D54291;
}
.BgClassName
{
background-color: #D54291;
}
</style>
border-color css
<style>
span { border-color: #D54291; }
span { border-color: rgb(213,66,145); }
td.TdClassName
{
border-color: #D54291;
}
.TagClassName
{
border-color: #D54291;
}
</style>