Shades of Mulberry #D2478B
Tints of Mulberry #D2478B
RGB
CMYK
RGB Variations
Color information
#D2478B (or 0xD2478B) is known color: Mulberry. HEX triplet: D2, 47 and 8B. RGB value is (210,71,139). Sum of RGB (Red+Green+Blue) = 210+71+139=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2478B is #2DB874. Grayscale: #787878. Windows color (decimal): -2996341 or 9127890. OLE color: 9127890.
HSL color Cylindrical-coordinate representation of color #D2478B: hue angle of 330.65º degrees, saturation: 0.61, 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 #D2478B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 139 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.18 |
| HSL | 330.65º | 0.61% | 0.55% | - |
| HSV(B) | 330.65º | 0.66% | 0.82% | - |
| XYZ | 33.49 | 20.07 | 26.54 | - |
| YUV | 120.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 139 | 0 | 0.66 | 0.34 | 0.18 | 330.65 | 0.61 | 0.55 |
| Hex | D2 | 47 | 8B | 0 | 42 | 22 | 12 | 14B | 3D | 37 |
| Octal | 322 | 107 | 213 | 0 | 102 | 42 | 22 | 513 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10001011 | 0 | 1000010 | 100010 | 10010 | 101001011 | 111101 | 110111 |
Color Harmonies of #D2478B
Complementary color
Monochromatic Colors of #D2478B
Black with #D2478B
Text Example
Text Example
White with #D2478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2478B; }
p { color: rgb(210,71,139); }
H1.HeaderClassName
{
color: #D2478B;
}
.AnyTagClassName
{
color: #D2478B;
}
</style>
background-color css
<style>
a { background-color: #D2478B; }
a { background-color: rgb(210,71,139); }
div.DivClassName
{
background-color: #D2478B;
}
.BgClassName
{
background-color: #D2478B;
}
</style>
border-color css
<style>
span { border-color: #D2478B; }
span { border-color: rgb(210,71,139); }
td.TdClassName
{
border-color: #D2478B;
}
.TagClassName
{
border-color: #D2478B;
}
</style>