Shades of Mulberry #D23FAC
Tints of Mulberry #D23FAC
RGB
CMYK
RGB Variations
Color information
#D23FAC (or 0xD23FAC) is known color: Mulberry. HEX triplet: D2, 3F and AC. RGB value is (210,63,172). Sum of RGB (Red+Green+Blue) = 210+63+172=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FAC is #2DC053. Grayscale: #777777. Windows color (decimal): -2998356 or 11288530. OLE color: 11288530.
HSL color Cylindrical-coordinate representation of color #D23FAC: hue angle of 315.51º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FAC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 172 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.18 |
| HSL | 315.51º | 0.62% | 0.54% | - |
| HSV(B) | 315.51º | 0.7% | 0.82% | - |
| XYZ | 35.8 | 20.24 | 41.05 | - |
| YUV | 119.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 172 | 0 | 0.70 | 0.18 | 0.18 | 315.51 | 0.62 | 0.54 |
| Hex | D2 | 3F | AC | 0 | 46 | 12 | 12 | 13C | 3E | 36 |
| Octal | 322 | 77 | 254 | 0 | 106 | 22 | 22 | 474 | 76 | 66 |
| Binary | 11010010 | 111111 | 10101100 | 0 | 1000110 | 10010 | 10010 | 100111100 | 111110 | 110110 |
Color Harmonies of #D23FAC
Complementary color
Monochromatic Colors of #D23FAC
Black with #D23FAC
Text Example
Text Example
White with #D23FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FAC; }
p { color: rgb(210,63,172); }
H1.HeaderClassName
{
color: #D23FAC;
}
.AnyTagClassName
{
color: #D23FAC;
}
</style>
background-color css
<style>
a { background-color: #D23FAC; }
a { background-color: rgb(210,63,172); }
div.DivClassName
{
background-color: #D23FAC;
}
.BgClassName
{
background-color: #D23FAC;
}
</style>
border-color css
<style>
span { border-color: #D23FAC; }
span { border-color: rgb(210,63,172); }
td.TdClassName
{
border-color: #D23FAC;
}
.TagClassName
{
border-color: #D23FAC;
}
</style>