Shades of Mulberry #D23BA4
Tints of Mulberry #D23BA4
RGB
CMYK
RGB Variations
Color information
#D23BA4 (or 0xD23BA4) is known color: Mulberry. HEX triplet: D2, 3B and A4. RGB value is (210,59,164). Sum of RGB (Red+Green+Blue) = 210+59+164=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D23BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23BA4 is #2DC45B. Grayscale: #737373. Windows color (decimal): -2999388 or 10763218. OLE color: 10763218.
HSL color Cylindrical-coordinate representation of color #D23BA4: hue angle of 318.28º 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 #D23BA4 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 164 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.18 |
| HSL | 318.28º | 0.63% | 0.53% | - |
| HSV(B) | 318.28º | 0.72% | 0.82% | - |
| XYZ | 34.84 | 19.51 | 37.05 | - |
| YUV | 116.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 164 | 0 | 0.72 | 0.22 | 0.18 | 318.28 | 0.63 | 0.53 |
| Hex | D2 | 3B | A4 | 0 | 48 | 16 | 12 | 13E | 3F | 35 |
| Octal | 322 | 73 | 244 | 0 | 110 | 26 | 22 | 476 | 77 | 65 |
| Binary | 11010010 | 111011 | 10100100 | 0 | 1001000 | 10110 | 10010 | 100111110 | 111111 | 110101 |
Color Harmonies of #D23BA4
Complementary color
Monochromatic Colors of #D23BA4
Black with #D23BA4
Text Example
Text Example
White with #D23BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BA4; }
p { color: rgb(210,59,164); }
H1.HeaderClassName
{
color: #D23BA4;
}
.AnyTagClassName
{
color: #D23BA4;
}
</style>
background-color css
<style>
a { background-color: #D23BA4; }
a { background-color: rgb(210,59,164); }
div.DivClassName
{
background-color: #D23BA4;
}
.BgClassName
{
background-color: #D23BA4;
}
</style>
border-color css
<style>
span { border-color: #D23BA4; }
span { border-color: rgb(210,59,164); }
td.TdClassName
{
border-color: #D23BA4;
}
.TagClassName
{
border-color: #D23BA4;
}
</style>