Shades of Mulberry #D23AA8
Tints of Mulberry #D23AA8
RGB
CMYK
RGB Variations
Color information
#D23AA8 (or 0xD23AA8) is known color: Mulberry. HEX triplet: D2, 3A and A8. RGB value is (210,58,168). Sum of RGB (Red+Green+Blue) = 210+58+168=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23AA8 is #2DC557. Grayscale: #737373. Windows color (decimal): -2999640 or 11025106. OLE color: 11025106.
HSL color Cylindrical-coordinate representation of color #D23AA8: hue angle of 316.58º 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 #D23AA8 is Cyan = 0, Magento = 0.72, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 168 | - |
| CMYK | 0 | 0.72 | 0.2 | 0.18 |
| HSL | 316.58º | 0.63% | 0.53% | - |
| HSV(B) | 316.58º | 0.72% | 0.82% | - |
| XYZ | 35.16 | 19.55 | 38.97 | - |
| YUV | 115.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 168 | 0 | 0.72 | 0.2 | 0.18 | 316.58 | 0.63 | 0.53 |
| Hex | D2 | 3A | A8 | 0 | 48 | 14 | 12 | 13D | 3F | 35 |
| Octal | 322 | 72 | 250 | 0 | 110 | 24 | 22 | 475 | 77 | 65 |
| Binary | 11010010 | 111010 | 10101000 | 0 | 1001000 | 10100 | 10010 | 100111101 | 111111 | 110101 |
Color Harmonies of #D23AA8
Complementary color
Monochromatic Colors of #D23AA8
Black with #D23AA8
Text Example
Text Example
White with #D23AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AA8; }
p { color: rgb(210,58,168); }
H1.HeaderClassName
{
color: #D23AA8;
}
.AnyTagClassName
{
color: #D23AA8;
}
</style>
background-color css
<style>
a { background-color: #D23AA8; }
a { background-color: rgb(210,58,168); }
div.DivClassName
{
background-color: #D23AA8;
}
.BgClassName
{
background-color: #D23AA8;
}
</style>
border-color css
<style>
span { border-color: #D23AA8; }
span { border-color: rgb(210,58,168); }
td.TdClassName
{
border-color: #D23AA8;
}
.TagClassName
{
border-color: #D23AA8;
}
</style>