Shades of Mulberry #D23D9B
Tints of Mulberry #D23D9B
RGB
CMYK
RGB Variations
Color information
#D23D9B (or 0xD23D9B) is known color: Mulberry. HEX triplet: D2, 3D and 9B. RGB value is (210,61,155). Sum of RGB (Red+Green+Blue) = 210+61+155=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D9B is #2DC264. Grayscale: #747474. Windows color (decimal): -2998885 or 10173906. OLE color: 10173906.
HSL color Cylindrical-coordinate representation of color #D23D9B: hue angle of 322.15º 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 #D23D9B is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 155 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.18 |
| HSL | 322.15º | 0.62% | 0.53% | - |
| HSV(B) | 322.15º | 0.71% | 0.82% | - |
| XYZ | 34.16 | 19.41 | 32.96 | - |
| YUV | 116.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 155 | 0 | 0.71 | 0.26 | 0.18 | 322.15 | 0.62 | 0.53 |
| Hex | D2 | 3D | 9B | 0 | 47 | 1A | 12 | 142 | 3E | 35 |
| Octal | 322 | 75 | 233 | 0 | 107 | 32 | 22 | 502 | 76 | 65 |
| Binary | 11010010 | 111101 | 10011011 | 0 | 1000111 | 11010 | 10010 | 101000010 | 111110 | 110101 |
Color Harmonies of #D23D9B
Complementary color
Monochromatic Colors of #D23D9B
Black with #D23D9B
Text Example
Text Example
White with #D23D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D9B; }
p { color: rgb(210,61,155); }
H1.HeaderClassName
{
color: #D23D9B;
}
.AnyTagClassName
{
color: #D23D9B;
}
</style>
background-color css
<style>
a { background-color: #D23D9B; }
a { background-color: rgb(210,61,155); }
div.DivClassName
{
background-color: #D23D9B;
}
.BgClassName
{
background-color: #D23D9B;
}
</style>
border-color css
<style>
span { border-color: #D23D9B; }
span { border-color: rgb(210,61,155); }
td.TdClassName
{
border-color: #D23D9B;
}
.TagClassName
{
border-color: #D23D9B;
}
</style>