Shades of Mulberry #D2418C
Tints of Mulberry #D2418C
RGB
CMYK
RGB Variations
Color information
#D2418C (or 0xD2418C) is known color: Mulberry. HEX triplet: D2, 41 and 8C. RGB value is (210,65,140). Sum of RGB (Red+Green+Blue) = 210+65+140=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D2418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2418C is #2DBE73. Grayscale: #747474. Windows color (decimal): -2997876 or 9191890. OLE color: 9191890.
HSL color Cylindrical-coordinate representation of color #D2418C: hue angle of 328.97º degrees, saturation: 0.62, 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 #D2418C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 140 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.18 |
| HSL | 328.97º | 0.62% | 0.54% | - |
| HSV(B) | 328.97º | 0.69% | 0.82% | - |
| XYZ | 33.2 | 19.38 | 26.8 | - |
| YUV | 116.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 140 | 0 | 0.69 | 0.33 | 0.18 | 328.97 | 0.62 | 0.54 |
| Hex | D2 | 41 | 8C | 0 | 45 | 21 | 12 | 149 | 3E | 36 |
| Octal | 322 | 101 | 214 | 0 | 105 | 41 | 22 | 511 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10001100 | 0 | 1000101 | 100001 | 10010 | 101001001 | 111110 | 110110 |
Color Harmonies of #D2418C
Complementary color
Monochromatic Colors of #D2418C
Black with #D2418C
Text Example
Text Example
White with #D2418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2418C; }
p { color: rgb(210,65,140); }
H1.HeaderClassName
{
color: #D2418C;
}
.AnyTagClassName
{
color: #D2418C;
}
</style>
background-color css
<style>
a { background-color: #D2418C; }
a { background-color: rgb(210,65,140); }
div.DivClassName
{
background-color: #D2418C;
}
.BgClassName
{
background-color: #D2418C;
}
</style>
border-color css
<style>
span { border-color: #D2418C; }
span { border-color: rgb(210,65,140); }
td.TdClassName
{
border-color: #D2418C;
}
.TagClassName
{
border-color: #D2418C;
}
</style>