Shades of Mulberry #D7449A
Tints of Mulberry #D7449A
RGB
CMYK
RGB Variations
Color information
#D7449A (or 0xD7449A) is known color: Mulberry. HEX triplet: D7, 44 and 9A. RGB value is (215,68,154). Sum of RGB (Red+Green+Blue) = 215+68+154=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7449A is #28BB65. Grayscale: #797979. Windows color (decimal): -2669414 or 10110167. OLE color: 10110167.
HSL color Cylindrical-coordinate representation of color #D7449A: hue angle of 324.9º degrees, saturation: 0.65, 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 #D7449A is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 154 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.16 |
| HSL | 324.9º | 0.65% | 0.55% | - |
| HSV(B) | 324.9º | 0.68% | 0.84% | - |
| XYZ | 35.92 | 20.91 | 32.72 | - |
| YUV | 121.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 154 | 0 | 0.68 | 0.28 | 0.16 | 324.9 | 0.65 | 0.55 |
| Hex | D7 | 44 | 9A | 0 | 44 | 1C | 10 | 145 | 41 | 37 |
| Octal | 327 | 104 | 232 | 0 | 104 | 34 | 20 | 505 | 101 | 67 |
| Binary | 11010111 | 1000100 | 10011010 | 0 | 1000100 | 11100 | 10000 | 101000101 | 1000001 | 110111 |
Color Harmonies of #D7449A
Complementary color
Monochromatic Colors of #D7449A
Black with #D7449A
Text Example
Text Example
White with #D7449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7449A; }
p { color: rgb(215,68,154); }
H1.HeaderClassName
{
color: #D7449A;
}
.AnyTagClassName
{
color: #D7449A;
}
</style>
background-color css
<style>
a { background-color: #D7449A; }
a { background-color: rgb(215,68,154); }
div.DivClassName
{
background-color: #D7449A;
}
.BgClassName
{
background-color: #D7449A;
}
</style>
border-color css
<style>
span { border-color: #D7449A; }
span { border-color: rgb(215,68,154); }
td.TdClassName
{
border-color: #D7449A;
}
.TagClassName
{
border-color: #D7449A;
}
</style>