Shades of Mulberry #D749A2
Tints of Mulberry #D749A2
RGB
CMYK
RGB Variations
Color information
#D749A2 (or 0xD749A2) is known color: Mulberry. HEX triplet: D7, 49 and A2. RGB value is (215,73,162). Sum of RGB (Red+Green+Blue) = 215+73+162=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D749A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D749A2 is #28B65D. Grayscale: #7D7D7D. Windows color (decimal): -2668126 or 10635735. OLE color: 10635735.
HSL color Cylindrical-coordinate representation of color #D749A2: hue angle of 322.39º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749A2 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 162 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.16 |
| HSL | 322.39º | 0.64% | 0.56% | - |
| HSV(B) | 322.39º | 0.66% | 0.84% | - |
| XYZ | 36.93 | 21.82 | 36.45 | - |
| YUV | 125.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 162 | 0 | 0.66 | 0.25 | 0.16 | 322.39 | 0.64 | 0.56 |
| Hex | D7 | 49 | A2 | 0 | 42 | 19 | 10 | 142 | 40 | 38 |
| Octal | 327 | 111 | 242 | 0 | 102 | 31 | 20 | 502 | 100 | 70 |
| Binary | 11010111 | 1001001 | 10100010 | 0 | 1000010 | 11001 | 10000 | 101000010 | 1000000 | 111000 |
Color Harmonies of #D749A2
Complementary color
Monochromatic Colors of #D749A2
Black with #D749A2
Text Example
Text Example
White with #D749A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749A2; }
p { color: rgb(215,73,162); }
H1.HeaderClassName
{
color: #D749A2;
}
.AnyTagClassName
{
color: #D749A2;
}
</style>
background-color css
<style>
a { background-color: #D749A2; }
a { background-color: rgb(215,73,162); }
div.DivClassName
{
background-color: #D749A2;
}
.BgClassName
{
background-color: #D749A2;
}
</style>
border-color css
<style>
span { border-color: #D749A2; }
span { border-color: rgb(215,73,162); }
td.TdClassName
{
border-color: #D749A2;
}
.TagClassName
{
border-color: #D749A2;
}
</style>