Shades of Mulberry #D2479E
Tints of Mulberry #D2479E
RGB
CMYK
RGB Variations
Color information
#D2479E (or 0xD2479E) is known color: Mulberry. HEX triplet: D2, 47 and 9E. RGB value is (210,71,158). Sum of RGB (Red+Green+Blue) = 210+71+158=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2479E is #2DB861. Grayscale: #7A7A7A. Windows color (decimal): -2996322 or 10373074. OLE color: 10373074.
HSL color Cylindrical-coordinate representation of color #D2479E: hue angle of 322.45º 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 #D2479E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 158 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.18 |
| HSL | 322.45º | 0.61% | 0.55% | - |
| HSV(B) | 322.45º | 0.66% | 0.82% | - |
| XYZ | 35 | 20.68 | 34.49 | - |
| YUV | 122.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 158 | 0 | 0.66 | 0.25 | 0.18 | 322.45 | 0.61 | 0.55 |
| Hex | D2 | 47 | 9E | 0 | 42 | 19 | 12 | 142 | 3D | 37 |
| Octal | 322 | 107 | 236 | 0 | 102 | 31 | 22 | 502 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10011110 | 0 | 1000010 | 11001 | 10010 | 101000010 | 111101 | 110111 |
Color Harmonies of #D2479E
Complementary color
Monochromatic Colors of #D2479E
Black with #D2479E
Text Example
Text Example
White with #D2479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2479E; }
p { color: rgb(210,71,158); }
H1.HeaderClassName
{
color: #D2479E;
}
.AnyTagClassName
{
color: #D2479E;
}
</style>
background-color css
<style>
a { background-color: #D2479E; }
a { background-color: rgb(210,71,158); }
div.DivClassName
{
background-color: #D2479E;
}
.BgClassName
{
background-color: #D2479E;
}
</style>
border-color css
<style>
span { border-color: #D2479E; }
span { border-color: rgb(210,71,158); }
td.TdClassName
{
border-color: #D2479E;
}
.TagClassName
{
border-color: #D2479E;
}
</style>