Shades of Mulberry #D239AC
Tints of Mulberry #D239AC
RGB
CMYK
RGB Variations
Color information
#D239AC (or 0xD239AC) is known color: Mulberry. HEX triplet: D2, 39 and AC. RGB value is (210,57,172). Sum of RGB (Red+Green+Blue) = 210+57+172=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D239AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D239AC is #2DC653. Grayscale: #737373. Windows color (decimal): -2999892 or 11286994. OLE color: 11286994.
HSL color Cylindrical-coordinate representation of color #D239AC: hue angle of 314.9º 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 #D239AC is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 172 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.18 |
| HSL | 314.9º | 0.63% | 0.52% | - |
| HSV(B) | 314.9º | 0.73% | 0.82% | - |
| XYZ | 35.49 | 19.61 | 40.94 | - |
| YUV | 115.86 | 159.69 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 172 | 0 | 0.73 | 0.18 | 0.18 | 314.9 | 0.63 | 0.52 |
| Hex | D2 | 39 | AC | 0 | 49 | 12 | 12 | 13B | 3F | 34 |
| Octal | 322 | 71 | 254 | 0 | 111 | 22 | 22 | 473 | 77 | 64 |
| Binary | 11010010 | 111001 | 10101100 | 0 | 1001001 | 10010 | 10010 | 100111011 | 111111 | 110100 |
Color Harmonies of #D239AC
Complementary color
Monochromatic Colors of #D239AC
Black with #D239AC
Text Example
Text Example
White with #D239AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239AC; }
p { color: rgb(210,57,172); }
H1.HeaderClassName
{
color: #D239AC;
}
.AnyTagClassName
{
color: #D239AC;
}
</style>
background-color css
<style>
a { background-color: #D239AC; }
a { background-color: rgb(210,57,172); }
div.DivClassName
{
background-color: #D239AC;
}
.BgClassName
{
background-color: #D239AC;
}
</style>
border-color css
<style>
span { border-color: #D239AC; }
span { border-color: rgb(210,57,172); }
td.TdClassName
{
border-color: #D239AC;
}
.TagClassName
{
border-color: #D239AC;
}
</style>