Shades of Mulberry #D2409C
Tints of Mulberry #D2409C
RGB
CMYK
RGB Variations
Color information
#D2409C (or 0xD2409C) is known color: Mulberry. HEX triplet: D2, 40 and 9C. RGB value is (210,64,156). Sum of RGB (Red+Green+Blue) = 210+64+156=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2409C is #2DBF63. Grayscale: #757575. Windows color (decimal): -2998116 or 10240210. OLE color: 10240210.
HSL color Cylindrical-coordinate representation of color #D2409C: hue angle of 322.19º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2409C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 156 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.18 |
| HSL | 322.19º | 0.62% | 0.54% | - |
| HSV(B) | 322.19º | 0.7% | 0.82% | - |
| XYZ | 34.41 | 19.77 | 33.45 | - |
| YUV | 118.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 156 | 0 | 0.70 | 0.26 | 0.18 | 322.19 | 0.62 | 0.54 |
| Hex | D2 | 40 | 9C | 0 | 46 | 1A | 12 | 142 | 3E | 36 |
| Octal | 322 | 100 | 234 | 0 | 106 | 32 | 22 | 502 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10011100 | 0 | 1000110 | 11010 | 10010 | 101000010 | 111110 | 110110 |
Color Harmonies of #D2409C
Complementary color
Monochromatic Colors of #D2409C
Black with #D2409C
Text Example
Text Example
White with #D2409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2409C; }
p { color: rgb(210,64,156); }
H1.HeaderClassName
{
color: #D2409C;
}
.AnyTagClassName
{
color: #D2409C;
}
</style>
background-color css
<style>
a { background-color: #D2409C; }
a { background-color: rgb(210,64,156); }
div.DivClassName
{
background-color: #D2409C;
}
.BgClassName
{
background-color: #D2409C;
}
</style>
border-color css
<style>
span { border-color: #D2409C; }
span { border-color: rgb(210,64,156); }
td.TdClassName
{
border-color: #D2409C;
}
.TagClassName
{
border-color: #D2409C;
}
</style>