Shades of Mulberry #D54BAB
Tints of Mulberry #D54BAB
RGB
CMYK
RGB Variations
Color information
#D54BAB (or 0xD54BAB) is known color: Mulberry. HEX triplet: D5, 4B and AB. RGB value is (213,75,171). Sum of RGB (Red+Green+Blue) = 213+75+171=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BAB is #2AB454. Grayscale: #7E7E7E. Windows color (decimal): -2798677 or 11226069. OLE color: 11226069.
HSL color Cylindrical-coordinate representation of color #D54BAB: hue angle of 318.26º 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 #D54BAB is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 171 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.16 |
| HSL | 318.26º | 0.62% | 0.56% | - |
| HSV(B) | 318.26º | 0.65% | 0.84% | - |
| XYZ | 37.31 | 22.12 | 40.83 | - |
| YUV | 127.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 171 | 0 | 0.65 | 0.20 | 0.16 | 318.26 | 0.62 | 0.56 |
| Hex | D5 | 4B | AB | 0 | 41 | 14 | 10 | 13E | 3E | 38 |
| Octal | 325 | 113 | 253 | 0 | 101 | 24 | 20 | 476 | 76 | 70 |
| Binary | 11010101 | 1001011 | 10101011 | 0 | 1000001 | 10100 | 10000 | 100111110 | 111110 | 111000 |
Color Harmonies of #D54BAB
Complementary color
Monochromatic Colors of #D54BAB
Black with #D54BAB
Text Example
Text Example
White with #D54BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BAB; }
p { color: rgb(213,75,171); }
H1.HeaderClassName
{
color: #D54BAB;
}
.AnyTagClassName
{
color: #D54BAB;
}
</style>
background-color css
<style>
a { background-color: #D54BAB; }
a { background-color: rgb(213,75,171); }
div.DivClassName
{
background-color: #D54BAB;
}
.BgClassName
{
background-color: #D54BAB;
}
</style>
border-color css
<style>
span { border-color: #D54BAB; }
span { border-color: rgb(213,75,171); }
td.TdClassName
{
border-color: #D54BAB;
}
.TagClassName
{
border-color: #D54BAB;
}
</style>