Shades of Mulberry #D2418B
Tints of Mulberry #D2418B
RGB
CMYK
RGB Variations
Color information
#D2418B (or 0xD2418B) is known color: Mulberry. HEX triplet: D2, 41 and 8B. RGB value is (210,65,139). Sum of RGB (Red+Green+Blue) = 210+65+139=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2418B is #2DBE74. Grayscale: #747474. Windows color (decimal): -2997877 or 9126354. OLE color: 9126354.
HSL color Cylindrical-coordinate representation of color #D2418B: hue angle of 329.38º 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 #D2418B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 139 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.18 |
| HSL | 329.38º | 0.62% | 0.54% | - |
| HSV(B) | 329.38º | 0.69% | 0.82% | - |
| XYZ | 33.13 | 19.35 | 26.41 | - |
| YUV | 116.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 139 | 0 | 0.69 | 0.34 | 0.18 | 329.38 | 0.62 | 0.54 |
| Hex | D2 | 41 | 8B | 0 | 45 | 22 | 12 | 149 | 3E | 36 |
| Octal | 322 | 101 | 213 | 0 | 105 | 42 | 22 | 511 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10001011 | 0 | 1000101 | 100010 | 10010 | 101001001 | 111110 | 110110 |
Color Harmonies of #D2418B
Complementary color
Monochromatic Colors of #D2418B
Black with #D2418B
Text Example
Text Example
White with #D2418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2418B; }
p { color: rgb(210,65,139); }
H1.HeaderClassName
{
color: #D2418B;
}
.AnyTagClassName
{
color: #D2418B;
}
</style>
background-color css
<style>
a { background-color: #D2418B; }
a { background-color: rgb(210,65,139); }
div.DivClassName
{
background-color: #D2418B;
}
.BgClassName
{
background-color: #D2418B;
}
</style>
border-color css
<style>
span { border-color: #D2418B; }
span { border-color: rgb(210,65,139); }
td.TdClassName
{
border-color: #D2418B;
}
.TagClassName
{
border-color: #D2418B;
}
</style>