Shades of Mulberry #D1448B
Tints of Mulberry #D1448B
RGB
CMYK
RGB Variations
Color information
#D1448B (or 0xD1448B) is known color: Mulberry. HEX triplet: D1, 44 and 8B. RGB value is (209,68,139). Sum of RGB (Red+Green+Blue) = 209+68+139=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1448B is #2EBB74. Grayscale: #767676. Windows color (decimal): -3062645 or 9127121. OLE color: 9127121.
HSL color Cylindrical-coordinate representation of color #D1448B: 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.67%. Process color model (Four color, CMYK) of #D1448B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 139 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.18 |
| HSL | 329.79º | 0.61% | 0.54% | - |
| HSV(B) | 329.79º | 0.67% | 0.82% | - |
| XYZ | 33.02 | 19.55 | 26.46 | - |
| YUV | 118.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 139 | 0 | 0.67 | 0.33 | 0.18 | 329.79 | 0.61 | 0.54 |
| Hex | D1 | 44 | 8B | 0 | 43 | 21 | 12 | 14A | 3D | 36 |
| Octal | 321 | 104 | 213 | 0 | 103 | 41 | 22 | 512 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10001011 | 0 | 1000011 | 100001 | 10010 | 101001010 | 111101 | 110110 |
Color Harmonies of #D1448B
Complementary color
Monochromatic Colors of #D1448B
Black with #D1448B
Text Example
Text Example
White with #D1448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1448B; }
p { color: rgb(209,68,139); }
H1.HeaderClassName
{
color: #D1448B;
}
.AnyTagClassName
{
color: #D1448B;
}
</style>
background-color css
<style>
a { background-color: #D1448B; }
a { background-color: rgb(209,68,139); }
div.DivClassName
{
background-color: #D1448B;
}
.BgClassName
{
background-color: #D1448B;
}
</style>
border-color css
<style>
span { border-color: #D1448B; }
span { border-color: rgb(209,68,139); }
td.TdClassName
{
border-color: #D1448B;
}
.TagClassName
{
border-color: #D1448B;
}
</style>