Shades of Mulberry #D239A8
Tints of Mulberry #D239A8
RGB
CMYK
RGB Variations
Color information
#D239A8 (or 0xD239A8) is known color: Mulberry. HEX triplet: D2, 39 and A8. RGB value is (210,57,168). Sum of RGB (Red+Green+Blue) = 210+57+168=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D239A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D239A8 is #2DC657. Grayscale: #737373. Windows color (decimal): -2999896 or 11024850. OLE color: 11024850.
HSL color Cylindrical-coordinate representation of color #D239A8: hue angle of 316.47º 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 #D239A8 is Cyan = 0, Magento = 0.73, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 168 | - |
| CMYK | 0 | 0.73 | 0.2 | 0.18 |
| HSL | 316.47º | 0.63% | 0.52% | - |
| HSV(B) | 316.47º | 0.73% | 0.82% | - |
| XYZ | 35.11 | 19.46 | 38.95 | - |
| YUV | 115.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 168 | 0 | 0.73 | 0.2 | 0.18 | 316.47 | 0.63 | 0.52 |
| Hex | D2 | 39 | A8 | 0 | 49 | 14 | 12 | 13C | 3F | 34 |
| Octal | 322 | 71 | 250 | 0 | 111 | 24 | 22 | 474 | 77 | 64 |
| Binary | 11010010 | 111001 | 10101000 | 0 | 1001001 | 10100 | 10010 | 100111100 | 111111 | 110100 |
Color Harmonies of #D239A8
Complementary color
Monochromatic Colors of #D239A8
Black with #D239A8
Text Example
Text Example
White with #D239A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239A8; }
p { color: rgb(210,57,168); }
H1.HeaderClassName
{
color: #D239A8;
}
.AnyTagClassName
{
color: #D239A8;
}
</style>
background-color css
<style>
a { background-color: #D239A8; }
a { background-color: rgb(210,57,168); }
div.DivClassName
{
background-color: #D239A8;
}
.BgClassName
{
background-color: #D239A8;
}
</style>
border-color css
<style>
span { border-color: #D239A8; }
span { border-color: rgb(210,57,168); }
td.TdClassName
{
border-color: #D239A8;
}
.TagClassName
{
border-color: #D239A8;
}
</style>