Shades of Mulberry #D2438B
Tints of Mulberry #D2438B
RGB
CMYK
RGB Variations
Color information
#D2438B (or 0xD2438B) is known color: Mulberry. HEX triplet: D2, 43 and 8B. RGB value is (210,67,139). Sum of RGB (Red+Green+Blue) = 210+67+139=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2438B is #2DBC74. Grayscale: #757575. Windows color (decimal): -2997365 or 9126866. OLE color: 9126866.
HSL color Cylindrical-coordinate representation of color #D2438B: hue angle of 329.79º 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 #D2438B is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 139 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.18 |
| HSL | 329.79º | 0.61% | 0.54% | - |
| HSV(B) | 329.79º | 0.68% | 0.82% | - |
| XYZ | 33.25 | 19.58 | 26.45 | - |
| YUV | 117.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 139 | 0 | 0.68 | 0.34 | 0.18 | 329.79 | 0.61 | 0.54 |
| Hex | D2 | 43 | 8B | 0 | 44 | 22 | 12 | 14A | 3D | 36 |
| Octal | 322 | 103 | 213 | 0 | 104 | 42 | 22 | 512 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10001011 | 0 | 1000100 | 100010 | 10010 | 101001010 | 111101 | 110110 |
Color Harmonies of #D2438B
Complementary color
Monochromatic Colors of #D2438B
Black with #D2438B
Text Example
Text Example
White with #D2438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2438B; }
p { color: rgb(210,67,139); }
H1.HeaderClassName
{
color: #D2438B;
}
.AnyTagClassName
{
color: #D2438B;
}
</style>
background-color css
<style>
a { background-color: #D2438B; }
a { background-color: rgb(210,67,139); }
div.DivClassName
{
background-color: #D2438B;
}
.BgClassName
{
background-color: #D2438B;
}
</style>
border-color css
<style>
span { border-color: #D2438B; }
span { border-color: rgb(210,67,139); }
td.TdClassName
{
border-color: #D2438B;
}
.TagClassName
{
border-color: #D2438B;
}
</style>