Shades of Mulberry #D84F9C
Tints of Mulberry #D84F9C
RGB
CMYK
RGB Variations
Color information
#D84F9C (or 0xD84F9C) is known color: Mulberry. HEX triplet: D8, 4F and 9C. RGB value is (216,79,156). Sum of RGB (Red+Green+Blue) = 216+79+156=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F9C is #27B063. Grayscale: #808080. Windows color (decimal): -2601060 or 10244056. OLE color: 10244056.
HSL color Cylindrical-coordinate representation of color #D84F9C: hue angle of 326.28º 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 #D84F9C is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 156 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.15 |
| HSL | 326.28º | 0.64% | 0.58% | - |
| HSV(B) | 326.28º | 0.63% | 0.85% | - |
| XYZ | 37.12 | 22.59 | 33.86 | - |
| YUV | 128.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 156 | 0 | 0.63 | 0.28 | 0.15 | 326.28 | 0.64 | 0.58 |
| Hex | D8 | 4F | 9C | 0 | 3F | 1C | F | 146 | 40 | 3A |
| Octal | 330 | 117 | 234 | 0 | 77 | 34 | 17 | 506 | 100 | 72 |
| Binary | 11011000 | 1001111 | 10011100 | 0 | 111111 | 11100 | 1111 | 101000110 | 1000000 | 111010 |
Color Harmonies of #D84F9C
Complementary color
Monochromatic Colors of #D84F9C
Black with #D84F9C
Text Example
Text Example
White with #D84F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F9C; }
p { color: rgb(216,79,156); }
H1.HeaderClassName
{
color: #D84F9C;
}
.AnyTagClassName
{
color: #D84F9C;
}
</style>
background-color css
<style>
a { background-color: #D84F9C; }
a { background-color: rgb(216,79,156); }
div.DivClassName
{
background-color: #D84F9C;
}
.BgClassName
{
background-color: #D84F9C;
}
</style>
border-color css
<style>
span { border-color: #D84F9C; }
span { border-color: rgb(216,79,156); }
td.TdClassName
{
border-color: #D84F9C;
}
.TagClassName
{
border-color: #D84F9C;
}
</style>