Shades of Mulberry #D2479A
Tints of Mulberry #D2479A
RGB
CMYK
RGB Variations
Color information
#D2479A (or 0xD2479A) is known color: Mulberry. HEX triplet: D2, 47 and 9A. RGB value is (210,71,154). Sum of RGB (Red+Green+Blue) = 210+71+154=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2479A is #2DB865. Grayscale: #797979. Windows color (decimal): -2996326 or 10110930. OLE color: 10110930.
HSL color Cylindrical-coordinate representation of color #D2479A: hue angle of 324.17º 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 #D2479A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 154 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.18 |
| HSL | 324.17º | 0.61% | 0.55% | - |
| HSV(B) | 324.17º | 0.66% | 0.82% | - |
| XYZ | 34.66 | 20.54 | 32.71 | - |
| YUV | 122.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 154 | 0 | 0.66 | 0.27 | 0.18 | 324.17 | 0.61 | 0.55 |
| Hex | D2 | 47 | 9A | 0 | 42 | 1B | 12 | 144 | 3D | 37 |
| Octal | 322 | 107 | 232 | 0 | 102 | 33 | 22 | 504 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10011010 | 0 | 1000010 | 11011 | 10010 | 101000100 | 111101 | 110111 |
Color Harmonies of #D2479A
Complementary color
Monochromatic Colors of #D2479A
Black with #D2479A
Text Example
Text Example
White with #D2479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2479A; }
p { color: rgb(210,71,154); }
H1.HeaderClassName
{
color: #D2479A;
}
.AnyTagClassName
{
color: #D2479A;
}
</style>
background-color css
<style>
a { background-color: #D2479A; }
a { background-color: rgb(210,71,154); }
div.DivClassName
{
background-color: #D2479A;
}
.BgClassName
{
background-color: #D2479A;
}
</style>
border-color css
<style>
span { border-color: #D2479A; }
span { border-color: rgb(210,71,154); }
td.TdClassName
{
border-color: #D2479A;
}
.TagClassName
{
border-color: #D2479A;
}
</style>