Shades of Mulberry #D23BA0
Tints of Mulberry #D23BA0
RGB
CMYK
RGB Variations
Color information
#D23BA0 (or 0xD23BA0) is known color: Mulberry. HEX triplet: D2, 3B and A0. RGB value is (210,59,160). Sum of RGB (Red+Green+Blue) = 210+59+160=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BA0 is #2DC45F. Grayscale: #737373. Windows color (decimal): -2999392 or 10501074. OLE color: 10501074.
HSL color Cylindrical-coordinate representation of color #D23BA0: hue angle of 319.87º 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 #D23BA0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 160 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.18 |
| HSL | 319.87º | 0.63% | 0.53% | - |
| HSV(B) | 319.87º | 0.72% | 0.82% | - |
| XYZ | 34.49 | 19.37 | 35.18 | - |
| YUV | 115.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 160 | 0 | 0.72 | 0.24 | 0.18 | 319.87 | 0.63 | 0.53 |
| Hex | D2 | 3B | A0 | 0 | 48 | 18 | 12 | 140 | 3F | 35 |
| Octal | 322 | 73 | 240 | 0 | 110 | 30 | 22 | 500 | 77 | 65 |
| Binary | 11010010 | 111011 | 10100000 | 0 | 1001000 | 11000 | 10010 | 101000000 | 111111 | 110101 |
Color Harmonies of #D23BA0
Complementary color
Monochromatic Colors of #D23BA0
Black with #D23BA0
Text Example
Text Example
White with #D23BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BA0; }
p { color: rgb(210,59,160); }
H1.HeaderClassName
{
color: #D23BA0;
}
.AnyTagClassName
{
color: #D23BA0;
}
</style>
background-color css
<style>
a { background-color: #D23BA0; }
a { background-color: rgb(210,59,160); }
div.DivClassName
{
background-color: #D23BA0;
}
.BgClassName
{
background-color: #D23BA0;
}
</style>
border-color css
<style>
span { border-color: #D23BA0; }
span { border-color: rgb(210,59,160); }
td.TdClassName
{
border-color: #D23BA0;
}
.TagClassName
{
border-color: #D23BA0;
}
</style>