Shades of Mulberry #D23DAC
Tints of Mulberry #D23DAC
RGB
CMYK
RGB Variations
Color information
#D23DAC (or 0xD23DAC) is known color: Mulberry. HEX triplet: D2, 3D and AC. RGB value is (210,61,172). Sum of RGB (Red+Green+Blue) = 210+61+172=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D23DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23DAC is #2DC253. Grayscale: #757575. Windows color (decimal): -2998868 or 11288018. OLE color: 11288018.
HSL color Cylindrical-coordinate representation of color #D23DAC: hue angle of 315.3º 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 #D23DAC is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 172 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.18 |
| HSL | 315.3º | 0.62% | 0.53% | - |
| HSV(B) | 315.3º | 0.71% | 0.82% | - |
| XYZ | 35.69 | 20.02 | 41.01 | - |
| YUV | 118.21 | 158.36 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 172 | 0 | 0.71 | 0.18 | 0.18 | 315.3 | 0.62 | 0.53 |
| Hex | D2 | 3D | AC | 0 | 47 | 12 | 12 | 13B | 3E | 35 |
| Octal | 322 | 75 | 254 | 0 | 107 | 22 | 22 | 473 | 76 | 65 |
| Binary | 11010010 | 111101 | 10101100 | 0 | 1000111 | 10010 | 10010 | 100111011 | 111110 | 110101 |
Color Harmonies of #D23DAC
Complementary color
Monochromatic Colors of #D23DAC
Black with #D23DAC
Text Example
Text Example
White with #D23DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DAC; }
p { color: rgb(210,61,172); }
H1.HeaderClassName
{
color: #D23DAC;
}
.AnyTagClassName
{
color: #D23DAC;
}
</style>
background-color css
<style>
a { background-color: #D23DAC; }
a { background-color: rgb(210,61,172); }
div.DivClassName
{
background-color: #D23DAC;
}
.BgClassName
{
background-color: #D23DAC;
}
</style>
border-color css
<style>
span { border-color: #D23DAC; }
span { border-color: rgb(210,61,172); }
td.TdClassName
{
border-color: #D23DAC;
}
.TagClassName
{
border-color: #D23DAC;
}
</style>