Shades of Mulberry #D23CA2
Tints of Mulberry #D23CA2
RGB
CMYK
RGB Variations
Color information
#D23CA2 (or 0xD23CA2) is known color: Mulberry. HEX triplet: D2, 3C and A2. RGB value is (210,60,162). Sum of RGB (Red+Green+Blue) = 210+60+162=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CA2 is #2DC35D. Grayscale: #747474. Windows color (decimal): -2999134 or 10632402. OLE color: 10632402.
HSL color Cylindrical-coordinate representation of color #D23CA2: hue angle of 319.2º 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 #D23CA2 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 162 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.18 |
| HSL | 319.2º | 0.63% | 0.53% | - |
| HSV(B) | 319.2º | 0.71% | 0.82% | - |
| XYZ | 34.72 | 19.54 | 36.12 | - |
| YUV | 116.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 162 | 0 | 0.71 | 0.23 | 0.18 | 319.2 | 0.63 | 0.53 |
| Hex | D2 | 3C | A2 | 0 | 47 | 17 | 12 | 13F | 3E | 35 |
| Octal | 322 | 74 | 242 | 0 | 107 | 27 | 22 | 477 | 76 | 65 |
| Binary | 11010010 | 111100 | 10100010 | 0 | 1000111 | 10111 | 10010 | 100111111 | 111110 | 110101 |
Color Harmonies of #D23CA2
Complementary color
Monochromatic Colors of #D23CA2
Black with #D23CA2
Text Example
Text Example
White with #D23CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CA2; }
p { color: rgb(210,60,162); }
H1.HeaderClassName
{
color: #D23CA2;
}
.AnyTagClassName
{
color: #D23CA2;
}
</style>
background-color css
<style>
a { background-color: #D23CA2; }
a { background-color: rgb(210,60,162); }
div.DivClassName
{
background-color: #D23CA2;
}
.BgClassName
{
background-color: #D23CA2;
}
</style>
border-color css
<style>
span { border-color: #D23CA2; }
span { border-color: rgb(210,60,162); }
td.TdClassName
{
border-color: #D23CA2;
}
.TagClassName
{
border-color: #D23CA2;
}
</style>