Shades of Mulberry #D03CAA
Tints of Mulberry #D03CAA
RGB
CMYK
RGB Variations
Color information
#D03CAA (or 0xD03CAA) is known color: Mulberry. HEX triplet: D0, 3C and AA. RGB value is (208,60,170). Sum of RGB (Red+Green+Blue) = 208+60+170=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03CAA is #2FC355. Grayscale: #747474. Windows color (decimal): -3130198 or 11156688. OLE color: 11156688.
HSL color Cylindrical-coordinate representation of color #D03CAA: hue angle of 315.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03CAA is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 170 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.18 |
| HSL | 315.41º | 0.61% | 0.53% | - |
| HSV(B) | 315.41º | 0.71% | 0.82% | - |
| XYZ | 34.88 | 19.54 | 39.96 | - |
| YUV | 116.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 170 | 0 | 0.71 | 0.18 | 0.18 | 315.41 | 0.61 | 0.53 |
| Hex | D0 | 3C | AA | 0 | 47 | 12 | 12 | 13B | 3D | 35 |
| Octal | 320 | 74 | 252 | 0 | 107 | 22 | 22 | 473 | 75 | 65 |
| Binary | 11010000 | 111100 | 10101010 | 0 | 1000111 | 10010 | 10010 | 100111011 | 111101 | 110101 |
Color Harmonies of #D03CAA
Complementary color
Monochromatic Colors of #D03CAA
Black with #D03CAA
Text Example
Text Example
White with #D03CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CAA; }
p { color: rgb(208,60,170); }
H1.HeaderClassName
{
color: #D03CAA;
}
.AnyTagClassName
{
color: #D03CAA;
}
</style>
background-color css
<style>
a { background-color: #D03CAA; }
a { background-color: rgb(208,60,170); }
div.DivClassName
{
background-color: #D03CAA;
}
.BgClassName
{
background-color: #D03CAA;
}
</style>
border-color css
<style>
span { border-color: #D03CAA; }
span { border-color: rgb(208,60,170); }
td.TdClassName
{
border-color: #D03CAA;
}
.TagClassName
{
border-color: #D03CAA;
}
</style>