Shades of Mulberry #D53FA8
Tints of Mulberry #D53FA8
RGB
CMYK
RGB Variations
Color information
#D53FA8 (or 0xD53FA8) is known color: Mulberry. HEX triplet: D5, 3F and A8. RGB value is (213,63,168). Sum of RGB (Red+Green+Blue) = 213+63+168=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53FA8 is #2AC057. Grayscale: #777777. Windows color (decimal): -2801752 or 11026389. OLE color: 11026389.
HSL color Cylindrical-coordinate representation of color #D53FA8: hue angle of 318º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FA8 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 168 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.16 |
| HSL | 318º | 0.64% | 0.54% | - |
| HSV(B) | 318º | 0.7% | 0.84% | - |
| XYZ | 36.29 | 20.53 | 39.1 | - |
| YUV | 119.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 168 | 0 | 0.70 | 0.21 | 0.16 | 318 | 0.64 | 0.54 |
| Hex | D5 | 3F | A8 | 0 | 46 | 15 | 10 | 13E | 40 | 36 |
| Octal | 325 | 77 | 250 | 0 | 106 | 25 | 20 | 476 | 100 | 66 |
| Binary | 11010101 | 111111 | 10101000 | 0 | 1000110 | 10101 | 10000 | 100111110 | 1000000 | 110110 |
Color Harmonies of #D53FA8
Complementary color
Monochromatic Colors of #D53FA8
Black with #D53FA8
Text Example
Text Example
White with #D53FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FA8; }
p { color: rgb(213,63,168); }
H1.HeaderClassName
{
color: #D53FA8;
}
.AnyTagClassName
{
color: #D53FA8;
}
</style>
background-color css
<style>
a { background-color: #D53FA8; }
a { background-color: rgb(213,63,168); }
div.DivClassName
{
background-color: #D53FA8;
}
.BgClassName
{
background-color: #D53FA8;
}
</style>
border-color css
<style>
span { border-color: #D53FA8; }
span { border-color: rgb(213,63,168); }
td.TdClassName
{
border-color: #D53FA8;
}
.TagClassName
{
border-color: #D53FA8;
}
</style>