Shades of Mulberry #D2479C
Tints of Mulberry #D2479C
RGB
CMYK
RGB Variations
Color information
#D2479C (or 0xD2479C) is known color: Mulberry. HEX triplet: D2, 47 and 9C. RGB value is (210,71,156). Sum of RGB (Red+Green+Blue) = 210+71+156=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2479C is #2DB863. Grayscale: #7A7A7A. Windows color (decimal): -2996324 or 10242002. OLE color: 10242002.
HSL color Cylindrical-coordinate representation of color #D2479C: hue angle of 323.31º 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 #D2479C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 156 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.18 |
| HSL | 323.31º | 0.61% | 0.55% | - |
| HSV(B) | 323.31º | 0.66% | 0.82% | - |
| XYZ | 34.83 | 20.61 | 33.59 | - |
| YUV | 122.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 156 | 0 | 0.66 | 0.26 | 0.18 | 323.31 | 0.61 | 0.55 |
| Hex | D2 | 47 | 9C | 0 | 42 | 1A | 12 | 143 | 3D | 37 |
| Octal | 322 | 107 | 234 | 0 | 102 | 32 | 22 | 503 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10011100 | 0 | 1000010 | 11010 | 10010 | 101000011 | 111101 | 110111 |
Color Harmonies of #D2479C
Complementary color
Monochromatic Colors of #D2479C
Black with #D2479C
Text Example
Text Example
White with #D2479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2479C; }
p { color: rgb(210,71,156); }
H1.HeaderClassName
{
color: #D2479C;
}
.AnyTagClassName
{
color: #D2479C;
}
</style>
background-color css
<style>
a { background-color: #D2479C; }
a { background-color: rgb(210,71,156); }
div.DivClassName
{
background-color: #D2479C;
}
.BgClassName
{
background-color: #D2479C;
}
</style>
border-color css
<style>
span { border-color: #D2479C; }
span { border-color: rgb(210,71,156); }
td.TdClassName
{
border-color: #D2479C;
}
.TagClassName
{
border-color: #D2479C;
}
</style>