Shades of Mulberry #D748A1
Tints of Mulberry #D748A1
RGB
CMYK
RGB Variations
Color information
#D748A1 (or 0xD748A1) is known color: Mulberry. HEX triplet: D7, 48 and A1. RGB value is (215,72,161). Sum of RGB (Red+Green+Blue) = 215+72+161=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D748A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D748A1 is #28B75E. Grayscale: #7C7C7C. Windows color (decimal): -2668383 or 10569943. OLE color: 10569943.
HSL color Cylindrical-coordinate representation of color #D748A1: hue angle of 322.66º 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 #D748A1 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 161 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.16 |
| HSL | 322.66º | 0.64% | 0.56% | - |
| HSV(B) | 322.66º | 0.67% | 0.84% | - |
| XYZ | 36.77 | 21.66 | 35.96 | - |
| YUV | 124.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 161 | 0 | 0.67 | 0.25 | 0.16 | 322.66 | 0.64 | 0.56 |
| Hex | D7 | 48 | A1 | 0 | 43 | 19 | 10 | 143 | 40 | 38 |
| Octal | 327 | 110 | 241 | 0 | 103 | 31 | 20 | 503 | 100 | 70 |
| Binary | 11010111 | 1001000 | 10100001 | 0 | 1000011 | 11001 | 10000 | 101000011 | 1000000 | 111000 |
Color Harmonies of #D748A1
Complementary color
Monochromatic Colors of #D748A1
Black with #D748A1
Text Example
Text Example
White with #D748A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748A1; }
p { color: rgb(215,72,161); }
H1.HeaderClassName
{
color: #D748A1;
}
.AnyTagClassName
{
color: #D748A1;
}
</style>
background-color css
<style>
a { background-color: #D748A1; }
a { background-color: rgb(215,72,161); }
div.DivClassName
{
background-color: #D748A1;
}
.BgClassName
{
background-color: #D748A1;
}
</style>
border-color css
<style>
span { border-color: #D748A1; }
span { border-color: rgb(215,72,161); }
td.TdClassName
{
border-color: #D748A1;
}
.TagClassName
{
border-color: #D748A1;
}
</style>