Shades of Mulberry #D23CAA
Tints of Mulberry #D23CAA
RGB
CMYK
RGB Variations
Color information
#D23CAA (or 0xD23CAA) is known color: Mulberry. HEX triplet: D2, 3C and AA. RGB value is (210,60,170). Sum of RGB (Red+Green+Blue) = 210+60+170=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23CAA is #2DC355. Grayscale: #757575. Windows color (decimal): -2999126 or 11156690. OLE color: 11156690.
HSL color Cylindrical-coordinate representation of color #D23CAA: hue angle of 316º 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 #D23CAA is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 170 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.18 |
| HSL | 316º | 0.63% | 0.53% | - |
| HSV(B) | 316º | 0.71% | 0.82% | - |
| XYZ | 35.45 | 19.84 | 39.99 | - |
| YUV | 117.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 170 | 0 | 0.71 | 0.19 | 0.18 | 316 | 0.63 | 0.53 |
| Hex | D2 | 3C | AA | 0 | 47 | 13 | 12 | 13C | 3E | 35 |
| Octal | 322 | 74 | 252 | 0 | 107 | 23 | 22 | 474 | 76 | 65 |
| Binary | 11010010 | 111100 | 10101010 | 0 | 1000111 | 10011 | 10010 | 100111100 | 111110 | 110101 |
Color Harmonies of #D23CAA
Complementary color
Monochromatic Colors of #D23CAA
Black with #D23CAA
Text Example
Text Example
White with #D23CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CAA; }
p { color: rgb(210,60,170); }
H1.HeaderClassName
{
color: #D23CAA;
}
.AnyTagClassName
{
color: #D23CAA;
}
</style>
background-color css
<style>
a { background-color: #D23CAA; }
a { background-color: rgb(210,60,170); }
div.DivClassName
{
background-color: #D23CAA;
}
.BgClassName
{
background-color: #D23CAA;
}
</style>
border-color css
<style>
span { border-color: #D23CAA; }
span { border-color: rgb(210,60,170); }
td.TdClassName
{
border-color: #D23CAA;
}
.TagClassName
{
border-color: #D23CAA;
}
</style>