Shades of Mulberry #D5488E
Tints of Mulberry #D5488E
RGB
CMYK
RGB Variations
Color information
#D5488E (or 0xD5488E) is known color: Mulberry. HEX triplet: D5, 48 and 8E. RGB value is (213,72,142). Sum of RGB (Red+Green+Blue) = 213+72+142=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5488E is #2AB771. Grayscale: #7A7A7A. Windows color (decimal): -2799474 or 9324757. OLE color: 9324757.
HSL color Cylindrical-coordinate representation of color #D5488E: hue angle of 330.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5488E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 142 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.16 |
| HSL | 330.21º | 0.63% | 0.56% | - |
| HSV(B) | 330.21º | 0.66% | 0.84% | - |
| XYZ | 34.64 | 20.73 | 27.77 | - |
| YUV | 122.14 | 139.21 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 142 | 0 | 0.66 | 0.33 | 0.16 | 330.21 | 0.63 | 0.56 |
| Hex | D5 | 48 | 8E | 0 | 42 | 21 | 10 | 14A | 3F | 38 |
| Octal | 325 | 110 | 216 | 0 | 102 | 41 | 20 | 512 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10001110 | 0 | 1000010 | 100001 | 10000 | 101001010 | 111111 | 111000 |
Color Harmonies of #D5488E
Complementary color
Monochromatic Colors of #D5488E
Black with #D5488E
Text Example
Text Example
White with #D5488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5488E; }
p { color: rgb(213,72,142); }
H1.HeaderClassName
{
color: #D5488E;
}
.AnyTagClassName
{
color: #D5488E;
}
</style>
background-color css
<style>
a { background-color: #D5488E; }
a { background-color: rgb(213,72,142); }
div.DivClassName
{
background-color: #D5488E;
}
.BgClassName
{
background-color: #D5488E;
}
</style>
border-color css
<style>
span { border-color: #D5488E; }
span { border-color: rgb(213,72,142); }
td.TdClassName
{
border-color: #D5488E;
}
.TagClassName
{
border-color: #D5488E;
}
</style>