Shades of Mulberry #DA45AD
Tints of Mulberry #DA45AD
RGB
CMYK
RGB Variations
Color information
#DA45AD (or 0xDA45AD) is known color: Mulberry. HEX triplet: DA, 45 and AD. RGB value is (218,69,173). Sum of RGB (Red+Green+Blue) = 218+69+173=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA45AD is #25BA52. Grayscale: #7D7D7D. Windows color (decimal): -2472531 or 11355610. OLE color: 11355610.
HSL color Cylindrical-coordinate representation of color #DA45AD: hue angle of 318.12º 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 #DA45AD is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 173 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.15 |
| HSL | 318.12º | 0.67% | 0.56% | - |
| HSV(B) | 318.12º | 0.68% | 0.85% | - |
| XYZ | 38.58 | 22.18 | 41.78 | - |
| YUV | 125.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 173 | 0 | 0.68 | 0.21 | 0.15 | 318.12 | 0.67 | 0.56 |
| Hex | DA | 45 | AD | 0 | 44 | 15 | F | 13E | 43 | 38 |
| Octal | 332 | 105 | 255 | 0 | 104 | 25 | 17 | 476 | 103 | 70 |
| Binary | 11011010 | 1000101 | 10101101 | 0 | 1000100 | 10101 | 1111 | 100111110 | 1000011 | 111000 |
Color Harmonies of #DA45AD
Complementary color
Monochromatic Colors of #DA45AD
Black with #DA45AD
Text Example
Text Example
White with #DA45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA45AD; }
p { color: rgb(218,69,173); }
H1.HeaderClassName
{
color: #DA45AD;
}
.AnyTagClassName
{
color: #DA45AD;
}
</style>
background-color css
<style>
a { background-color: #DA45AD; }
a { background-color: rgb(218,69,173); }
div.DivClassName
{
background-color: #DA45AD;
}
.BgClassName
{
background-color: #DA45AD;
}
</style>
border-color css
<style>
span { border-color: #DA45AD; }
span { border-color: rgb(218,69,173); }
td.TdClassName
{
border-color: #DA45AD;
}
.TagClassName
{
border-color: #DA45AD;
}
</style>