Shades of Mulberry #D23DA0
Tints of Mulberry #D23DA0
RGB
CMYK
RGB Variations
Color information
#D23DA0 (or 0xD23DA0) is known color: Mulberry. HEX triplet: D2, 3D and A0. RGB value is (210,61,160). Sum of RGB (Red+Green+Blue) = 210+61+160=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DA0 is #2DC25F. Grayscale: #747474. Windows color (decimal): -2998880 or 10501586. OLE color: 10501586.
HSL color Cylindrical-coordinate representation of color #D23DA0: hue angle of 320.13º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23DA0 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 160 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.18 |
| HSL | 320.13º | 0.62% | 0.53% | - |
| HSV(B) | 320.13º | 0.71% | 0.82% | - |
| XYZ | 34.59 | 19.58 | 35.21 | - |
| YUV | 116.84 | 152.36 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 160 | 0 | 0.71 | 0.24 | 0.18 | 320.13 | 0.62 | 0.53 |
| Hex | D2 | 3D | A0 | 0 | 47 | 18 | 12 | 140 | 3E | 35 |
| Octal | 322 | 75 | 240 | 0 | 107 | 30 | 22 | 500 | 76 | 65 |
| Binary | 11010010 | 111101 | 10100000 | 0 | 1000111 | 11000 | 10010 | 101000000 | 111110 | 110101 |
Color Harmonies of #D23DA0
Complementary color
Monochromatic Colors of #D23DA0
Black with #D23DA0
Text Example
Text Example
White with #D23DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DA0; }
p { color: rgb(210,61,160); }
H1.HeaderClassName
{
color: #D23DA0;
}
.AnyTagClassName
{
color: #D23DA0;
}
</style>
background-color css
<style>
a { background-color: #D23DA0; }
a { background-color: rgb(210,61,160); }
div.DivClassName
{
background-color: #D23DA0;
}
.BgClassName
{
background-color: #D23DA0;
}
</style>
border-color css
<style>
span { border-color: #D23DA0; }
span { border-color: rgb(210,61,160); }
td.TdClassName
{
border-color: #D23DA0;
}
.TagClassName
{
border-color: #D23DA0;
}
</style>