Shades of Mulberry #D748A5
Tints of Mulberry #D748A5
RGB
CMYK
RGB Variations
Color information
#D748A5 (or 0xD748A5) is known color: Mulberry. HEX triplet: D7, 48 and A5. RGB value is (215,72,165). Sum of RGB (Red+Green+Blue) = 215+72+165=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D748A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D748A5 is #28B75A. Grayscale: #7D7D7D. Windows color (decimal): -2668379 or 10832087. OLE color: 10832087.
HSL color Cylindrical-coordinate representation of color #D748A5: hue angle of 320.98º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D748A5 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 165 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.16 |
| HSL | 320.98º | 0.64% | 0.56% | - |
| HSV(B) | 320.98º | 0.67% | 0.84% | - |
| XYZ | 37.13 | 21.8 | 37.85 | - |
| YUV | 125.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 165 | 0 | 0.67 | 0.23 | 0.16 | 320.98 | 0.64 | 0.56 |
| Hex | D7 | 48 | A5 | 0 | 43 | 17 | 10 | 141 | 40 | 38 |
| Octal | 327 | 110 | 245 | 0 | 103 | 27 | 20 | 501 | 100 | 70 |
| Binary | 11010111 | 1001000 | 10100101 | 0 | 1000011 | 10111 | 10000 | 101000001 | 1000000 | 111000 |
Color Harmonies of #D748A5
Complementary color
Monochromatic Colors of #D748A5
Black with #D748A5
Text Example
Text Example
White with #D748A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748A5; }
p { color: rgb(215,72,165); }
H1.HeaderClassName
{
color: #D748A5;
}
.AnyTagClassName
{
color: #D748A5;
}
</style>
background-color css
<style>
a { background-color: #D748A5; }
a { background-color: rgb(215,72,165); }
div.DivClassName
{
background-color: #D748A5;
}
.BgClassName
{
background-color: #D748A5;
}
</style>
border-color css
<style>
span { border-color: #D748A5; }
span { border-color: rgb(215,72,165); }
td.TdClassName
{
border-color: #D748A5;
}
.TagClassName
{
border-color: #D748A5;
}
</style>