Shades of Mulberry #D23BA8
Tints of Mulberry #D23BA8
RGB
CMYK
RGB Variations
Color information
#D23BA8 (or 0xD23BA8) is known color: Mulberry. HEX triplet: D2, 3B and A8. RGB value is (210,59,168). Sum of RGB (Red+Green+Blue) = 210+59+168=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BA8 is #2DC457. Grayscale: #747474. Windows color (decimal): -2999384 or 11025362. OLE color: 11025362.
HSL color Cylindrical-coordinate representation of color #D23BA8: hue angle of 316.69º 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 #D23BA8 is Cyan = 0, Magento = 0.72, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 168 | - |
| CMYK | 0 | 0.72 | 0.2 | 0.18 |
| HSL | 316.69º | 0.63% | 0.53% | - |
| HSV(B) | 316.69º | 0.72% | 0.82% | - |
| XYZ | 35.21 | 19.66 | 38.98 | - |
| YUV | 116.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 168 | 0 | 0.72 | 0.2 | 0.18 | 316.69 | 0.63 | 0.53 |
| Hex | D2 | 3B | A8 | 0 | 48 | 14 | 12 | 13D | 3F | 35 |
| Octal | 322 | 73 | 250 | 0 | 110 | 24 | 22 | 475 | 77 | 65 |
| Binary | 11010010 | 111011 | 10101000 | 0 | 1001000 | 10100 | 10010 | 100111101 | 111111 | 110101 |
Color Harmonies of #D23BA8
Complementary color
Monochromatic Colors of #D23BA8
Black with #D23BA8
Text Example
Text Example
White with #D23BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BA8; }
p { color: rgb(210,59,168); }
H1.HeaderClassName
{
color: #D23BA8;
}
.AnyTagClassName
{
color: #D23BA8;
}
</style>
background-color css
<style>
a { background-color: #D23BA8; }
a { background-color: rgb(210,59,168); }
div.DivClassName
{
background-color: #D23BA8;
}
.BgClassName
{
background-color: #D23BA8;
}
</style>
border-color css
<style>
span { border-color: #D23BA8; }
span { border-color: rgb(210,59,168); }
td.TdClassName
{
border-color: #D23BA8;
}
.TagClassName
{
border-color: #D23BA8;
}
</style>