Shades of Mulberry #D2479B
Tints of Mulberry #D2479B
RGB
CMYK
RGB Variations
Color information
#D2479B (or 0xD2479B) is known color: Mulberry. HEX triplet: D2, 47 and 9B. RGB value is (210,71,155). Sum of RGB (Red+Green+Blue) = 210+71+155=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2479B is #2DB864. Grayscale: #797979. Windows color (decimal): -2996325 or 10176466. OLE color: 10176466.
HSL color Cylindrical-coordinate representation of color #D2479B: hue angle of 323.74º 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 #D2479B is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 155 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.18 |
| HSL | 323.74º | 0.61% | 0.55% | - |
| HSV(B) | 323.74º | 0.66% | 0.82% | - |
| XYZ | 34.75 | 20.57 | 33.15 | - |
| YUV | 122.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 155 | 0 | 0.66 | 0.26 | 0.18 | 323.74 | 0.61 | 0.55 |
| Hex | D2 | 47 | 9B | 0 | 42 | 1A | 12 | 144 | 3D | 37 |
| Octal | 322 | 107 | 233 | 0 | 102 | 32 | 22 | 504 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10011011 | 0 | 1000010 | 11010 | 10010 | 101000100 | 111101 | 110111 |
Color Harmonies of #D2479B
Complementary color
Monochromatic Colors of #D2479B
Black with #D2479B
Text Example
Text Example
White with #D2479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2479B; }
p { color: rgb(210,71,155); }
H1.HeaderClassName
{
color: #D2479B;
}
.AnyTagClassName
{
color: #D2479B;
}
</style>
background-color css
<style>
a { background-color: #D2479B; }
a { background-color: rgb(210,71,155); }
div.DivClassName
{
background-color: #D2479B;
}
.BgClassName
{
background-color: #D2479B;
}
</style>
border-color css
<style>
span { border-color: #D2479B; }
span { border-color: rgb(210,71,155); }
td.TdClassName
{
border-color: #D2479B;
}
.TagClassName
{
border-color: #D2479B;
}
</style>