Shades of Mulberry #D9449A
Tints of Mulberry #D9449A
RGB
CMYK
RGB Variations
Color information
#D9449A (or 0xD9449A) is known color: Mulberry. HEX triplet: D9, 44 and 9A. RGB value is (217,68,154). Sum of RGB (Red+Green+Blue) = 217+68+154=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9449A is #26BB65. Grayscale: #7A7A7A. Windows color (decimal): -2538342 or 10110169. OLE color: 10110169.
HSL color Cylindrical-coordinate representation of color #D9449A: hue angle of 325.37º degrees, saturation: 0.66, 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 #D9449A is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 154 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.15 |
| HSL | 325.37º | 0.66% | 0.56% | - |
| HSV(B) | 325.37º | 0.69% | 0.85% | - |
| XYZ | 36.52 | 21.22 | 32.74 | - |
| YUV | 122.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 154 | 0 | 0.69 | 0.29 | 0.15 | 325.37 | 0.66 | 0.56 |
| Hex | D9 | 44 | 9A | 0 | 45 | 1D | F | 145 | 42 | 38 |
| Octal | 331 | 104 | 232 | 0 | 105 | 35 | 17 | 505 | 102 | 70 |
| Binary | 11011001 | 1000100 | 10011010 | 0 | 1000101 | 11101 | 1111 | 101000101 | 1000010 | 111000 |
Color Harmonies of #D9449A
Complementary color
Monochromatic Colors of #D9449A
Black with #D9449A
Text Example
Text Example
White with #D9449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9449A; }
p { color: rgb(217,68,154); }
H1.HeaderClassName
{
color: #D9449A;
}
.AnyTagClassName
{
color: #D9449A;
}
</style>
background-color css
<style>
a { background-color: #D9449A; }
a { background-color: rgb(217,68,154); }
div.DivClassName
{
background-color: #D9449A;
}
.BgClassName
{
background-color: #D9449A;
}
</style>
border-color css
<style>
span { border-color: #D9449A; }
span { border-color: rgb(217,68,154); }
td.TdClassName
{
border-color: #D9449A;
}
.TagClassName
{
border-color: #D9449A;
}
</style>