Shades of Mulberry #D239AA
Tints of Mulberry #D239AA
RGB
CMYK
RGB Variations
Color information
#D239AA (or 0xD239AA) is known color: Mulberry. HEX triplet: D2, 39 and AA. RGB value is (210,57,170). Sum of RGB (Red+Green+Blue) = 210+57+170=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D239AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D239AA is #2DC655. Grayscale: #737373. Windows color (decimal): -2999894 or 11155922. OLE color: 11155922.
HSL color Cylindrical-coordinate representation of color #D239AA: hue angle of 315.69º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D239AA is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 170 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.18 |
| HSL | 315.69º | 0.63% | 0.52% | - |
| HSV(B) | 315.69º | 0.73% | 0.82% | - |
| XYZ | 35.3 | 19.53 | 39.94 | - |
| YUV | 115.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 170 | 0 | 0.73 | 0.19 | 0.18 | 315.69 | 0.63 | 0.52 |
| Hex | D2 | 39 | AA | 0 | 49 | 13 | 12 | 13C | 3F | 34 |
| Octal | 322 | 71 | 252 | 0 | 111 | 23 | 22 | 474 | 77 | 64 |
| Binary | 11010010 | 111001 | 10101010 | 0 | 1001001 | 10011 | 10010 | 100111100 | 111111 | 110100 |
Color Harmonies of #D239AA
Complementary color
Monochromatic Colors of #D239AA
Black with #D239AA
Text Example
Text Example
White with #D239AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239AA; }
p { color: rgb(210,57,170); }
H1.HeaderClassName
{
color: #D239AA;
}
.AnyTagClassName
{
color: #D239AA;
}
</style>
background-color css
<style>
a { background-color: #D239AA; }
a { background-color: rgb(210,57,170); }
div.DivClassName
{
background-color: #D239AA;
}
.BgClassName
{
background-color: #D239AA;
}
</style>
border-color css
<style>
span { border-color: #D239AA; }
span { border-color: rgb(210,57,170); }
td.TdClassName
{
border-color: #D239AA;
}
.TagClassName
{
border-color: #D239AA;
}
</style>