Shades of Mulberry #D744A2
Tints of Mulberry #D744A2
RGB
CMYK
RGB Variations
Color information
#D744A2 (or 0xD744A2) is known color: Mulberry. HEX triplet: D7, 44 and A2. RGB value is (215,68,162). Sum of RGB (Red+Green+Blue) = 215+68+162=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D744A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D744A2 is #28BB5D. Grayscale: #7A7A7A. Windows color (decimal): -2669406 or 10634455. OLE color: 10634455.
HSL color Cylindrical-coordinate representation of color #D744A2: hue angle of 321.63º 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 #D744A2 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 162 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.16 |
| HSL | 321.63º | 0.65% | 0.55% | - |
| HSV(B) | 321.63º | 0.68% | 0.84% | - |
| XYZ | 36.61 | 21.19 | 36.34 | - |
| YUV | 122.67 | 150.2 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 162 | 0 | 0.68 | 0.25 | 0.16 | 321.63 | 0.65 | 0.55 |
| Hex | D7 | 44 | A2 | 0 | 44 | 19 | 10 | 142 | 41 | 37 |
| Octal | 327 | 104 | 242 | 0 | 104 | 31 | 20 | 502 | 101 | 67 |
| Binary | 11010111 | 1000100 | 10100010 | 0 | 1000100 | 11001 | 10000 | 101000010 | 1000001 | 110111 |
Color Harmonies of #D744A2
Complementary color
Monochromatic Colors of #D744A2
Black with #D744A2
Text Example
Text Example
White with #D744A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744A2; }
p { color: rgb(215,68,162); }
H1.HeaderClassName
{
color: #D744A2;
}
.AnyTagClassName
{
color: #D744A2;
}
</style>
background-color css
<style>
a { background-color: #D744A2; }
a { background-color: rgb(215,68,162); }
div.DivClassName
{
background-color: #D744A2;
}
.BgClassName
{
background-color: #D744A2;
}
</style>
border-color css
<style>
span { border-color: #D744A2; }
span { border-color: rgb(215,68,162); }
td.TdClassName
{
border-color: #D744A2;
}
.TagClassName
{
border-color: #D744A2;
}
</style>