Shades of Mulberry #DA51A8
Tints of Mulberry #DA51A8
RGB
CMYK
RGB Variations
Color information
#DA51A8 (or 0xDA51A8) is known color: Mulberry. HEX triplet: DA, 51 and A8. RGB value is (218,81,168). Sum of RGB (Red+Green+Blue) = 218+81+168=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51A8 is #25AE57. Grayscale: #838383. Windows color (decimal): -2469464 or 11031002. OLE color: 11031002.
HSL color Cylindrical-coordinate representation of color #DA51A8: hue angle of 321.9º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA51A8 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 168 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.15 |
| HSL | 321.9º | 0.65% | 0.59% | - |
| HSV(B) | 321.9º | 0.63% | 0.85% | - |
| XYZ | 38.92 | 23.62 | 39.55 | - |
| YUV | 131.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 168 | 0 | 0.63 | 0.23 | 0.15 | 321.9 | 0.65 | 0.59 |
| Hex | DA | 51 | A8 | 0 | 3F | 17 | F | 142 | 41 | 3B |
| Octal | 332 | 121 | 250 | 0 | 77 | 27 | 17 | 502 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10101000 | 0 | 111111 | 10111 | 1111 | 101000010 | 1000001 | 111011 |
Color Harmonies of #DA51A8
Complementary color
Monochromatic Colors of #DA51A8
Black with #DA51A8
Text Example
Text Example
White with #DA51A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51A8; }
p { color: rgb(218,81,168); }
H1.HeaderClassName
{
color: #DA51A8;
}
.AnyTagClassName
{
color: #DA51A8;
}
</style>
background-color css
<style>
a { background-color: #DA51A8; }
a { background-color: rgb(218,81,168); }
div.DivClassName
{
background-color: #DA51A8;
}
.BgClassName
{
background-color: #DA51A8;
}
</style>
border-color css
<style>
span { border-color: #DA51A8; }
span { border-color: rgb(218,81,168); }
td.TdClassName
{
border-color: #DA51A8;
}
.TagClassName
{
border-color: #DA51A8;
}
</style>