Shades of Mulberry #D848AA
Tints of Mulberry #D848AA
RGB
CMYK
RGB Variations
Color information
#D848AA (or 0xD848AA) is known color: Mulberry. HEX triplet: D8, 48 and AA. RGB value is (216,72,170). Sum of RGB (Red+Green+Blue) = 216+72+170=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D848AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D848AA is #27B755. Grayscale: #7D7D7D. Windows color (decimal): -2602838 or 11159768. OLE color: 11159768.
HSL color Cylindrical-coordinate representation of color #D848AA: hue angle of 319.17º 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 #D848AA is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 170 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.15 |
| HSL | 319.17º | 0.65% | 0.56% | - |
| HSV(B) | 319.17º | 0.67% | 0.85% | - |
| XYZ | 37.89 | 22.14 | 40.31 | - |
| YUV | 126.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 170 | 0 | 0.67 | 0.21 | 0.15 | 319.17 | 0.65 | 0.56 |
| Hex | D8 | 48 | AA | 0 | 43 | 15 | F | 13F | 41 | 38 |
| Octal | 330 | 110 | 252 | 0 | 103 | 25 | 17 | 477 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10101010 | 0 | 1000011 | 10101 | 1111 | 100111111 | 1000001 | 111000 |
Color Harmonies of #D848AA
Complementary color
Monochromatic Colors of #D848AA
Black with #D848AA
Text Example
Text Example
White with #D848AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848AA; }
p { color: rgb(216,72,170); }
H1.HeaderClassName
{
color: #D848AA;
}
.AnyTagClassName
{
color: #D848AA;
}
</style>
background-color css
<style>
a { background-color: #D848AA; }
a { background-color: rgb(216,72,170); }
div.DivClassName
{
background-color: #D848AA;
}
.BgClassName
{
background-color: #D848AA;
}
</style>
border-color css
<style>
span { border-color: #D848AA; }
span { border-color: rgb(216,72,170); }
td.TdClassName
{
border-color: #D848AA;
}
.TagClassName
{
border-color: #D848AA;
}
</style>