Shades of Mulberry #D05AAA
Tints of Mulberry #D05AAA
RGB
CMYK
RGB Variations
Color information
#D05AAA (or 0xD05AAA) is known color: Mulberry. HEX triplet: D0, 5A and AA. RGB value is (208,90,170). Sum of RGB (Red+Green+Blue) = 208+90+170=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05AAA is #2FA555. Grayscale: #868686. Windows color (decimal): -3122518 or 11164368. OLE color: 11164368.
HSL color Cylindrical-coordinate representation of color #D05AAA: hue angle of 319.32º 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 #D05AAA is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 170 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.18 |
| HSL | 319.32º | 0.56% | 0.58% | - |
| HSV(B) | 319.32º | 0.57% | 0.82% | - |
| XYZ | 36.92 | 23.62 | 40.64 | - |
| YUV | 134.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 170 | 0 | 0.57 | 0.18 | 0.18 | 319.32 | 0.56 | 0.58 |
| Hex | D0 | 5A | AA | 0 | 39 | 12 | 12 | 13F | 38 | 3A |
| Octal | 320 | 132 | 252 | 0 | 71 | 22 | 22 | 477 | 70 | 72 |
| Binary | 11010000 | 1011010 | 10101010 | 0 | 111001 | 10010 | 10010 | 100111111 | 111000 | 111010 |
Color Harmonies of #D05AAA
Complementary color
Monochromatic Colors of #D05AAA
Black with #D05AAA
Text Example
Text Example
White with #D05AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05AAA; }
p { color: rgb(208,90,170); }
H1.HeaderClassName
{
color: #D05AAA;
}
.AnyTagClassName
{
color: #D05AAA;
}
</style>
background-color css
<style>
a { background-color: #D05AAA; }
a { background-color: rgb(208,90,170); }
div.DivClassName
{
background-color: #D05AAA;
}
.BgClassName
{
background-color: #D05AAA;
}
</style>
border-color css
<style>
span { border-color: #D05AAA; }
span { border-color: rgb(208,90,170); }
td.TdClassName
{
border-color: #D05AAA;
}
.TagClassName
{
border-color: #D05AAA;
}
</style>