Shades of Mulberry #D9478E
Tints of Mulberry #D9478E
RGB
CMYK
RGB Variations
Color information
#D9478E (or 0xD9478E) is known color: Mulberry. HEX triplet: D9, 47 and 8E. RGB value is (217,71,142). Sum of RGB (Red+Green+Blue) = 217+71+142=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9478E is #26B871. Grayscale: #7A7A7A. Windows color (decimal): -2537586 or 9324505. OLE color: 9324505.
HSL color Cylindrical-coordinate representation of color #D9478E: hue angle of 330.82º degrees, saturation: 0.66, 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 #D9478E is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 142 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.15 |
| HSL | 330.82º | 0.66% | 0.56% | - |
| HSV(B) | 330.82º | 0.67% | 0.85% | - |
| XYZ | 35.75 | 21.21 | 27.8 | - |
| YUV | 122.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 142 | 0 | 0.67 | 0.35 | 0.15 | 330.82 | 0.66 | 0.56 |
| Hex | D9 | 47 | 8E | 0 | 43 | 23 | F | 14B | 42 | 38 |
| Octal | 331 | 107 | 216 | 0 | 103 | 43 | 17 | 513 | 102 | 70 |
| Binary | 11011001 | 1000111 | 10001110 | 0 | 1000011 | 100011 | 1111 | 101001011 | 1000010 | 111000 |
Color Harmonies of #D9478E
Complementary color
Monochromatic Colors of #D9478E
Black with #D9478E
Text Example
Text Example
White with #D9478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9478E; }
p { color: rgb(217,71,142); }
H1.HeaderClassName
{
color: #D9478E;
}
.AnyTagClassName
{
color: #D9478E;
}
</style>
background-color css
<style>
a { background-color: #D9478E; }
a { background-color: rgb(217,71,142); }
div.DivClassName
{
background-color: #D9478E;
}
.BgClassName
{
background-color: #D9478E;
}
</style>
border-color css
<style>
span { border-color: #D9478E; }
span { border-color: rgb(217,71,142); }
td.TdClassName
{
border-color: #D9478E;
}
.TagClassName
{
border-color: #D9478E;
}
</style>