Shades of Mulberry #D65291
Tints of Mulberry #D65291
RGB
CMYK
RGB Variations
Color information
#D65291 (or 0xD65291) is known color: Mulberry. HEX triplet: D6, 52 and 91. RGB value is (214,82,145). Sum of RGB (Red+Green+Blue) = 214+82+145=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D65291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65291 is #29AD6E. Grayscale: #808080. Windows color (decimal): -2731375 or 9523926. OLE color: 9523926.
HSL color Cylindrical-coordinate representation of color #D65291: hue angle of 331.36º 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 #D65291 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 145 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.16 |
| HSL | 331.36º | 0.62% | 0.58% | - |
| HSV(B) | 331.36º | 0.62% | 0.84% | - |
| XYZ | 35.86 | 22.38 | 29.22 | - |
| YUV | 128.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 145 | 0 | 0.62 | 0.32 | 0.16 | 331.36 | 0.62 | 0.58 |
| Hex | D6 | 52 | 91 | 0 | 3E | 20 | 10 | 14B | 3E | 3A |
| Octal | 326 | 122 | 221 | 0 | 76 | 40 | 20 | 513 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10010001 | 0 | 111110 | 100000 | 10000 | 101001011 | 111110 | 111010 |
Color Harmonies of #D65291
Complementary color
Monochromatic Colors of #D65291
Black with #D65291
Text Example
Text Example
White with #D65291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65291; }
p { color: rgb(214,82,145); }
H1.HeaderClassName
{
color: #D65291;
}
.AnyTagClassName
{
color: #D65291;
}
</style>
background-color css
<style>
a { background-color: #D65291; }
a { background-color: rgb(214,82,145); }
div.DivClassName
{
background-color: #D65291;
}
.BgClassName
{
background-color: #D65291;
}
</style>
border-color css
<style>
span { border-color: #D65291; }
span { border-color: rgb(214,82,145); }
td.TdClassName
{
border-color: #D65291;
}
.TagClassName
{
border-color: #D65291;
}
</style>