Shades of Mulberry #D2418F
Tints of Mulberry #D2418F
RGB
CMYK
RGB Variations
Color information
#D2418F (or 0xD2418F) is known color: Mulberry. HEX triplet: D2, 41 and 8F. RGB value is (210,65,143). Sum of RGB (Red+Green+Blue) = 210+65+143=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2418F is #2DBE70. Grayscale: #757575. Windows color (decimal): -2997873 or 9388498. OLE color: 9388498.
HSL color Cylindrical-coordinate representation of color #D2418F: hue angle of 327.72º 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 #D2418F is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 143 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.18 |
| HSL | 327.72º | 0.62% | 0.54% | - |
| HSV(B) | 327.72º | 0.69% | 0.82% | - |
| XYZ | 33.43 | 19.47 | 27.98 | - |
| YUV | 117.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 143 | 0 | 0.69 | 0.32 | 0.18 | 327.72 | 0.62 | 0.54 |
| Hex | D2 | 41 | 8F | 0 | 45 | 20 | 12 | 148 | 3E | 36 |
| Octal | 322 | 101 | 217 | 0 | 105 | 40 | 22 | 510 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10001111 | 0 | 1000101 | 100000 | 10010 | 101001000 | 111110 | 110110 |
Color Harmonies of #D2418F
Complementary color
Monochromatic Colors of #D2418F
Black with #D2418F
Text Example
Text Example
White with #D2418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2418F; }
p { color: rgb(210,65,143); }
H1.HeaderClassName
{
color: #D2418F;
}
.AnyTagClassName
{
color: #D2418F;
}
</style>
background-color css
<style>
a { background-color: #D2418F; }
a { background-color: rgb(210,65,143); }
div.DivClassName
{
background-color: #D2418F;
}
.BgClassName
{
background-color: #D2418F;
}
</style>
border-color css
<style>
span { border-color: #D2418F; }
span { border-color: rgb(210,65,143); }
td.TdClassName
{
border-color: #D2418F;
}
.TagClassName
{
border-color: #D2418F;
}
</style>