Shades of Mulberry #D3449F
Tints of Mulberry #D3449F
RGB
CMYK
RGB Variations
Color information
#D3449F (or 0xD3449F) is known color: Mulberry. HEX triplet: D3, 44 and 9F. RGB value is (211,68,159). Sum of RGB (Red+Green+Blue) = 211+68+159=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3449F is #2CBB60. Grayscale: #787878. Windows color (decimal): -2931553 or 10437843. OLE color: 10437843.
HSL color Cylindrical-coordinate representation of color #D3449F: hue angle of 321.82º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3449F is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 159 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.17 |
| HSL | 321.82º | 0.62% | 0.55% | - |
| HSV(B) | 321.82º | 0.68% | 0.83% | - |
| XYZ | 35.19 | 20.49 | 34.9 | - |
| YUV | 121.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 159 | 0 | 0.68 | 0.25 | 0.17 | 321.82 | 0.62 | 0.55 |
| Hex | D3 | 44 | 9F | 0 | 44 | 19 | 11 | 142 | 3E | 37 |
| Octal | 323 | 104 | 237 | 0 | 104 | 31 | 21 | 502 | 76 | 67 |
| Binary | 11010011 | 1000100 | 10011111 | 0 | 1000100 | 11001 | 10001 | 101000010 | 111110 | 110111 |
Color Harmonies of #D3449F
Complementary color
Monochromatic Colors of #D3449F
Black with #D3449F
Text Example
Text Example
White with #D3449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3449F; }
p { color: rgb(211,68,159); }
H1.HeaderClassName
{
color: #D3449F;
}
.AnyTagClassName
{
color: #D3449F;
}
</style>
background-color css
<style>
a { background-color: #D3449F; }
a { background-color: rgb(211,68,159); }
div.DivClassName
{
background-color: #D3449F;
}
.BgClassName
{
background-color: #D3449F;
}
</style>
border-color css
<style>
span { border-color: #D3449F; }
span { border-color: rgb(211,68,159); }
td.TdClassName
{
border-color: #D3449F;
}
.TagClassName
{
border-color: #D3449F;
}
</style>