Shades of Mulberry #D54A8F
Tints of Mulberry #D54A8F
RGB
CMYK
RGB Variations
Color information
#D54A8F (or 0xD54A8F) is known color: Mulberry. HEX triplet: D5, 4A and 8F. RGB value is (213,74,143). Sum of RGB (Red+Green+Blue) = 213+74+143=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A8F is #2AB570. Grayscale: #7B7B7B. Windows color (decimal): -2798961 or 9390805. OLE color: 9390805.
HSL color Cylindrical-coordinate representation of color #D54A8F: hue angle of 330.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A8F is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 143 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.16 |
| HSL | 330.22º | 0.62% | 0.56% | - |
| HSV(B) | 330.22º | 0.65% | 0.84% | - |
| XYZ | 34.85 | 21.03 | 28.21 | - |
| YUV | 123.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 143 | 0 | 0.65 | 0.33 | 0.16 | 330.22 | 0.62 | 0.56 |
| Hex | D5 | 4A | 8F | 0 | 41 | 21 | 10 | 14A | 3E | 38 |
| Octal | 325 | 112 | 217 | 0 | 101 | 41 | 20 | 512 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10001111 | 0 | 1000001 | 100001 | 10000 | 101001010 | 111110 | 111000 |
Color Harmonies of #D54A8F
Complementary color
Monochromatic Colors of #D54A8F
Black with #D54A8F
Text Example
Text Example
White with #D54A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A8F; }
p { color: rgb(213,74,143); }
H1.HeaderClassName
{
color: #D54A8F;
}
.AnyTagClassName
{
color: #D54A8F;
}
</style>
background-color css
<style>
a { background-color: #D54A8F; }
a { background-color: rgb(213,74,143); }
div.DivClassName
{
background-color: #D54A8F;
}
.BgClassName
{
background-color: #D54A8F;
}
</style>
border-color css
<style>
span { border-color: #D54A8F; }
span { border-color: rgb(213,74,143); }
td.TdClassName
{
border-color: #D54A8F;
}
.TagClassName
{
border-color: #D54A8F;
}
</style>