Shades of Mulberry #D745A0
Tints of Mulberry #D745A0
RGB
CMYK
RGB Variations
Color information
#D745A0 (or 0xD745A0) is known color: Mulberry. HEX triplet: D7, 45 and A0. RGB value is (215,69,160). Sum of RGB (Red+Green+Blue) = 215+69+160=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D745A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D745A0 is #28BA5F. Grayscale: #7A7A7A. Windows color (decimal): -2669152 or 10503639. OLE color: 10503639.
HSL color Cylindrical-coordinate representation of color #D745A0: hue angle of 322.6º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D745A0 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 160 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.16 |
| HSL | 322.6º | 0.65% | 0.56% | - |
| HSV(B) | 322.6º | 0.68% | 0.84% | - |
| XYZ | 36.5 | 21.24 | 35.43 | - |
| YUV | 123.03 | 148.87 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 160 | 0 | 0.68 | 0.26 | 0.16 | 322.6 | 0.65 | 0.56 |
| Hex | D7 | 45 | A0 | 0 | 44 | 1A | 10 | 143 | 41 | 38 |
| Octal | 327 | 105 | 240 | 0 | 104 | 32 | 20 | 503 | 101 | 70 |
| Binary | 11010111 | 1000101 | 10100000 | 0 | 1000100 | 11010 | 10000 | 101000011 | 1000001 | 111000 |
Color Harmonies of #D745A0
Complementary color
Monochromatic Colors of #D745A0
Black with #D745A0
Text Example
Text Example
White with #D745A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D745A0; }
p { color: rgb(215,69,160); }
H1.HeaderClassName
{
color: #D745A0;
}
.AnyTagClassName
{
color: #D745A0;
}
</style>
background-color css
<style>
a { background-color: #D745A0; }
a { background-color: rgb(215,69,160); }
div.DivClassName
{
background-color: #D745A0;
}
.BgClassName
{
background-color: #D745A0;
}
</style>
border-color css
<style>
span { border-color: #D745A0; }
span { border-color: rgb(215,69,160); }
td.TdClassName
{
border-color: #D745A0;
}
.TagClassName
{
border-color: #D745A0;
}
</style>