Shades of Mulberry #D23F96
Tints of Mulberry #D23F96
RGB
CMYK
RGB Variations
Color information
#D23F96 (or 0xD23F96) is known color: Mulberry. HEX triplet: D2, 3F and 96. RGB value is (210,63,150). Sum of RGB (Red+Green+Blue) = 210+63+150=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23F96 is #2DC069. Grayscale: #747474. Windows color (decimal): -2998378 or 9846738. OLE color: 9846738.
HSL color Cylindrical-coordinate representation of color #D23F96: hue angle of 324.49º 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 #D23F96 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 150 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.18 |
| HSL | 324.49º | 0.62% | 0.54% | - |
| HSV(B) | 324.49º | 0.7% | 0.82% | - |
| XYZ | 33.86 | 19.46 | 30.83 | - |
| YUV | 116.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 150 | 0 | 0.70 | 0.29 | 0.18 | 324.49 | 0.62 | 0.54 |
| Hex | D2 | 3F | 96 | 0 | 46 | 1D | 12 | 144 | 3E | 36 |
| Octal | 322 | 77 | 226 | 0 | 106 | 35 | 22 | 504 | 76 | 66 |
| Binary | 11010010 | 111111 | 10010110 | 0 | 1000110 | 11101 | 10010 | 101000100 | 111110 | 110110 |
Color Harmonies of #D23F96
Complementary color
Monochromatic Colors of #D23F96
Black with #D23F96
Text Example
Text Example
White with #D23F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F96; }
p { color: rgb(210,63,150); }
H1.HeaderClassName
{
color: #D23F96;
}
.AnyTagClassName
{
color: #D23F96;
}
</style>
background-color css
<style>
a { background-color: #D23F96; }
a { background-color: rgb(210,63,150); }
div.DivClassName
{
background-color: #D23F96;
}
.BgClassName
{
background-color: #D23F96;
}
</style>
border-color css
<style>
span { border-color: #D23F96; }
span { border-color: rgb(210,63,150); }
td.TdClassName
{
border-color: #D23F96;
}
.TagClassName
{
border-color: #D23F96;
}
</style>