Shades of Mulberry #D0488C
Tints of Mulberry #D0488C
RGB
CMYK
RGB Variations
Color information
#D0488C (or 0xD0488C) is known color: Mulberry. HEX triplet: D0, 48 and 8C. RGB value is (208,72,140). Sum of RGB (Red+Green+Blue) = 208+72+140=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0488C is #2FB773. Grayscale: #787878. Windows color (decimal): -3127156 or 9193680. OLE color: 9193680.
HSL color Cylindrical-coordinate representation of color #D0488C: hue angle of 330º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0488C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 140 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.18 |
| HSL | 330º | 0.59% | 0.55% | - |
| HSV(B) | 330º | 0.65% | 0.82% | - |
| XYZ | 33.06 | 19.94 | 26.92 | - |
| YUV | 120.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 140 | 0 | 0.65 | 0.33 | 0.18 | 330 | 0.59 | 0.55 |
| Hex | D0 | 48 | 8C | 0 | 41 | 21 | 12 | 14A | 3B | 37 |
| Octal | 320 | 110 | 214 | 0 | 101 | 41 | 22 | 512 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10001100 | 0 | 1000001 | 100001 | 10010 | 101001010 | 111011 | 110111 |
Color Harmonies of #D0488C
Complementary color
Monochromatic Colors of #D0488C
Black with #D0488C
Text Example
Text Example
White with #D0488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0488C; }
p { color: rgb(208,72,140); }
H1.HeaderClassName
{
color: #D0488C;
}
.AnyTagClassName
{
color: #D0488C;
}
</style>
background-color css
<style>
a { background-color: #D0488C; }
a { background-color: rgb(208,72,140); }
div.DivClassName
{
background-color: #D0488C;
}
.BgClassName
{
background-color: #D0488C;
}
</style>
border-color css
<style>
span { border-color: #D0488C; }
span { border-color: rgb(208,72,140); }
td.TdClassName
{
border-color: #D0488C;
}
.TagClassName
{
border-color: #D0488C;
}
</style>