Shades of Mulberry #D54C9D
Tints of Mulberry #D54C9D
RGB
CMYK
RGB Variations
Color information
#D54C9D (or 0xD54C9D) is known color: Mulberry. HEX triplet: D5, 4C and 9D. RGB value is (213,76,157). Sum of RGB (Red+Green+Blue) = 213+76+157=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C9D is #2AB362. Grayscale: #7E7E7E. Windows color (decimal): -2798435 or 10308821. OLE color: 10308821.
HSL color Cylindrical-coordinate representation of color #D54C9D: hue angle of 324.53º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54C9D is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 157 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.16 |
| HSL | 324.53º | 0.62% | 0.57% | - |
| HSV(B) | 324.53º | 0.64% | 0.84% | - |
| XYZ | 36.11 | 21.75 | 34.19 | - |
| YUV | 126.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 157 | 0 | 0.64 | 0.26 | 0.16 | 324.53 | 0.62 | 0.57 |
| Hex | D5 | 4C | 9D | 0 | 40 | 1A | 10 | 145 | 3E | 39 |
| Octal | 325 | 114 | 235 | 0 | 100 | 32 | 20 | 505 | 76 | 71 |
| Binary | 11010101 | 1001100 | 10011101 | 0 | 1000000 | 11010 | 10000 | 101000101 | 111110 | 111001 |
Color Harmonies of #D54C9D
Complementary color
Monochromatic Colors of #D54C9D
Black with #D54C9D
Text Example
Text Example
White with #D54C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C9D; }
p { color: rgb(213,76,157); }
H1.HeaderClassName
{
color: #D54C9D;
}
.AnyTagClassName
{
color: #D54C9D;
}
</style>
background-color css
<style>
a { background-color: #D54C9D; }
a { background-color: rgb(213,76,157); }
div.DivClassName
{
background-color: #D54C9D;
}
.BgClassName
{
background-color: #D54C9D;
}
</style>
border-color css
<style>
span { border-color: #D54C9D; }
span { border-color: rgb(213,76,157); }
td.TdClassName
{
border-color: #D54C9D;
}
.TagClassName
{
border-color: #D54C9D;
}
</style>