Shades of Mulberry #DA45AB
Tints of Mulberry #DA45AB
RGB
CMYK
RGB Variations
Color information
#DA45AB (or 0xDA45AB) is known color: Mulberry. HEX triplet: DA, 45 and AB. RGB value is (218,69,171). Sum of RGB (Red+Green+Blue) = 218+69+171=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA45AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA45AB is #25BA54. Grayscale: #7C7C7C. Windows color (decimal): -2472533 or 11224538. OLE color: 11224538.
HSL color Cylindrical-coordinate representation of color #DA45AB: hue angle of 318.93º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA45AB is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 171 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.15 |
| HSL | 318.93º | 0.67% | 0.56% | - |
| HSV(B) | 318.93º | 0.68% | 0.85% | - |
| XYZ | 38.39 | 22.1 | 40.77 | - |
| YUV | 125.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 171 | 0 | 0.68 | 0.22 | 0.15 | 318.93 | 0.67 | 0.56 |
| Hex | DA | 45 | AB | 0 | 44 | 16 | F | 13F | 43 | 38 |
| Octal | 332 | 105 | 253 | 0 | 104 | 26 | 17 | 477 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10101011 | 0 | 1000100 | 10110 | 1111 | 100111111 | 1000011 | 111000 |
Color Harmonies of #DA45AB
Complementary color
Monochromatic Colors of #DA45AB
Black with #DA45AB
Text Example
Text Example
White with #DA45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA45AB; }
p { color: rgb(218,69,171); }
H1.HeaderClassName
{
color: #DA45AB;
}
.AnyTagClassName
{
color: #DA45AB;
}
</style>
background-color css
<style>
a { background-color: #DA45AB; }
a { background-color: rgb(218,69,171); }
div.DivClassName
{
background-color: #DA45AB;
}
.BgClassName
{
background-color: #DA45AB;
}
</style>
border-color css
<style>
span { border-color: #DA45AB; }
span { border-color: rgb(218,69,171); }
td.TdClassName
{
border-color: #DA45AB;
}
.TagClassName
{
border-color: #DA45AB;
}
</style>