Shades of Mulberry #D0418C
Tints of Mulberry #D0418C
RGB
CMYK
RGB Variations
Color information
#D0418C (or 0xD0418C) is known color: Mulberry. HEX triplet: D0, 41 and 8C. RGB value is (208,65,140). Sum of RGB (Red+Green+Blue) = 208+65+140=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0418C is #2FBE73. Grayscale: #747474. Windows color (decimal): -3128948 or 9191888. OLE color: 9191888.
HSL color Cylindrical-coordinate representation of color #D0418C: hue angle of 328.53º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0418C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 140 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.18 |
| HSL | 328.53º | 0.6% | 0.54% | - |
| HSV(B) | 328.53º | 0.69% | 0.82% | - |
| XYZ | 32.64 | 19.08 | 26.77 | - |
| YUV | 116.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 140 | 0 | 0.69 | 0.33 | 0.18 | 328.53 | 0.6 | 0.54 |
| Hex | D0 | 41 | 8C | 0 | 45 | 21 | 12 | 149 | 3C | 36 |
| Octal | 320 | 101 | 214 | 0 | 105 | 41 | 22 | 511 | 74 | 66 |
| Binary | 11010000 | 1000001 | 10001100 | 0 | 1000101 | 100001 | 10010 | 101001001 | 111100 | 110110 |
Color Harmonies of #D0418C
Complementary color
Monochromatic Colors of #D0418C
Black with #D0418C
Text Example
Text Example
White with #D0418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0418C; }
p { color: rgb(208,65,140); }
H1.HeaderClassName
{
color: #D0418C;
}
.AnyTagClassName
{
color: #D0418C;
}
</style>
background-color css
<style>
a { background-color: #D0418C; }
a { background-color: rgb(208,65,140); }
div.DivClassName
{
background-color: #D0418C;
}
.BgClassName
{
background-color: #D0418C;
}
</style>
border-color css
<style>
span { border-color: #D0418C; }
span { border-color: rgb(208,65,140); }
td.TdClassName
{
border-color: #D0418C;
}
.TagClassName
{
border-color: #D0418C;
}
</style>