Shades of Mulberry #D03CA2
Tints of Mulberry #D03CA2
RGB
CMYK
RGB Variations
Color information
#D03CA2 (or 0xD03CA2) is known color: Mulberry. HEX triplet: D0, 3C and A2. RGB value is (208,60,162). Sum of RGB (Red+Green+Blue) = 208+60+162=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03CA2 is #2FC35D. Grayscale: #737373. Windows color (decimal): -3130206 or 10632400. OLE color: 10632400.
HSL color Cylindrical-coordinate representation of color #D03CA2: hue angle of 318.65º 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 #D03CA2 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 162 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.18 |
| HSL | 318.65º | 0.61% | 0.53% | - |
| HSV(B) | 318.65º | 0.71% | 0.82% | - |
| XYZ | 34.15 | 19.25 | 36.1 | - |
| YUV | 115.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 162 | 0 | 0.71 | 0.22 | 0.18 | 318.65 | 0.61 | 0.53 |
| Hex | D0 | 3C | A2 | 0 | 47 | 16 | 12 | 13F | 3D | 35 |
| Octal | 320 | 74 | 242 | 0 | 107 | 26 | 22 | 477 | 75 | 65 |
| Binary | 11010000 | 111100 | 10100010 | 0 | 1000111 | 10110 | 10010 | 100111111 | 111101 | 110101 |
Color Harmonies of #D03CA2
Complementary color
Monochromatic Colors of #D03CA2
Black with #D03CA2
Text Example
Text Example
White with #D03CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CA2; }
p { color: rgb(208,60,162); }
H1.HeaderClassName
{
color: #D03CA2;
}
.AnyTagClassName
{
color: #D03CA2;
}
</style>
background-color css
<style>
a { background-color: #D03CA2; }
a { background-color: rgb(208,60,162); }
div.DivClassName
{
background-color: #D03CA2;
}
.BgClassName
{
background-color: #D03CA2;
}
</style>
border-color css
<style>
span { border-color: #D03CA2; }
span { border-color: rgb(208,60,162); }
td.TdClassName
{
border-color: #D03CA2;
}
.TagClassName
{
border-color: #D03CA2;
}
</style>