Shades of Mulberry #D0478F
Tints of Mulberry #D0478F
RGB
CMYK
RGB Variations
Color information
#D0478F (or 0xD0478F) is known color: Mulberry. HEX triplet: D0, 47 and 8F. RGB value is (208,71,143). Sum of RGB (Red+Green+Blue) = 208+71+143=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0478F is #2FB870. Grayscale: #787878. Windows color (decimal): -3127409 or 9390032. OLE color: 9390032.
HSL color Cylindrical-coordinate representation of color #D0478F: hue angle of 328.47º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0478F is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 143 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.18 |
| HSL | 328.47º | 0.59% | 0.55% | - |
| HSV(B) | 328.47º | 0.66% | 0.82% | - |
| XYZ | 33.22 | 19.9 | 28.08 | - |
| YUV | 120.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 143 | 0 | 0.66 | 0.31 | 0.18 | 328.47 | 0.59 | 0.55 |
| Hex | D0 | 47 | 8F | 0 | 42 | 1F | 12 | 148 | 3B | 37 |
| Octal | 320 | 107 | 217 | 0 | 102 | 37 | 22 | 510 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10001111 | 0 | 1000010 | 11111 | 10010 | 101001000 | 111011 | 110111 |
Color Harmonies of #D0478F
Complementary color
Monochromatic Colors of #D0478F
Black with #D0478F
Text Example
Text Example
White with #D0478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0478F; }
p { color: rgb(208,71,143); }
H1.HeaderClassName
{
color: #D0478F;
}
.AnyTagClassName
{
color: #D0478F;
}
</style>
background-color css
<style>
a { background-color: #D0478F; }
a { background-color: rgb(208,71,143); }
div.DivClassName
{
background-color: #D0478F;
}
.BgClassName
{
background-color: #D0478F;
}
</style>
border-color css
<style>
span { border-color: #D0478F; }
span { border-color: rgb(208,71,143); }
td.TdClassName
{
border-color: #D0478F;
}
.TagClassName
{
border-color: #D0478F;
}
</style>