Shades of Mulberry #D84B9C
Tints of Mulberry #D84B9C
RGB
CMYK
RGB Variations
Color information
#D84B9C (or 0xD84B9C) is known color: Mulberry. HEX triplet: D8, 4B and 9C. RGB value is (216,75,156). Sum of RGB (Red+Green+Blue) = 216+75+156=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B9C is #27B463. Grayscale: #7E7E7E. Windows color (decimal): -2602084 or 10243032. OLE color: 10243032.
HSL color Cylindrical-coordinate representation of color #D84B9C: hue angle of 325.53º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84B9C is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 156 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.15 |
| HSL | 325.53º | 0.64% | 0.57% | - |
| HSV(B) | 325.53º | 0.65% | 0.85% | - |
| XYZ | 36.84 | 22.03 | 33.76 | - |
| YUV | 126.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 156 | 0 | 0.65 | 0.28 | 0.15 | 325.53 | 0.64 | 0.57 |
| Hex | D8 | 4B | 9C | 0 | 41 | 1C | F | 146 | 40 | 39 |
| Octal | 330 | 113 | 234 | 0 | 101 | 34 | 17 | 506 | 100 | 71 |
| Binary | 11011000 | 1001011 | 10011100 | 0 | 1000001 | 11100 | 1111 | 101000110 | 1000000 | 111001 |
Color Harmonies of #D84B9C
Complementary color
Monochromatic Colors of #D84B9C
Black with #D84B9C
Text Example
Text Example
White with #D84B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B9C; }
p { color: rgb(216,75,156); }
H1.HeaderClassName
{
color: #D84B9C;
}
.AnyTagClassName
{
color: #D84B9C;
}
</style>
background-color css
<style>
a { background-color: #D84B9C; }
a { background-color: rgb(216,75,156); }
div.DivClassName
{
background-color: #D84B9C;
}
.BgClassName
{
background-color: #D84B9C;
}
</style>
border-color css
<style>
span { border-color: #D84B9C; }
span { border-color: rgb(216,75,156); }
td.TdClassName
{
border-color: #D84B9C;
}
.TagClassName
{
border-color: #D84B9C;
}
</style>