Shades of Mulberry #D8509A
Tints of Mulberry #D8509A
RGB
CMYK
RGB Variations
Color information
#D8509A (or 0xD8509A) is known color: Mulberry. HEX triplet: D8, 50 and 9A. RGB value is (216,80,154). Sum of RGB (Red+Green+Blue) = 216+80+154=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8509A is #27AF65. Grayscale: #808080. Windows color (decimal): -2600806 or 10113240. OLE color: 10113240.
HSL color Cylindrical-coordinate representation of color #D8509A: hue angle of 327.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8509A is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 154 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.15 |
| HSL | 327.35º | 0.64% | 0.58% | - |
| HSV(B) | 327.35º | 0.63% | 0.85% | - |
| XYZ | 37.02 | 22.67 | 33 | - |
| YUV | 129.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 154 | 0 | 0.63 | 0.29 | 0.15 | 327.35 | 0.64 | 0.58 |
| Hex | D8 | 50 | 9A | 0 | 3F | 1D | F | 147 | 40 | 3A |
| Octal | 330 | 120 | 232 | 0 | 77 | 35 | 17 | 507 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10011010 | 0 | 111111 | 11101 | 1111 | 101000111 | 1000000 | 111010 |
Color Harmonies of #D8509A
Complementary color
Monochromatic Colors of #D8509A
Black with #D8509A
Text Example
Text Example
White with #D8509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8509A; }
p { color: rgb(216,80,154); }
H1.HeaderClassName
{
color: #D8509A;
}
.AnyTagClassName
{
color: #D8509A;
}
</style>
background-color css
<style>
a { background-color: #D8509A; }
a { background-color: rgb(216,80,154); }
div.DivClassName
{
background-color: #D8509A;
}
.BgClassName
{
background-color: #D8509A;
}
</style>
border-color css
<style>
span { border-color: #D8509A; }
span { border-color: rgb(216,80,154); }
td.TdClassName
{
border-color: #D8509A;
}
.TagClassName
{
border-color: #D8509A;
}
</style>