Shades of Mulberry #D2488B
Tints of Mulberry #D2488B
RGB
CMYK
RGB Variations
Color information
#D2488B (or 0xD2488B) is known color: Mulberry. HEX triplet: D2, 48 and 8B. RGB value is (210,72,139). Sum of RGB (Red+Green+Blue) = 210+72+139=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2488B is #2DB774. Grayscale: #787878. Windows color (decimal): -2996085 or 9128146. OLE color: 9128146.
HSL color Cylindrical-coordinate representation of color #D2488B: hue angle of 330.87º 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 #D2488B is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 139 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.18 |
| HSL | 330.87º | 0.61% | 0.55% | - |
| HSV(B) | 330.87º | 0.66% | 0.82% | - |
| XYZ | 33.56 | 20.2 | 26.56 | - |
| YUV | 120.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 139 | 0 | 0.66 | 0.34 | 0.18 | 330.87 | 0.61 | 0.55 |
| Hex | D2 | 48 | 8B | 0 | 42 | 22 | 12 | 14B | 3D | 37 |
| Octal | 322 | 110 | 213 | 0 | 102 | 42 | 22 | 513 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10001011 | 0 | 1000010 | 100010 | 10010 | 101001011 | 111101 | 110111 |
Color Harmonies of #D2488B
Complementary color
Monochromatic Colors of #D2488B
Black with #D2488B
Text Example
Text Example
White with #D2488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2488B; }
p { color: rgb(210,72,139); }
H1.HeaderClassName
{
color: #D2488B;
}
.AnyTagClassName
{
color: #D2488B;
}
</style>
background-color css
<style>
a { background-color: #D2488B; }
a { background-color: rgb(210,72,139); }
div.DivClassName
{
background-color: #D2488B;
}
.BgClassName
{
background-color: #D2488B;
}
</style>
border-color css
<style>
span { border-color: #D2488B; }
span { border-color: rgb(210,72,139); }
td.TdClassName
{
border-color: #D2488B;
}
.TagClassName
{
border-color: #D2488B;
}
</style>