Shades of Mulberry #D23CA3
Tints of Mulberry #D23CA3
RGB
CMYK
RGB Variations
Color information
#D23CA3 (or 0xD23CA3) is known color: Mulberry. HEX triplet: D2, 3C and A3. RGB value is (210,60,163). Sum of RGB (Red+Green+Blue) = 210+60+163=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CA3 is #2DC35C. Grayscale: #747474. Windows color (decimal): -2999133 or 10697938. OLE color: 10697938.
HSL color Cylindrical-coordinate representation of color #D23CA3: hue angle of 318.8º degrees, saturation: 0.62, 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 #D23CA3 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 163 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.18 |
| HSL | 318.8º | 0.63% | 0.53% | - |
| HSV(B) | 318.8º | 0.71% | 0.82% | - |
| XYZ | 34.81 | 19.58 | 36.59 | - |
| YUV | 116.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 163 | 0 | 0.71 | 0.22 | 0.18 | 318.8 | 0.63 | 0.53 |
| Hex | D2 | 3C | A3 | 0 | 47 | 16 | 12 | 13F | 3E | 35 |
| Octal | 322 | 74 | 243 | 0 | 107 | 26 | 22 | 477 | 76 | 65 |
| Binary | 11010010 | 111100 | 10100011 | 0 | 1000111 | 10110 | 10010 | 100111111 | 111110 | 110101 |
Color Harmonies of #D23CA3
Complementary color
Monochromatic Colors of #D23CA3
Black with #D23CA3
Text Example
Text Example
White with #D23CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CA3; }
p { color: rgb(210,60,163); }
H1.HeaderClassName
{
color: #D23CA3;
}
.AnyTagClassName
{
color: #D23CA3;
}
</style>
background-color css
<style>
a { background-color: #D23CA3; }
a { background-color: rgb(210,60,163); }
div.DivClassName
{
background-color: #D23CA3;
}
.BgClassName
{
background-color: #D23CA3;
}
</style>
border-color css
<style>
span { border-color: #D23CA3; }
span { border-color: rgb(210,60,163); }
td.TdClassName
{
border-color: #D23CA3;
}
.TagClassName
{
border-color: #D23CA3;
}
</style>