Shades of Mulberry #D0459D
Tints of Mulberry #D0459D
RGB
CMYK
RGB Variations
Color information
#D0459D (or 0xD0459D) is known color: Mulberry. HEX triplet: D0, 45 and 9D. RGB value is (208,69,157). Sum of RGB (Red+Green+Blue) = 208+69+157=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0459D is #2FBA62. Grayscale: #787878. Windows color (decimal): -3127907 or 10307024. OLE color: 10307024.
HSL color Cylindrical-coordinate representation of color #D0459D: hue angle of 322.01º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0459D is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 157 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.18 |
| HSL | 322.01º | 0.6% | 0.54% | - |
| HSV(B) | 322.01º | 0.67% | 0.82% | - |
| XYZ | 34.23 | 20.1 | 33.97 | - |
| YUV | 120.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 157 | 0 | 0.67 | 0.25 | 0.18 | 322.01 | 0.6 | 0.54 |
| Hex | D0 | 45 | 9D | 0 | 43 | 19 | 12 | 142 | 3C | 36 |
| Octal | 320 | 105 | 235 | 0 | 103 | 31 | 22 | 502 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10011101 | 0 | 1000011 | 11001 | 10010 | 101000010 | 111100 | 110110 |
Color Harmonies of #D0459D
Complementary color
Monochromatic Colors of #D0459D
Black with #D0459D
Text Example
Text Example
White with #D0459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0459D; }
p { color: rgb(208,69,157); }
H1.HeaderClassName
{
color: #D0459D;
}
.AnyTagClassName
{
color: #D0459D;
}
</style>
background-color css
<style>
a { background-color: #D0459D; }
a { background-color: rgb(208,69,157); }
div.DivClassName
{
background-color: #D0459D;
}
.BgClassName
{
background-color: #D0459D;
}
</style>
border-color css
<style>
span { border-color: #D0459D; }
span { border-color: rgb(208,69,157); }
td.TdClassName
{
border-color: #D0459D;
}
.TagClassName
{
border-color: #D0459D;
}
</style>