Shades of Mulberry #D2489A
Tints of Mulberry #D2489A
RGB
CMYK
RGB Variations
Color information
#D2489A (or 0xD2489A) is known color: Mulberry. HEX triplet: D2, 48 and 9A. RGB value is (210,72,154). Sum of RGB (Red+Green+Blue) = 210+72+154=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2489A is #2DB765. Grayscale: #7A7A7A. Windows color (decimal): -2996070 or 10111186. OLE color: 10111186.
HSL color Cylindrical-coordinate representation of color #D2489A: hue angle of 324.35º 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 #D2489A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 154 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.18 |
| HSL | 324.35º | 0.61% | 0.55% | - |
| HSV(B) | 324.35º | 0.66% | 0.82% | - |
| XYZ | 34.73 | 20.67 | 32.73 | - |
| YUV | 122.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 154 | 0 | 0.66 | 0.27 | 0.18 | 324.35 | 0.61 | 0.55 |
| Hex | D2 | 48 | 9A | 0 | 42 | 1B | 12 | 144 | 3D | 37 |
| Octal | 322 | 110 | 232 | 0 | 102 | 33 | 22 | 504 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10011010 | 0 | 1000010 | 11011 | 10010 | 101000100 | 111101 | 110111 |
Color Harmonies of #D2489A
Complementary color
Monochromatic Colors of #D2489A
Black with #D2489A
Text Example
Text Example
White with #D2489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2489A; }
p { color: rgb(210,72,154); }
H1.HeaderClassName
{
color: #D2489A;
}
.AnyTagClassName
{
color: #D2489A;
}
</style>
background-color css
<style>
a { background-color: #D2489A; }
a { background-color: rgb(210,72,154); }
div.DivClassName
{
background-color: #D2489A;
}
.BgClassName
{
background-color: #D2489A;
}
</style>
border-color css
<style>
span { border-color: #D2489A; }
span { border-color: rgb(210,72,154); }
td.TdClassName
{
border-color: #D2489A;
}
.TagClassName
{
border-color: #D2489A;
}
</style>