Shades of Mulberry #D23CA6
Tints of Mulberry #D23CA6
RGB
CMYK
RGB Variations
Color information
#D23CA6 (or 0xD23CA6) is known color: Mulberry. HEX triplet: D2, 3C and A6. RGB value is (210,60,166). Sum of RGB (Red+Green+Blue) = 210+60+166=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CA6 is #2DC359. Grayscale: #747474. Windows color (decimal): -2999130 or 10894546. OLE color: 10894546.
HSL color Cylindrical-coordinate representation of color #D23CA6: hue angle of 317.6º 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 #D23CA6 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 166 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.18 |
| HSL | 317.6º | 0.63% | 0.53% | - |
| HSV(B) | 317.6º | 0.71% | 0.82% | - |
| XYZ | 35.08 | 19.69 | 38.03 | - |
| YUV | 116.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 166 | 0 | 0.71 | 0.21 | 0.18 | 317.6 | 0.63 | 0.53 |
| Hex | D2 | 3C | A6 | 0 | 47 | 15 | 12 | 13E | 3E | 35 |
| Octal | 322 | 74 | 246 | 0 | 107 | 25 | 22 | 476 | 76 | 65 |
| Binary | 11010010 | 111100 | 10100110 | 0 | 1000111 | 10101 | 10010 | 100111110 | 111110 | 110101 |
Color Harmonies of #D23CA6
Complementary color
Monochromatic Colors of #D23CA6
Black with #D23CA6
Text Example
Text Example
White with #D23CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CA6; }
p { color: rgb(210,60,166); }
H1.HeaderClassName
{
color: #D23CA6;
}
.AnyTagClassName
{
color: #D23CA6;
}
</style>
background-color css
<style>
a { background-color: #D23CA6; }
a { background-color: rgb(210,60,166); }
div.DivClassName
{
background-color: #D23CA6;
}
.BgClassName
{
background-color: #D23CA6;
}
</style>
border-color css
<style>
span { border-color: #D23CA6; }
span { border-color: rgb(210,60,166); }
td.TdClassName
{
border-color: #D23CA6;
}
.TagClassName
{
border-color: #D23CA6;
}
</style>