Shades of Mulberry #D54F98
Tints of Mulberry #D54F98
RGB
CMYK
RGB Variations
Color information
#D54F98 (or 0xD54F98) is known color: Mulberry. HEX triplet: D5, 4F and 98. RGB value is (213,79,152). Sum of RGB (Red+Green+Blue) = 213+79+152=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54F98 is #2AB067. Grayscale: #7F7F7F. Windows color (decimal): -2797672 or 9981909. OLE color: 9981909.
HSL color Cylindrical-coordinate representation of color #D54F98: hue angle of 327.31º degrees, saturation: 0.61, 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 #D54F98 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 152 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.16 |
| HSL | 327.31º | 0.61% | 0.57% | - |
| HSV(B) | 327.31º | 0.63% | 0.84% | - |
| XYZ | 35.9 | 22.01 | 32.06 | - |
| YUV | 127.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 152 | 0 | 0.63 | 0.29 | 0.16 | 327.31 | 0.61 | 0.57 |
| Hex | D5 | 4F | 98 | 0 | 3F | 1D | 10 | 147 | 3D | 39 |
| Octal | 325 | 117 | 230 | 0 | 77 | 35 | 20 | 507 | 75 | 71 |
| Binary | 11010101 | 1001111 | 10011000 | 0 | 111111 | 11101 | 10000 | 101000111 | 111101 | 111001 |
Color Harmonies of #D54F98
Complementary color
Monochromatic Colors of #D54F98
Black with #D54F98
Text Example
Text Example
White with #D54F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F98; }
p { color: rgb(213,79,152); }
H1.HeaderClassName
{
color: #D54F98;
}
.AnyTagClassName
{
color: #D54F98;
}
</style>
background-color css
<style>
a { background-color: #D54F98; }
a { background-color: rgb(213,79,152); }
div.DivClassName
{
background-color: #D54F98;
}
.BgClassName
{
background-color: #D54F98;
}
</style>
border-color css
<style>
span { border-color: #D54F98; }
span { border-color: rgb(213,79,152); }
td.TdClassName
{
border-color: #D54F98;
}
.TagClassName
{
border-color: #D54F98;
}
</style>