Shades of Mulberry #D5488C
Tints of Mulberry #D5488C
RGB
CMYK
RGB Variations
Color information
#D5488C (or 0xD5488C) is known color: Mulberry. HEX triplet: D5, 48 and 8C. RGB value is (213,72,140). Sum of RGB (Red+Green+Blue) = 213+72+140=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5488C is #2AB773. Grayscale: #797979. Windows color (decimal): -2799476 or 9193685. OLE color: 9193685.
HSL color Cylindrical-coordinate representation of color #D5488C: hue angle of 331.06º 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 #D5488C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 140 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.16 |
| HSL | 331.06º | 0.63% | 0.56% | - |
| HSV(B) | 331.06º | 0.66% | 0.84% | - |
| XYZ | 34.49 | 20.67 | 26.98 | - |
| YUV | 121.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 140 | 0 | 0.66 | 0.34 | 0.16 | 331.06 | 0.63 | 0.56 |
| Hex | D5 | 48 | 8C | 0 | 42 | 22 | 10 | 14B | 3F | 38 |
| Octal | 325 | 110 | 214 | 0 | 102 | 42 | 20 | 513 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10001100 | 0 | 1000010 | 100010 | 10000 | 101001011 | 111111 | 111000 |
Color Harmonies of #D5488C
Complementary color
Monochromatic Colors of #D5488C
Black with #D5488C
Text Example
Text Example
White with #D5488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5488C; }
p { color: rgb(213,72,140); }
H1.HeaderClassName
{
color: #D5488C;
}
.AnyTagClassName
{
color: #D5488C;
}
</style>
background-color css
<style>
a { background-color: #D5488C; }
a { background-color: rgb(213,72,140); }
div.DivClassName
{
background-color: #D5488C;
}
.BgClassName
{
background-color: #D5488C;
}
</style>
border-color css
<style>
span { border-color: #D5488C; }
span { border-color: rgb(213,72,140); }
td.TdClassName
{
border-color: #D5488C;
}
.TagClassName
{
border-color: #D5488C;
}
</style>