Shades of Mulberry #D23BA3
Tints of Mulberry #D23BA3
RGB
CMYK
RGB Variations
Color information
#D23BA3 (or 0xD23BA3) is known color: Mulberry. HEX triplet: D2, 3B and A3. RGB value is (210,59,163). Sum of RGB (Red+Green+Blue) = 210+59+163=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BA3 is #2DC45C. Grayscale: #737373. Windows color (decimal): -2999389 or 10697682. OLE color: 10697682.
HSL color Cylindrical-coordinate representation of color #D23BA3: hue angle of 318.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23BA3 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 163 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.18 |
| HSL | 318.68º | 0.63% | 0.53% | - |
| HSV(B) | 318.68º | 0.72% | 0.82% | - |
| XYZ | 34.75 | 19.47 | 36.58 | - |
| YUV | 116.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 163 | 0 | 0.72 | 0.22 | 0.18 | 318.68 | 0.63 | 0.53 |
| Hex | D2 | 3B | A3 | 0 | 48 | 16 | 12 | 13F | 3F | 35 |
| Octal | 322 | 73 | 243 | 0 | 110 | 26 | 22 | 477 | 77 | 65 |
| Binary | 11010010 | 111011 | 10100011 | 0 | 1001000 | 10110 | 10010 | 100111111 | 111111 | 110101 |
Color Harmonies of #D23BA3
Complementary color
Monochromatic Colors of #D23BA3
Black with #D23BA3
Text Example
Text Example
White with #D23BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BA3; }
p { color: rgb(210,59,163); }
H1.HeaderClassName
{
color: #D23BA3;
}
.AnyTagClassName
{
color: #D23BA3;
}
</style>
background-color css
<style>
a { background-color: #D23BA3; }
a { background-color: rgb(210,59,163); }
div.DivClassName
{
background-color: #D23BA3;
}
.BgClassName
{
background-color: #D23BA3;
}
</style>
border-color css
<style>
span { border-color: #D23BA3; }
span { border-color: rgb(210,59,163); }
td.TdClassName
{
border-color: #D23BA3;
}
.TagClassName
{
border-color: #D23BA3;
}
</style>