Shades of Mulberry #D05AA4
Tints of Mulberry #D05AA4
RGB
CMYK
RGB Variations
Color information
#D05AA4 (or 0xD05AA4) is known color: Mulberry. HEX triplet: D0, 5A and A4. RGB value is (208,90,164). Sum of RGB (Red+Green+Blue) = 208+90+164=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05AA4 is #2FA55B. Grayscale: #858585. Windows color (decimal): -3122524 or 10771152. OLE color: 10771152.
HSL color Cylindrical-coordinate representation of color #D05AA4: hue angle of 322.37º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05AA4 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 164 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.18 |
| HSL | 322.37º | 0.56% | 0.58% | - |
| HSV(B) | 322.37º | 0.57% | 0.82% | - |
| XYZ | 36.37 | 23.4 | 37.72 | - |
| YUV | 133.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 164 | 0 | 0.57 | 0.21 | 0.18 | 322.37 | 0.56 | 0.58 |
| Hex | D0 | 5A | A4 | 0 | 39 | 15 | 12 | 142 | 38 | 3A |
| Octal | 320 | 132 | 244 | 0 | 71 | 25 | 22 | 502 | 70 | 72 |
| Binary | 11010000 | 1011010 | 10100100 | 0 | 111001 | 10101 | 10010 | 101000010 | 111000 | 111010 |
Color Harmonies of #D05AA4
Complementary color
Monochromatic Colors of #D05AA4
Black with #D05AA4
Text Example
Text Example
White with #D05AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05AA4; }
p { color: rgb(208,90,164); }
H1.HeaderClassName
{
color: #D05AA4;
}
.AnyTagClassName
{
color: #D05AA4;
}
</style>
background-color css
<style>
a { background-color: #D05AA4; }
a { background-color: rgb(208,90,164); }
div.DivClassName
{
background-color: #D05AA4;
}
.BgClassName
{
background-color: #D05AA4;
}
</style>
border-color css
<style>
span { border-color: #D05AA4; }
span { border-color: rgb(208,90,164); }
td.TdClassName
{
border-color: #D05AA4;
}
.TagClassName
{
border-color: #D05AA4;
}
</style>