Shades of Mulberry #D2488C
Tints of Mulberry #D2488C
RGB
CMYK
RGB Variations
Color information
#D2488C (or 0xD2488C) is known color: Mulberry. HEX triplet: D2, 48 and 8C. RGB value is (210,72,140). Sum of RGB (Red+Green+Blue) = 210+72+140=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2488C is #2DB773. Grayscale: #787878. Windows color (decimal): -2996084 or 9193682. OLE color: 9193682.
HSL color Cylindrical-coordinate representation of color #D2488C: hue angle of 330.43º 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 #D2488C is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 140 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.18 |
| HSL | 330.43º | 0.61% | 0.55% | - |
| HSV(B) | 330.43º | 0.66% | 0.82% | - |
| XYZ | 33.63 | 20.23 | 26.94 | - |
| YUV | 121.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 140 | 0 | 0.66 | 0.33 | 0.18 | 330.43 | 0.61 | 0.55 |
| Hex | D2 | 48 | 8C | 0 | 42 | 21 | 12 | 14A | 3D | 37 |
| Octal | 322 | 110 | 214 | 0 | 102 | 41 | 22 | 512 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10001100 | 0 | 1000010 | 100001 | 10010 | 101001010 | 111101 | 110111 |
Color Harmonies of #D2488C
Complementary color
Monochromatic Colors of #D2488C
Black with #D2488C
Text Example
Text Example
White with #D2488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2488C; }
p { color: rgb(210,72,140); }
H1.HeaderClassName
{
color: #D2488C;
}
.AnyTagClassName
{
color: #D2488C;
}
</style>
background-color css
<style>
a { background-color: #D2488C; }
a { background-color: rgb(210,72,140); }
div.DivClassName
{
background-color: #D2488C;
}
.BgClassName
{
background-color: #D2488C;
}
</style>
border-color css
<style>
span { border-color: #D2488C; }
span { border-color: rgb(210,72,140); }
td.TdClassName
{
border-color: #D2488C;
}
.TagClassName
{
border-color: #D2488C;
}
</style>