Shades of Mulberry #D23E9C
Tints of Mulberry #D23E9C
RGB
CMYK
RGB Variations
Color information
#D23E9C (or 0xD23E9C) is known color: Mulberry. HEX triplet: D2, 3E and 9C. RGB value is (210,62,156). Sum of RGB (Red+Green+Blue) = 210+62+156=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23E9C is #2DC163. Grayscale: #747474. Windows color (decimal): -2998628 or 10239698. OLE color: 10239698.
HSL color Cylindrical-coordinate representation of color #D23E9C: hue angle of 321.89º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E9C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 156 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.18 |
| HSL | 321.89º | 0.62% | 0.53% | - |
| HSV(B) | 321.89º | 0.7% | 0.82% | - |
| XYZ | 34.3 | 19.55 | 33.42 | - |
| YUV | 116.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 156 | 0 | 0.70 | 0.26 | 0.18 | 321.89 | 0.62 | 0.53 |
| Hex | D2 | 3E | 9C | 0 | 46 | 1A | 12 | 142 | 3E | 35 |
| Octal | 322 | 76 | 234 | 0 | 106 | 32 | 22 | 502 | 76 | 65 |
| Binary | 11010010 | 111110 | 10011100 | 0 | 1000110 | 11010 | 10010 | 101000010 | 111110 | 110101 |
Color Harmonies of #D23E9C
Complementary color
Monochromatic Colors of #D23E9C
Black with #D23E9C
Text Example
Text Example
White with #D23E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E9C; }
p { color: rgb(210,62,156); }
H1.HeaderClassName
{
color: #D23E9C;
}
.AnyTagClassName
{
color: #D23E9C;
}
</style>
background-color css
<style>
a { background-color: #D23E9C; }
a { background-color: rgb(210,62,156); }
div.DivClassName
{
background-color: #D23E9C;
}
.BgClassName
{
background-color: #D23E9C;
}
</style>
border-color css
<style>
span { border-color: #D23E9C; }
span { border-color: rgb(210,62,156); }
td.TdClassName
{
border-color: #D23E9C;
}
.TagClassName
{
border-color: #D23E9C;
}
</style>