Shades of Mulberry #D23DA1
Tints of Mulberry #D23DA1
RGB
CMYK
RGB Variations
Color information
#D23DA1 (or 0xD23DA1) is known color: Mulberry. HEX triplet: D2, 3D and A1. RGB value is (210,61,161). Sum of RGB (Red+Green+Blue) = 210+61+161=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DA1 is #2DC25E. Grayscale: #747474. Windows color (decimal): -2998879 or 10567122. OLE color: 10567122.
HSL color Cylindrical-coordinate representation of color #D23DA1: hue angle of 319.73º 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 #D23DA1 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 161 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.18 |
| HSL | 319.73º | 0.62% | 0.53% | - |
| HSV(B) | 319.73º | 0.71% | 0.82% | - |
| XYZ | 34.68 | 19.61 | 35.68 | - |
| YUV | 116.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 161 | 0 | 0.71 | 0.23 | 0.18 | 319.73 | 0.62 | 0.53 |
| Hex | D2 | 3D | A1 | 0 | 47 | 17 | 12 | 140 | 3E | 35 |
| Octal | 322 | 75 | 241 | 0 | 107 | 27 | 22 | 500 | 76 | 65 |
| Binary | 11010010 | 111101 | 10100001 | 0 | 1000111 | 10111 | 10010 | 101000000 | 111110 | 110101 |
Color Harmonies of #D23DA1
Complementary color
Monochromatic Colors of #D23DA1
Black with #D23DA1
Text Example
Text Example
White with #D23DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DA1; }
p { color: rgb(210,61,161); }
H1.HeaderClassName
{
color: #D23DA1;
}
.AnyTagClassName
{
color: #D23DA1;
}
</style>
background-color css
<style>
a { background-color: #D23DA1; }
a { background-color: rgb(210,61,161); }
div.DivClassName
{
background-color: #D23DA1;
}
.BgClassName
{
background-color: #D23DA1;
}
</style>
border-color css
<style>
span { border-color: #D23DA1; }
span { border-color: rgb(210,61,161); }
td.TdClassName
{
border-color: #D23DA1;
}
.TagClassName
{
border-color: #D23DA1;
}
</style>