Shades of Mulberry #D65096
Tints of Mulberry #D65096
RGB
CMYK
RGB Variations
Color information
#D65096 (or 0xD65096) is known color: Mulberry. HEX triplet: D6, 50 and 96. RGB value is (214,80,150). Sum of RGB (Red+Green+Blue) = 214+80+150=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D65096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65096 is #29AF69. Grayscale: #7F7F7F. Windows color (decimal): -2731882 or 9851094. OLE color: 9851094.
HSL color Cylindrical-coordinate representation of color #D65096: hue angle of 328.66º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65096 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 150 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.16 |
| HSL | 328.66º | 0.62% | 0.58% | - |
| HSV(B) | 328.66º | 0.63% | 0.84% | - |
| XYZ | 36.11 | 22.24 | 31.24 | - |
| YUV | 128.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 150 | 0 | 0.63 | 0.30 | 0.16 | 328.66 | 0.62 | 0.58 |
| Hex | D6 | 50 | 96 | 0 | 3F | 1E | 10 | 149 | 3E | 3A |
| Octal | 326 | 120 | 226 | 0 | 77 | 36 | 20 | 511 | 76 | 72 |
| Binary | 11010110 | 1010000 | 10010110 | 0 | 111111 | 11110 | 10000 | 101001001 | 111110 | 111010 |
Color Harmonies of #D65096
Complementary color
Monochromatic Colors of #D65096
Black with #D65096
Text Example
Text Example
White with #D65096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65096; }
p { color: rgb(214,80,150); }
H1.HeaderClassName
{
color: #D65096;
}
.AnyTagClassName
{
color: #D65096;
}
</style>
background-color css
<style>
a { background-color: #D65096; }
a { background-color: rgb(214,80,150); }
div.DivClassName
{
background-color: #D65096;
}
.BgClassName
{
background-color: #D65096;
}
</style>
border-color css
<style>
span { border-color: #D65096; }
span { border-color: rgb(214,80,150); }
td.TdClassName
{
border-color: #D65096;
}
.TagClassName
{
border-color: #D65096;
}
</style>