Shades of Mulberry #D23FAA
Tints of Mulberry #D23FAA
RGB
CMYK
RGB Variations
Color information
#D23FAA (or 0xD23FAA) is known color: Mulberry. HEX triplet: D2, 3F and AA. RGB value is (210,63,170). Sum of RGB (Red+Green+Blue) = 210+63+170=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FAA is #2DC055. Grayscale: #767676. Windows color (decimal): -2998358 or 11157458. OLE color: 11157458.
HSL color Cylindrical-coordinate representation of color #D23FAA: hue angle of 316.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23FAA is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 170 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.18 |
| HSL | 316.33º | 0.62% | 0.54% | - |
| HSV(B) | 316.33º | 0.7% | 0.82% | - |
| XYZ | 35.61 | 20.16 | 40.04 | - |
| YUV | 119.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 170 | 0 | 0.70 | 0.19 | 0.18 | 316.33 | 0.62 | 0.54 |
| Hex | D2 | 3F | AA | 0 | 46 | 13 | 12 | 13C | 3E | 36 |
| Octal | 322 | 77 | 252 | 0 | 106 | 23 | 22 | 474 | 76 | 66 |
| Binary | 11010010 | 111111 | 10101010 | 0 | 1000110 | 10011 | 10010 | 100111100 | 111110 | 110110 |
Color Harmonies of #D23FAA
Complementary color
Monochromatic Colors of #D23FAA
Black with #D23FAA
Text Example
Text Example
White with #D23FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FAA; }
p { color: rgb(210,63,170); }
H1.HeaderClassName
{
color: #D23FAA;
}
.AnyTagClassName
{
color: #D23FAA;
}
</style>
background-color css
<style>
a { background-color: #D23FAA; }
a { background-color: rgb(210,63,170); }
div.DivClassName
{
background-color: #D23FAA;
}
.BgClassName
{
background-color: #D23FAA;
}
</style>
border-color css
<style>
span { border-color: #D23FAA; }
span { border-color: rgb(210,63,170); }
td.TdClassName
{
border-color: #D23FAA;
}
.TagClassName
{
border-color: #D23FAA;
}
</style>