Shades of Mulberry #D23BA2
Tints of Mulberry #D23BA2
RGB
CMYK
RGB Variations
Color information
#D23BA2 (or 0xD23BA2) is known color: Mulberry. HEX triplet: D2, 3B and A2. RGB value is (210,59,162). Sum of RGB (Red+Green+Blue) = 210+59+162=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BA2 is #2DC45D. Grayscale: #737373. Windows color (decimal): -2999390 or 10632146. OLE color: 10632146.
HSL color Cylindrical-coordinate representation of color #D23BA2: hue angle of 319.07º 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 #D23BA2 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 162 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.18 |
| HSL | 319.07º | 0.63% | 0.53% | - |
| HSV(B) | 319.07º | 0.72% | 0.82% | - |
| XYZ | 34.66 | 19.44 | 36.11 | - |
| YUV | 115.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 162 | 0 | 0.72 | 0.23 | 0.18 | 319.07 | 0.63 | 0.53 |
| Hex | D2 | 3B | A2 | 0 | 48 | 17 | 12 | 13F | 3F | 35 |
| Octal | 322 | 73 | 242 | 0 | 110 | 27 | 22 | 477 | 77 | 65 |
| Binary | 11010010 | 111011 | 10100010 | 0 | 1001000 | 10111 | 10010 | 100111111 | 111111 | 110101 |
Color Harmonies of #D23BA2
Complementary color
Monochromatic Colors of #D23BA2
Black with #D23BA2
Text Example
Text Example
White with #D23BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BA2; }
p { color: rgb(210,59,162); }
H1.HeaderClassName
{
color: #D23BA2;
}
.AnyTagClassName
{
color: #D23BA2;
}
</style>
background-color css
<style>
a { background-color: #D23BA2; }
a { background-color: rgb(210,59,162); }
div.DivClassName
{
background-color: #D23BA2;
}
.BgClassName
{
background-color: #D23BA2;
}
</style>
border-color css
<style>
span { border-color: #D23BA2; }
span { border-color: rgb(210,59,162); }
td.TdClassName
{
border-color: #D23BA2;
}
.TagClassName
{
border-color: #D23BA2;
}
</style>