Shades of Mulberry #D5448D
Tints of Mulberry #D5448D
RGB
CMYK
RGB Variations
Color information
#D5448D (or 0xD5448D) is known color: Mulberry. HEX triplet: D5, 44 and 8D. RGB value is (213,68,141). Sum of RGB (Red+Green+Blue) = 213+68+141=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5448D is #2ABB72. Grayscale: #777777. Windows color (decimal): -2800499 or 9258197. OLE color: 9258197.
HSL color Cylindrical-coordinate representation of color #D5448D: hue angle of 329.79º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5448D is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 141 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.16 |
| HSL | 329.79º | 0.63% | 0.55% | - |
| HSV(B) | 329.79º | 0.68% | 0.84% | - |
| XYZ | 34.32 | 20.2 | 27.29 | - |
| YUV | 119.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 141 | 0 | 0.68 | 0.34 | 0.16 | 329.79 | 0.63 | 0.55 |
| Hex | D5 | 44 | 8D | 0 | 44 | 22 | 10 | 14A | 3F | 37 |
| Octal | 325 | 104 | 215 | 0 | 104 | 42 | 20 | 512 | 77 | 67 |
| Binary | 11010101 | 1000100 | 10001101 | 0 | 1000100 | 100010 | 10000 | 101001010 | 111111 | 110111 |
Color Harmonies of #D5448D
Complementary color
Monochromatic Colors of #D5448D
Black with #D5448D
Text Example
Text Example
White with #D5448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5448D; }
p { color: rgb(213,68,141); }
H1.HeaderClassName
{
color: #D5448D;
}
.AnyTagClassName
{
color: #D5448D;
}
</style>
background-color css
<style>
a { background-color: #D5448D; }
a { background-color: rgb(213,68,141); }
div.DivClassName
{
background-color: #D5448D;
}
.BgClassName
{
background-color: #D5448D;
}
</style>
border-color css
<style>
span { border-color: #D5448D; }
span { border-color: rgb(213,68,141); }
td.TdClassName
{
border-color: #D5448D;
}
.TagClassName
{
border-color: #D5448D;
}
</style>