Shades of Mulberry #D65293
Tints of Mulberry #D65293
RGB
CMYK
RGB Variations
Color information
#D65293 (or 0xD65293) is known color: Mulberry. HEX triplet: D6, 52 and 93. RGB value is (214,82,147). Sum of RGB (Red+Green+Blue) = 214+82+147=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D65293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65293 is #29AD6C. Grayscale: #808080. Windows color (decimal): -2731373 or 9654998. OLE color: 9654998.
HSL color Cylindrical-coordinate representation of color #D65293: hue angle of 330.45º 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 #D65293 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 147 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.16 |
| HSL | 330.45º | 0.62% | 0.58% | - |
| HSV(B) | 330.45º | 0.62% | 0.84% | - |
| XYZ | 36.02 | 22.44 | 30.04 | - |
| YUV | 128.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 147 | 0 | 0.62 | 0.31 | 0.16 | 330.45 | 0.62 | 0.58 |
| Hex | D6 | 52 | 93 | 0 | 3E | 1F | 10 | 14A | 3E | 3A |
| Octal | 326 | 122 | 223 | 0 | 76 | 37 | 20 | 512 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10010011 | 0 | 111110 | 11111 | 10000 | 101001010 | 111110 | 111010 |
Color Harmonies of #D65293
Complementary color
Monochromatic Colors of #D65293
Black with #D65293
Text Example
Text Example
White with #D65293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65293; }
p { color: rgb(214,82,147); }
H1.HeaderClassName
{
color: #D65293;
}
.AnyTagClassName
{
color: #D65293;
}
</style>
background-color css
<style>
a { background-color: #D65293; }
a { background-color: rgb(214,82,147); }
div.DivClassName
{
background-color: #D65293;
}
.BgClassName
{
background-color: #D65293;
}
</style>
border-color css
<style>
span { border-color: #D65293; }
span { border-color: rgb(214,82,147); }
td.TdClassName
{
border-color: #D65293;
}
.TagClassName
{
border-color: #D65293;
}
</style>