Shades of Mulberry #D65594
Tints of Mulberry #D65594
RGB
CMYK
RGB Variations
Color information
#D65594 (or 0xD65594) is known color: Mulberry. HEX triplet: D6, 55 and 94. RGB value is (214,85,148). Sum of RGB (Red+Green+Blue) = 214+85+148=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D65594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65594 is #29AA6B. Grayscale: #828282. Windows color (decimal): -2730604 or 9721302. OLE color: 9721302.
HSL color Cylindrical-coordinate representation of color #D65594: hue angle of 330.7º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65594 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 148 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.16 |
| HSL | 330.7º | 0.61% | 0.59% | - |
| HSV(B) | 330.7º | 0.6% | 0.84% | - |
| XYZ | 36.33 | 22.93 | 30.53 | - |
| YUV | 130.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 148 | 0 | 0.60 | 0.31 | 0.16 | 330.7 | 0.61 | 0.59 |
| Hex | D6 | 55 | 94 | 0 | 3C | 1F | 10 | 14B | 3D | 3B |
| Octal | 326 | 125 | 224 | 0 | 74 | 37 | 20 | 513 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10010100 | 0 | 111100 | 11111 | 10000 | 101001011 | 111101 | 111011 |
Color Harmonies of #D65594
Complementary color
Monochromatic Colors of #D65594
Black with #D65594
Text Example
Text Example
White with #D65594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65594; }
p { color: rgb(214,85,148); }
H1.HeaderClassName
{
color: #D65594;
}
.AnyTagClassName
{
color: #D65594;
}
</style>
background-color css
<style>
a { background-color: #D65594; }
a { background-color: rgb(214,85,148); }
div.DivClassName
{
background-color: #D65594;
}
.BgClassName
{
background-color: #D65594;
}
</style>
border-color css
<style>
span { border-color: #D65594; }
span { border-color: rgb(214,85,148); }
td.TdClassName
{
border-color: #D65594;
}
.TagClassName
{
border-color: #D65594;
}
</style>