Shades of Mulberry #D054AA
Tints of Mulberry #D054AA
RGB
CMYK
RGB Variations
Color information
#D054AA (or 0xD054AA) is known color: Mulberry. HEX triplet: D0, 54 and AA. RGB value is (208,84,170). Sum of RGB (Red+Green+Blue) = 208+84+170=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D054AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D054AA is #2FAB55. Grayscale: #828282. Windows color (decimal): -3124054 or 11162832. OLE color: 11162832.
HSL color Cylindrical-coordinate representation of color #D054AA: hue angle of 318.39º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D054AA is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 170 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.18 |
| HSL | 318.39º | 0.57% | 0.57% | - |
| HSV(B) | 318.39º | 0.6% | 0.82% | - |
| XYZ | 36.44 | 22.65 | 40.48 | - |
| YUV | 130.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 170 | 0 | 0.60 | 0.18 | 0.18 | 318.39 | 0.57 | 0.57 |
| Hex | D0 | 54 | AA | 0 | 3C | 12 | 12 | 13E | 39 | 39 |
| Octal | 320 | 124 | 252 | 0 | 74 | 22 | 22 | 476 | 71 | 71 |
| Binary | 11010000 | 1010100 | 10101010 | 0 | 111100 | 10010 | 10010 | 100111110 | 111001 | 111001 |
Color Harmonies of #D054AA
Complementary color
Monochromatic Colors of #D054AA
Black with #D054AA
Text Example
Text Example
White with #D054AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054AA; }
p { color: rgb(208,84,170); }
H1.HeaderClassName
{
color: #D054AA;
}
.AnyTagClassName
{
color: #D054AA;
}
</style>
background-color css
<style>
a { background-color: #D054AA; }
a { background-color: rgb(208,84,170); }
div.DivClassName
{
background-color: #D054AA;
}
.BgClassName
{
background-color: #D054AA;
}
</style>
border-color css
<style>
span { border-color: #D054AA; }
span { border-color: rgb(208,84,170); }
td.TdClassName
{
border-color: #D054AA;
}
.TagClassName
{
border-color: #D054AA;
}
</style>