Shades of Mulberry #D8449A
Tints of Mulberry #D8449A
RGB
CMYK
RGB Variations
Color information
#D8449A (or 0xD8449A) is known color: Mulberry. HEX triplet: D8, 44 and 9A. RGB value is (216,68,154). Sum of RGB (Red+Green+Blue) = 216+68+154=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8449A is #27BB65. Grayscale: #797979. Windows color (decimal): -2603878 or 10110168. OLE color: 10110168.
HSL color Cylindrical-coordinate representation of color #D8449A: hue angle of 325.14º 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 #D8449A is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 154 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.15 |
| HSL | 325.14º | 0.65% | 0.56% | - |
| HSV(B) | 325.14º | 0.69% | 0.85% | - |
| XYZ | 36.22 | 21.07 | 32.73 | - |
| YUV | 122.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 154 | 0 | 0.69 | 0.29 | 0.15 | 325.14 | 0.65 | 0.56 |
| Hex | D8 | 44 | 9A | 0 | 45 | 1D | F | 145 | 41 | 38 |
| Octal | 330 | 104 | 232 | 0 | 105 | 35 | 17 | 505 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10011010 | 0 | 1000101 | 11101 | 1111 | 101000101 | 1000001 | 111000 |
Color Harmonies of #D8449A
Complementary color
Monochromatic Colors of #D8449A
Black with #D8449A
Text Example
Text Example
White with #D8449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8449A; }
p { color: rgb(216,68,154); }
H1.HeaderClassName
{
color: #D8449A;
}
.AnyTagClassName
{
color: #D8449A;
}
</style>
background-color css
<style>
a { background-color: #D8449A; }
a { background-color: rgb(216,68,154); }
div.DivClassName
{
background-color: #D8449A;
}
.BgClassName
{
background-color: #D8449A;
}
</style>
border-color css
<style>
span { border-color: #D8449A; }
span { border-color: rgb(216,68,154); }
td.TdClassName
{
border-color: #D8449A;
}
.TagClassName
{
border-color: #D8449A;
}
</style>