Shades of Mulberry #D8468F
Tints of Mulberry #D8468F
RGB
CMYK
RGB Variations
Color information
#D8468F (or 0xD8468F) is known color: Mulberry. HEX triplet: D8, 46 and 8F. RGB value is (216,70,143). Sum of RGB (Red+Green+Blue) = 216+70+143=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8468F is #27B970. Grayscale: #797979. Windows color (decimal): -2603377 or 9389784. OLE color: 9389784.
HSL color Cylindrical-coordinate representation of color #D8468F: hue angle of 330º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8468F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 143 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.15 |
| HSL | 330º | 0.65% | 0.56% | - |
| HSV(B) | 330º | 0.68% | 0.85% | - |
| XYZ | 35.47 | 20.96 | 28.16 | - |
| YUV | 121.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 143 | 0 | 0.68 | 0.34 | 0.15 | 330 | 0.65 | 0.56 |
| Hex | D8 | 46 | 8F | 0 | 44 | 22 | F | 14A | 41 | 38 |
| Octal | 330 | 106 | 217 | 0 | 104 | 42 | 17 | 512 | 101 | 70 |
| Binary | 11011000 | 1000110 | 10001111 | 0 | 1000100 | 100010 | 1111 | 101001010 | 1000001 | 111000 |
Color Harmonies of #D8468F
Complementary color
Monochromatic Colors of #D8468F
Black with #D8468F
Text Example
Text Example
White with #D8468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8468F; }
p { color: rgb(216,70,143); }
H1.HeaderClassName
{
color: #D8468F;
}
.AnyTagClassName
{
color: #D8468F;
}
</style>
background-color css
<style>
a { background-color: #D8468F; }
a { background-color: rgb(216,70,143); }
div.DivClassName
{
background-color: #D8468F;
}
.BgClassName
{
background-color: #D8468F;
}
</style>
border-color css
<style>
span { border-color: #D8468F; }
span { border-color: rgb(216,70,143); }
td.TdClassName
{
border-color: #D8468F;
}
.TagClassName
{
border-color: #D8468F;
}
</style>