Shades of Mulberry #D54EA2
Tints of Mulberry #D54EA2
RGB
CMYK
RGB Variations
Color information
#D54EA2 (or 0xD54EA2) is known color: Mulberry. HEX triplet: D5, 4E and A2. RGB value is (213,78,162). Sum of RGB (Red+Green+Blue) = 213+78+162=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D54EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54EA2 is #2AB15D. Grayscale: #7F7F7F. Windows color (decimal): -2797918 or 10637013. OLE color: 10637013.
HSL color Cylindrical-coordinate representation of color #D54EA2: hue angle of 322.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54EA2 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 162 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.16 |
| HSL | 322.67º | 0.62% | 0.57% | - |
| HSV(B) | 322.67º | 0.63% | 0.84% | - |
| XYZ | 36.69 | 22.2 | 36.53 | - |
| YUV | 127.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 162 | 0 | 0.63 | 0.24 | 0.16 | 322.67 | 0.62 | 0.57 |
| Hex | D5 | 4E | A2 | 0 | 3F | 18 | 10 | 143 | 3E | 39 |
| Octal | 325 | 116 | 242 | 0 | 77 | 30 | 20 | 503 | 76 | 71 |
| Binary | 11010101 | 1001110 | 10100010 | 0 | 111111 | 11000 | 10000 | 101000011 | 111110 | 111001 |
Color Harmonies of #D54EA2
Complementary color
Monochromatic Colors of #D54EA2
Black with #D54EA2
Text Example
Text Example
White with #D54EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EA2; }
p { color: rgb(213,78,162); }
H1.HeaderClassName
{
color: #D54EA2;
}
.AnyTagClassName
{
color: #D54EA2;
}
</style>
background-color css
<style>
a { background-color: #D54EA2; }
a { background-color: rgb(213,78,162); }
div.DivClassName
{
background-color: #D54EA2;
}
.BgClassName
{
background-color: #D54EA2;
}
</style>
border-color css
<style>
span { border-color: #D54EA2; }
span { border-color: rgb(213,78,162); }
td.TdClassName
{
border-color: #D54EA2;
}
.TagClassName
{
border-color: #D54EA2;
}
</style>