Shades of Mulberry #D2489B
Tints of Mulberry #D2489B
RGB
CMYK
RGB Variations
Color information
#D2489B (or 0xD2489B) is known color: Mulberry. HEX triplet: D2, 48 and 9B. RGB value is (210,72,155). Sum of RGB (Red+Green+Blue) = 210+72+155=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2489B is #2DB764. Grayscale: #7A7A7A. Windows color (decimal): -2996069 or 10176722. OLE color: 10176722.
HSL color Cylindrical-coordinate representation of color #D2489B: hue angle of 323.91º 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 #D2489B is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 155 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.18 |
| HSL | 323.91º | 0.61% | 0.55% | - |
| HSV(B) | 323.91º | 0.66% | 0.82% | - |
| XYZ | 34.81 | 20.7 | 33.17 | - |
| YUV | 122.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 155 | 0 | 0.66 | 0.26 | 0.18 | 323.91 | 0.61 | 0.55 |
| Hex | D2 | 48 | 9B | 0 | 42 | 1A | 12 | 144 | 3D | 37 |
| Octal | 322 | 110 | 233 | 0 | 102 | 32 | 22 | 504 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10011011 | 0 | 1000010 | 11010 | 10010 | 101000100 | 111101 | 110111 |
Color Harmonies of #D2489B
Complementary color
Monochromatic Colors of #D2489B
Black with #D2489B
Text Example
Text Example
White with #D2489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2489B; }
p { color: rgb(210,72,155); }
H1.HeaderClassName
{
color: #D2489B;
}
.AnyTagClassName
{
color: #D2489B;
}
</style>
background-color css
<style>
a { background-color: #D2489B; }
a { background-color: rgb(210,72,155); }
div.DivClassName
{
background-color: #D2489B;
}
.BgClassName
{
background-color: #D2489B;
}
</style>
border-color css
<style>
span { border-color: #D2489B; }
span { border-color: rgb(210,72,155); }
td.TdClassName
{
border-color: #D2489B;
}
.TagClassName
{
border-color: #D2489B;
}
</style>