Shades of Mulberry #D2438F
Tints of Mulberry #D2438F
RGB
CMYK
RGB Variations
Color information
#D2438F (or 0xD2438F) is known color: Mulberry. HEX triplet: D2, 43 and 8F. RGB value is (210,67,143). Sum of RGB (Red+Green+Blue) = 210+67+143=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2438F is #2DBC70. Grayscale: #767676. Windows color (decimal): -2997361 or 9389010. OLE color: 9389010.
HSL color Cylindrical-coordinate representation of color #D2438F: hue angle of 328.11º degrees, saturation: 0.61, 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 #D2438F is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 143 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.18 |
| HSL | 328.11º | 0.61% | 0.54% | - |
| HSV(B) | 328.11º | 0.68% | 0.82% | - |
| XYZ | 33.54 | 19.7 | 28.02 | - |
| YUV | 118.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 143 | 0 | 0.68 | 0.32 | 0.18 | 328.11 | 0.61 | 0.54 |
| Hex | D2 | 43 | 8F | 0 | 44 | 20 | 12 | 148 | 3D | 36 |
| Octal | 322 | 103 | 217 | 0 | 104 | 40 | 22 | 510 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10001111 | 0 | 1000100 | 100000 | 10010 | 101001000 | 111101 | 110110 |
Color Harmonies of #D2438F
Complementary color
Monochromatic Colors of #D2438F
Black with #D2438F
Text Example
Text Example
White with #D2438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2438F; }
p { color: rgb(210,67,143); }
H1.HeaderClassName
{
color: #D2438F;
}
.AnyTagClassName
{
color: #D2438F;
}
</style>
background-color css
<style>
a { background-color: #D2438F; }
a { background-color: rgb(210,67,143); }
div.DivClassName
{
background-color: #D2438F;
}
.BgClassName
{
background-color: #D2438F;
}
</style>
border-color css
<style>
span { border-color: #D2438F; }
span { border-color: rgb(210,67,143); }
td.TdClassName
{
border-color: #D2438F;
}
.TagClassName
{
border-color: #D2438F;
}
</style>