Shades of Mulberry #D948A4
Tints of Mulberry #D948A4
RGB
CMYK
RGB Variations
Color information
#D948A4 (or 0xD948A4) is known color: Mulberry. HEX triplet: D9, 48 and A4. RGB value is (217,72,164). Sum of RGB (Red+Green+Blue) = 217+72+164=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D948A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948A4 is #26B75B. Grayscale: #7D7D7D. Windows color (decimal): -2537308 or 10766553. OLE color: 10766553.
HSL color Cylindrical-coordinate representation of color #D948A4: hue angle of 321.93º 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 #D948A4 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 164 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.15 |
| HSL | 321.93º | 0.66% | 0.57% | - |
| HSV(B) | 321.93º | 0.67% | 0.85% | - |
| XYZ | 37.63 | 22.07 | 37.4 | - |
| YUV | 125.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 164 | 0 | 0.67 | 0.24 | 0.15 | 321.93 | 0.66 | 0.57 |
| Hex | D9 | 48 | A4 | 0 | 43 | 18 | F | 142 | 42 | 39 |
| Octal | 331 | 110 | 244 | 0 | 103 | 30 | 17 | 502 | 102 | 71 |
| Binary | 11011001 | 1001000 | 10100100 | 0 | 1000011 | 11000 | 1111 | 101000010 | 1000010 | 111001 |
Color Harmonies of #D948A4
Complementary color
Monochromatic Colors of #D948A4
Black with #D948A4
Text Example
Text Example
White with #D948A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948A4; }
p { color: rgb(217,72,164); }
H1.HeaderClassName
{
color: #D948A4;
}
.AnyTagClassName
{
color: #D948A4;
}
</style>
background-color css
<style>
a { background-color: #D948A4; }
a { background-color: rgb(217,72,164); }
div.DivClassName
{
background-color: #D948A4;
}
.BgClassName
{
background-color: #D948A4;
}
</style>
border-color css
<style>
span { border-color: #D948A4; }
span { border-color: rgb(217,72,164); }
td.TdClassName
{
border-color: #D948A4;
}
.TagClassName
{
border-color: #D948A4;
}
</style>