Shades of Mulberry #D848A0
Tints of Mulberry #D848A0
RGB
CMYK
RGB Variations
Color information
#D848A0 (or 0xD848A0) is known color: Mulberry. HEX triplet: D8, 48 and A0. RGB value is (216,72,160). Sum of RGB (Red+Green+Blue) = 216+72+160=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D848A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D848A0 is #27B75F. Grayscale: #7C7C7C. Windows color (decimal): -2602848 or 10504408. OLE color: 10504408.
HSL color Cylindrical-coordinate representation of color #D848A0: hue angle of 323.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D848A0 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 160 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.15 |
| HSL | 323.33º | 0.65% | 0.56% | - |
| HSV(B) | 323.33º | 0.67% | 0.85% | - |
| XYZ | 36.98 | 21.77 | 35.51 | - |
| YUV | 125.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 160 | 0 | 0.67 | 0.26 | 0.15 | 323.33 | 0.65 | 0.56 |
| Hex | D8 | 48 | A0 | 0 | 43 | 1A | F | 143 | 41 | 38 |
| Octal | 330 | 110 | 240 | 0 | 103 | 32 | 17 | 503 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10100000 | 0 | 1000011 | 11010 | 1111 | 101000011 | 1000001 | 111000 |
Color Harmonies of #D848A0
Complementary color
Monochromatic Colors of #D848A0
Black with #D848A0
Text Example
Text Example
White with #D848A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848A0; }
p { color: rgb(216,72,160); }
H1.HeaderClassName
{
color: #D848A0;
}
.AnyTagClassName
{
color: #D848A0;
}
</style>
background-color css
<style>
a { background-color: #D848A0; }
a { background-color: rgb(216,72,160); }
div.DivClassName
{
background-color: #D848A0;
}
.BgClassName
{
background-color: #D848A0;
}
</style>
border-color css
<style>
span { border-color: #D848A0; }
span { border-color: rgb(216,72,160); }
td.TdClassName
{
border-color: #D848A0;
}
.TagClassName
{
border-color: #D848A0;
}
</style>