Shades of Mulberry #D045AB
Tints of Mulberry #D045AB
RGB
CMYK
RGB Variations
Color information
#D045AB (or 0xD045AB) is known color: Mulberry. HEX triplet: D0, 45 and AB. RGB value is (208,69,171). Sum of RGB (Red+Green+Blue) = 208+69+171=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D045AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D045AB is #2FBA54. Grayscale: #797979. Windows color (decimal): -3127893 or 11224528. OLE color: 11224528.
HSL color Cylindrical-coordinate representation of color #D045AB: hue angle of 315.97º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045AB is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 171 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.18 |
| HSL | 315.97º | 0.6% | 0.54% | - |
| HSV(B) | 315.97º | 0.67% | 0.82% | - |
| XYZ | 35.49 | 20.61 | 40.63 | - |
| YUV | 122.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 171 | 0 | 0.67 | 0.18 | 0.18 | 315.97 | 0.6 | 0.54 |
| Hex | D0 | 45 | AB | 0 | 43 | 12 | 12 | 13C | 3C | 36 |
| Octal | 320 | 105 | 253 | 0 | 103 | 22 | 22 | 474 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10101011 | 0 | 1000011 | 10010 | 10010 | 100111100 | 111100 | 110110 |
Color Harmonies of #D045AB
Complementary color
Monochromatic Colors of #D045AB
Black with #D045AB
Text Example
Text Example
White with #D045AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045AB; }
p { color: rgb(208,69,171); }
H1.HeaderClassName
{
color: #D045AB;
}
.AnyTagClassName
{
color: #D045AB;
}
</style>
background-color css
<style>
a { background-color: #D045AB; }
a { background-color: rgb(208,69,171); }
div.DivClassName
{
background-color: #D045AB;
}
.BgClassName
{
background-color: #D045AB;
}
</style>
border-color css
<style>
span { border-color: #D045AB; }
span { border-color: rgb(208,69,171); }
td.TdClassName
{
border-color: #D045AB;
}
.TagClassName
{
border-color: #D045AB;
}
</style>