Shades of Mulberry #D23FA5
Tints of Mulberry #D23FA5
RGB
CMYK
RGB Variations
Color information
#D23FA5 (or 0xD23FA5) is known color: Mulberry. HEX triplet: D2, 3F and A5. RGB value is (210,63,165). Sum of RGB (Red+Green+Blue) = 210+63+165=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D23FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23FA5 is #2DC05A. Grayscale: #767676. Windows color (decimal): -2998363 or 10829778. OLE color: 10829778.
HSL color Cylindrical-coordinate representation of color #D23FA5: hue angle of 318.37º 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 #D23FA5 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 165 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.18 |
| HSL | 318.37º | 0.62% | 0.54% | - |
| HSV(B) | 318.37º | 0.7% | 0.82% | - |
| XYZ | 35.15 | 19.97 | 37.6 | - |
| YUV | 118.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 165 | 0 | 0.70 | 0.21 | 0.18 | 318.37 | 0.62 | 0.54 |
| Hex | D2 | 3F | A5 | 0 | 46 | 15 | 12 | 13E | 3E | 36 |
| Octal | 322 | 77 | 245 | 0 | 106 | 25 | 22 | 476 | 76 | 66 |
| Binary | 11010010 | 111111 | 10100101 | 0 | 1000110 | 10101 | 10010 | 100111110 | 111110 | 110110 |
Color Harmonies of #D23FA5
Complementary color
Monochromatic Colors of #D23FA5
Black with #D23FA5
Text Example
Text Example
White with #D23FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FA5; }
p { color: rgb(210,63,165); }
H1.HeaderClassName
{
color: #D23FA5;
}
.AnyTagClassName
{
color: #D23FA5;
}
</style>
background-color css
<style>
a { background-color: #D23FA5; }
a { background-color: rgb(210,63,165); }
div.DivClassName
{
background-color: #D23FA5;
}
.BgClassName
{
background-color: #D23FA5;
}
</style>
border-color css
<style>
span { border-color: #D23FA5; }
span { border-color: rgb(210,63,165); }
td.TdClassName
{
border-color: #D23FA5;
}
.TagClassName
{
border-color: #D23FA5;
}
</style>