Shades of Mulberry #D23FAB
Tints of Mulberry #D23FAB
RGB
CMYK
RGB Variations
Color information
#D23FAB (or 0xD23FAB) is known color: Mulberry. HEX triplet: D2, 3F and AB. RGB value is (210,63,171). Sum of RGB (Red+Green+Blue) = 210+63+171=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FAB is #2DC054. Grayscale: #767676. Windows color (decimal): -2998357 or 11222994. OLE color: 11222994.
HSL color Cylindrical-coordinate representation of color #D23FAB: hue angle of 315.92º 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 #D23FAB is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 171 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.18 |
| HSL | 315.92º | 0.62% | 0.54% | - |
| HSV(B) | 315.92º | 0.7% | 0.82% | - |
| XYZ | 35.71 | 20.2 | 40.54 | - |
| YUV | 119.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 171 | 0 | 0.70 | 0.19 | 0.18 | 315.92 | 0.62 | 0.54 |
| Hex | D2 | 3F | AB | 0 | 46 | 13 | 12 | 13C | 3E | 36 |
| Octal | 322 | 77 | 253 | 0 | 106 | 23 | 22 | 474 | 76 | 66 |
| Binary | 11010010 | 111111 | 10101011 | 0 | 1000110 | 10011 | 10010 | 100111100 | 111110 | 110110 |
Color Harmonies of #D23FAB
Complementary color
Monochromatic Colors of #D23FAB
Black with #D23FAB
Text Example
Text Example
White with #D23FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FAB; }
p { color: rgb(210,63,171); }
H1.HeaderClassName
{
color: #D23FAB;
}
.AnyTagClassName
{
color: #D23FAB;
}
</style>
background-color css
<style>
a { background-color: #D23FAB; }
a { background-color: rgb(210,63,171); }
div.DivClassName
{
background-color: #D23FAB;
}
.BgClassName
{
background-color: #D23FAB;
}
</style>
border-color css
<style>
span { border-color: #D23FAB; }
span { border-color: rgb(210,63,171); }
td.TdClassName
{
border-color: #D23FAB;
}
.TagClassName
{
border-color: #D23FAB;
}
</style>