Shades of Mulberry #D75296
Tints of Mulberry #D75296
RGB
CMYK
RGB Variations
Color information
#D75296 (or 0xD75296) is known color: Mulberry. HEX triplet: D7, 52 and 96. RGB value is (215,82,150). Sum of RGB (Red+Green+Blue) = 215+82+150=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D75296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75296 is #28AD69. Grayscale: #818181. Windows color (decimal): -2665834 or 9851607. OLE color: 9851607.
HSL color Cylindrical-coordinate representation of color #D75296: hue angle of 329.32º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75296 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 150 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.16 |
| HSL | 329.32º | 0.62% | 0.58% | - |
| HSV(B) | 329.32º | 0.62% | 0.84% | - |
| XYZ | 36.55 | 22.68 | 31.31 | - |
| YUV | 129.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 150 | 0 | 0.62 | 0.30 | 0.16 | 329.32 | 0.62 | 0.58 |
| Hex | D7 | 52 | 96 | 0 | 3E | 1E | 10 | 149 | 3E | 3A |
| Octal | 327 | 122 | 226 | 0 | 76 | 36 | 20 | 511 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10010110 | 0 | 111110 | 11110 | 10000 | 101001001 | 111110 | 111010 |
Color Harmonies of #D75296
Complementary color
Monochromatic Colors of #D75296
Black with #D75296
Text Example
Text Example
White with #D75296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75296; }
p { color: rgb(215,82,150); }
H1.HeaderClassName
{
color: #D75296;
}
.AnyTagClassName
{
color: #D75296;
}
</style>
background-color css
<style>
a { background-color: #D75296; }
a { background-color: rgb(215,82,150); }
div.DivClassName
{
background-color: #D75296;
}
.BgClassName
{
background-color: #D75296;
}
</style>
border-color css
<style>
span { border-color: #D75296; }
span { border-color: rgb(215,82,150); }
td.TdClassName
{
border-color: #D75296;
}
.TagClassName
{
border-color: #D75296;
}
</style>