Shades of Mulberry #D2478E
Tints of Mulberry #D2478E
RGB
CMYK
RGB Variations
Color information
#D2478E (or 0xD2478E) is known color: Mulberry. HEX triplet: D2, 47 and 8E. RGB value is (210,71,142). Sum of RGB (Red+Green+Blue) = 210+71+142=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2478E is #2DB871. Grayscale: #787878. Windows color (decimal): -2996338 or 9324498. OLE color: 9324498.
HSL color Cylindrical-coordinate representation of color #D2478E: hue angle of 329.35º 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 #D2478E is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 142 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.18 |
| HSL | 329.35º | 0.61% | 0.55% | - |
| HSV(B) | 329.35º | 0.66% | 0.82% | - |
| XYZ | 33.71 | 20.16 | 27.71 | - |
| YUV | 120.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 142 | 0 | 0.66 | 0.32 | 0.18 | 329.35 | 0.61 | 0.55 |
| Hex | D2 | 47 | 8E | 0 | 42 | 20 | 12 | 149 | 3D | 37 |
| Octal | 322 | 107 | 216 | 0 | 102 | 40 | 22 | 511 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10001110 | 0 | 1000010 | 100000 | 10010 | 101001001 | 111101 | 110111 |
Color Harmonies of #D2478E
Complementary color
Monochromatic Colors of #D2478E
Black with #D2478E
Text Example
Text Example
White with #D2478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2478E; }
p { color: rgb(210,71,142); }
H1.HeaderClassName
{
color: #D2478E;
}
.AnyTagClassName
{
color: #D2478E;
}
</style>
background-color css
<style>
a { background-color: #D2478E; }
a { background-color: rgb(210,71,142); }
div.DivClassName
{
background-color: #D2478E;
}
.BgClassName
{
background-color: #D2478E;
}
</style>
border-color css
<style>
span { border-color: #D2478E; }
span { border-color: rgb(210,71,142); }
td.TdClassName
{
border-color: #D2478E;
}
.TagClassName
{
border-color: #D2478E;
}
</style>