Shades of Mulberry #D23D9A
Tints of Mulberry #D23D9A
RGB
CMYK
RGB Variations
Color information
#D23D9A (or 0xD23D9A) is known color: Mulberry. HEX triplet: D2, 3D and 9A. RGB value is (210,61,154). Sum of RGB (Red+Green+Blue) = 210+61+154=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D9A is #2DC265. Grayscale: #737373. Windows color (decimal): -2998886 or 10108370. OLE color: 10108370.
HSL color Cylindrical-coordinate representation of color #D23D9A: hue angle of 322.55º 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 #D23D9A is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 154 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.18 |
| HSL | 322.55º | 0.62% | 0.53% | - |
| HSV(B) | 322.55º | 0.71% | 0.82% | - |
| XYZ | 34.08 | 19.37 | 32.51 | - |
| YUV | 116.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 154 | 0 | 0.71 | 0.27 | 0.18 | 322.55 | 0.62 | 0.53 |
| Hex | D2 | 3D | 9A | 0 | 47 | 1B | 12 | 143 | 3E | 35 |
| Octal | 322 | 75 | 232 | 0 | 107 | 33 | 22 | 503 | 76 | 65 |
| Binary | 11010010 | 111101 | 10011010 | 0 | 1000111 | 11011 | 10010 | 101000011 | 111110 | 110101 |
Color Harmonies of #D23D9A
Complementary color
Monochromatic Colors of #D23D9A
Black with #D23D9A
Text Example
Text Example
White with #D23D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D9A; }
p { color: rgb(210,61,154); }
H1.HeaderClassName
{
color: #D23D9A;
}
.AnyTagClassName
{
color: #D23D9A;
}
</style>
background-color css
<style>
a { background-color: #D23D9A; }
a { background-color: rgb(210,61,154); }
div.DivClassName
{
background-color: #D23D9A;
}
.BgClassName
{
background-color: #D23D9A;
}
</style>
border-color css
<style>
span { border-color: #D23D9A; }
span { border-color: rgb(210,61,154); }
td.TdClassName
{
border-color: #D23D9A;
}
.TagClassName
{
border-color: #D23D9A;
}
</style>