Shades of Mulberry #D0428C
Tints of Mulberry #D0428C
RGB
CMYK
RGB Variations
Color information
#D0428C (or 0xD0428C) is known color: Mulberry. HEX triplet: D0, 42 and 8C. RGB value is (208,66,140). Sum of RGB (Red+Green+Blue) = 208+66+140=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0428C is #2FBD73. Grayscale: #747474. Windows color (decimal): -3128692 or 9192144. OLE color: 9192144.
HSL color Cylindrical-coordinate representation of color #D0428C: hue angle of 328.73º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0428C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 140 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.18 |
| HSL | 328.73º | 0.6% | 0.54% | - |
| HSV(B) | 328.73º | 0.68% | 0.82% | - |
| XYZ | 32.69 | 19.2 | 26.79 | - |
| YUV | 116.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 140 | 0 | 0.68 | 0.33 | 0.18 | 328.73 | 0.6 | 0.54 |
| Hex | D0 | 42 | 8C | 0 | 44 | 21 | 12 | 149 | 3C | 36 |
| Octal | 320 | 102 | 214 | 0 | 104 | 41 | 22 | 511 | 74 | 66 |
| Binary | 11010000 | 1000010 | 10001100 | 0 | 1000100 | 100001 | 10010 | 101001001 | 111100 | 110110 |
Color Harmonies of #D0428C
Complementary color
Monochromatic Colors of #D0428C
Black with #D0428C
Text Example
Text Example
White with #D0428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0428C; }
p { color: rgb(208,66,140); }
H1.HeaderClassName
{
color: #D0428C;
}
.AnyTagClassName
{
color: #D0428C;
}
</style>
background-color css
<style>
a { background-color: #D0428C; }
a { background-color: rgb(208,66,140); }
div.DivClassName
{
background-color: #D0428C;
}
.BgClassName
{
background-color: #D0428C;
}
</style>
border-color css
<style>
span { border-color: #D0428C; }
span { border-color: rgb(208,66,140); }
td.TdClassName
{
border-color: #D0428C;
}
.TagClassName
{
border-color: #D0428C;
}
</style>