Shades of Mulberry #D948AA
Tints of Mulberry #D948AA
RGB
CMYK
RGB Variations
Color information
#D948AA (or 0xD948AA) is known color: Mulberry. HEX triplet: D9, 48 and AA. RGB value is (217,72,170). Sum of RGB (Red+Green+Blue) = 217+72+170=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D948AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948AA is #26B755. Grayscale: #7E7E7E. Windows color (decimal): -2537302 or 11159769. OLE color: 11159769.
HSL color Cylindrical-coordinate representation of color #D948AA: hue angle of 319.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D948AA is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 170 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.15 |
| HSL | 319.45º | 0.66% | 0.57% | - |
| HSV(B) | 319.45º | 0.67% | 0.85% | - |
| XYZ | 38.19 | 22.29 | 40.32 | - |
| YUV | 126.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 170 | 0 | 0.67 | 0.22 | 0.15 | 319.45 | 0.66 | 0.57 |
| Hex | D9 | 48 | AA | 0 | 43 | 16 | F | 13F | 42 | 39 |
| Octal | 331 | 110 | 252 | 0 | 103 | 26 | 17 | 477 | 102 | 71 |
| Binary | 11011001 | 1001000 | 10101010 | 0 | 1000011 | 10110 | 1111 | 100111111 | 1000010 | 111001 |
Color Harmonies of #D948AA
Complementary color
Monochromatic Colors of #D948AA
Black with #D948AA
Text Example
Text Example
White with #D948AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948AA; }
p { color: rgb(217,72,170); }
H1.HeaderClassName
{
color: #D948AA;
}
.AnyTagClassName
{
color: #D948AA;
}
</style>
background-color css
<style>
a { background-color: #D948AA; }
a { background-color: rgb(217,72,170); }
div.DivClassName
{
background-color: #D948AA;
}
.BgClassName
{
background-color: #D948AA;
}
</style>
border-color css
<style>
span { border-color: #D948AA; }
span { border-color: rgb(217,72,170); }
td.TdClassName
{
border-color: #D948AA;
}
.TagClassName
{
border-color: #D948AA;
}
</style>