Shades of Mulberry #D23F93
Tints of Mulberry #D23F93
RGB
CMYK
RGB Variations
Color information
#D23F93 (or 0xD23F93) is known color: Mulberry. HEX triplet: D2, 3F and 93. RGB value is (210,63,147). Sum of RGB (Red+Green+Blue) = 210+63+147=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23F93 is #2DC06C. Grayscale: #747474. Windows color (decimal): -2998381 or 9650130. OLE color: 9650130.
HSL color Cylindrical-coordinate representation of color #D23F93: hue angle of 325.71º 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 #D23F93 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 147 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.18 |
| HSL | 325.71º | 0.62% | 0.54% | - |
| HSV(B) | 325.71º | 0.7% | 0.82% | - |
| XYZ | 33.62 | 19.36 | 29.57 | - |
| YUV | 116.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 147 | 0 | 0.70 | 0.30 | 0.18 | 325.71 | 0.62 | 0.54 |
| Hex | D2 | 3F | 93 | 0 | 46 | 1E | 12 | 146 | 3E | 36 |
| Octal | 322 | 77 | 223 | 0 | 106 | 36 | 22 | 506 | 76 | 66 |
| Binary | 11010010 | 111111 | 10010011 | 0 | 1000110 | 11110 | 10010 | 101000110 | 111110 | 110110 |
Color Harmonies of #D23F93
Complementary color
Monochromatic Colors of #D23F93
Black with #D23F93
Text Example
Text Example
White with #D23F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F93; }
p { color: rgb(210,63,147); }
H1.HeaderClassName
{
color: #D23F93;
}
.AnyTagClassName
{
color: #D23F93;
}
</style>
background-color css
<style>
a { background-color: #D23F93; }
a { background-color: rgb(210,63,147); }
div.DivClassName
{
background-color: #D23F93;
}
.BgClassName
{
background-color: #D23F93;
}
</style>
border-color css
<style>
span { border-color: #D23F93; }
span { border-color: rgb(210,63,147); }
td.TdClassName
{
border-color: #D23F93;
}
.TagClassName
{
border-color: #D23F93;
}
</style>