Shades of Mulberry #D23D9E
Tints of Mulberry #D23D9E
RGB
CMYK
RGB Variations
Color information
#D23D9E (or 0xD23D9E) is known color: Mulberry. HEX triplet: D2, 3D and 9E. RGB value is (210,61,158). Sum of RGB (Red+Green+Blue) = 210+61+158=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D9E is #2DC261. Grayscale: #747474. Windows color (decimal): -2998882 or 10370514. OLE color: 10370514.
HSL color Cylindrical-coordinate representation of color #D23D9E: hue angle of 320.94º 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 #D23D9E is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 158 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.18 |
| HSL | 320.94º | 0.62% | 0.53% | - |
| HSV(B) | 320.94º | 0.71% | 0.82% | - |
| XYZ | 34.42 | 19.51 | 34.3 | - |
| YUV | 116.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 158 | 0 | 0.71 | 0.25 | 0.18 | 320.94 | 0.62 | 0.53 |
| Hex | D2 | 3D | 9E | 0 | 47 | 19 | 12 | 141 | 3E | 35 |
| Octal | 322 | 75 | 236 | 0 | 107 | 31 | 22 | 501 | 76 | 65 |
| Binary | 11010010 | 111101 | 10011110 | 0 | 1000111 | 11001 | 10010 | 101000001 | 111110 | 110101 |
Color Harmonies of #D23D9E
Complementary color
Monochromatic Colors of #D23D9E
Black with #D23D9E
Text Example
Text Example
White with #D23D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D9E; }
p { color: rgb(210,61,158); }
H1.HeaderClassName
{
color: #D23D9E;
}
.AnyTagClassName
{
color: #D23D9E;
}
</style>
background-color css
<style>
a { background-color: #D23D9E; }
a { background-color: rgb(210,61,158); }
div.DivClassName
{
background-color: #D23D9E;
}
.BgClassName
{
background-color: #D23D9E;
}
</style>
border-color css
<style>
span { border-color: #D23D9E; }
span { border-color: rgb(210,61,158); }
td.TdClassName
{
border-color: #D23D9E;
}
.TagClassName
{
border-color: #D23D9E;
}
</style>