Shades of Mulberry #D23AAA
Tints of Mulberry #D23AAA
RGB
CMYK
RGB Variations
Color information
#D23AAA (or 0xD23AAA) is known color: Mulberry. HEX triplet: D2, 3A and AA. RGB value is (210,58,170). Sum of RGB (Red+Green+Blue) = 210+58+170=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D23AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23AAA is #2DC555. Grayscale: #737373. Windows color (decimal): -2999638 or 11156178. OLE color: 11156178.
HSL color Cylindrical-coordinate representation of color #D23AAA: hue angle of 315.79º 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 #D23AAA is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 170 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.18 |
| HSL | 315.79º | 0.63% | 0.53% | - |
| HSV(B) | 315.79º | 0.72% | 0.82% | - |
| XYZ | 35.35 | 19.63 | 39.96 | - |
| YUV | 116.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 170 | 0 | 0.72 | 0.19 | 0.18 | 315.79 | 0.63 | 0.53 |
| Hex | D2 | 3A | AA | 0 | 48 | 13 | 12 | 13C | 3F | 35 |
| Octal | 322 | 72 | 252 | 0 | 110 | 23 | 22 | 474 | 77 | 65 |
| Binary | 11010010 | 111010 | 10101010 | 0 | 1001000 | 10011 | 10010 | 100111100 | 111111 | 110101 |
Color Harmonies of #D23AAA
Complementary color
Monochromatic Colors of #D23AAA
Black with #D23AAA
Text Example
Text Example
White with #D23AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AAA; }
p { color: rgb(210,58,170); }
H1.HeaderClassName
{
color: #D23AAA;
}
.AnyTagClassName
{
color: #D23AAA;
}
</style>
background-color css
<style>
a { background-color: #D23AAA; }
a { background-color: rgb(210,58,170); }
div.DivClassName
{
background-color: #D23AAA;
}
.BgClassName
{
background-color: #D23AAA;
}
</style>
border-color css
<style>
span { border-color: #D23AAA; }
span { border-color: rgb(210,58,170); }
td.TdClassName
{
border-color: #D23AAA;
}
.TagClassName
{
border-color: #D23AAA;
}
</style>