Shades of Mulberry #D8449C
Tints of Mulberry #D8449C
RGB
CMYK
RGB Variations
Color information
#D8449C (or 0xD8449C) is known color: Mulberry. HEX triplet: D8, 44 and 9C. RGB value is (216,68,156). Sum of RGB (Red+Green+Blue) = 216+68+156=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8449C is #27BB63. Grayscale: #7A7A7A. Windows color (decimal): -2603876 or 10241240. OLE color: 10241240.
HSL color Cylindrical-coordinate representation of color #D8449C: hue angle of 324.32º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8449C is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 156 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.15 |
| HSL | 324.32º | 0.65% | 0.56% | - |
| HSV(B) | 324.32º | 0.69% | 0.85% | - |
| XYZ | 36.39 | 21.13 | 33.61 | - |
| YUV | 122.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 156 | 0 | 0.69 | 0.28 | 0.15 | 324.32 | 0.65 | 0.56 |
| Hex | D8 | 44 | 9C | 0 | 45 | 1C | F | 144 | 41 | 38 |
| Octal | 330 | 104 | 234 | 0 | 105 | 34 | 17 | 504 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10011100 | 0 | 1000101 | 11100 | 1111 | 101000100 | 1000001 | 111000 |
Color Harmonies of #D8449C
Complementary color
Monochromatic Colors of #D8449C
Black with #D8449C
Text Example
Text Example
White with #D8449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8449C; }
p { color: rgb(216,68,156); }
H1.HeaderClassName
{
color: #D8449C;
}
.AnyTagClassName
{
color: #D8449C;
}
</style>
background-color css
<style>
a { background-color: #D8449C; }
a { background-color: rgb(216,68,156); }
div.DivClassName
{
background-color: #D8449C;
}
.BgClassName
{
background-color: #D8449C;
}
</style>
border-color css
<style>
span { border-color: #D8449C; }
span { border-color: rgb(216,68,156); }
td.TdClassName
{
border-color: #D8449C;
}
.TagClassName
{
border-color: #D8449C;
}
</style>