Shades of Mulberry #D23BA6
Tints of Mulberry #D23BA6
RGB
CMYK
RGB Variations
Color information
#D23BA6 (or 0xD23BA6) is known color: Mulberry. HEX triplet: D2, 3B and A6. RGB value is (210,59,166). Sum of RGB (Red+Green+Blue) = 210+59+166=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BA6 is #2DC459. Grayscale: #747474. Windows color (decimal): -2999386 or 10894290. OLE color: 10894290.
HSL color Cylindrical-coordinate representation of color #D23BA6: hue angle of 317.48º 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 #D23BA6 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 166 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.18 |
| HSL | 317.48º | 0.63% | 0.53% | - |
| HSV(B) | 317.48º | 0.72% | 0.82% | - |
| XYZ | 35.03 | 19.58 | 38.01 | - |
| YUV | 116.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 166 | 0 | 0.72 | 0.21 | 0.18 | 317.48 | 0.63 | 0.53 |
| Hex | D2 | 3B | A6 | 0 | 48 | 15 | 12 | 13D | 3F | 35 |
| Octal | 322 | 73 | 246 | 0 | 110 | 25 | 22 | 475 | 77 | 65 |
| Binary | 11010010 | 111011 | 10100110 | 0 | 1001000 | 10101 | 10010 | 100111101 | 111111 | 110101 |
Color Harmonies of #D23BA6
Complementary color
Monochromatic Colors of #D23BA6
Black with #D23BA6
Text Example
Text Example
White with #D23BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BA6; }
p { color: rgb(210,59,166); }
H1.HeaderClassName
{
color: #D23BA6;
}
.AnyTagClassName
{
color: #D23BA6;
}
</style>
background-color css
<style>
a { background-color: #D23BA6; }
a { background-color: rgb(210,59,166); }
div.DivClassName
{
background-color: #D23BA6;
}
.BgClassName
{
background-color: #D23BA6;
}
</style>
border-color css
<style>
span { border-color: #D23BA6; }
span { border-color: rgb(210,59,166); }
td.TdClassName
{
border-color: #D23BA6;
}
.TagClassName
{
border-color: #D23BA6;
}
</style>