Shades of Mulberry #D65593
Tints of Mulberry #D65593
RGB
CMYK
RGB Variations
Color information
#D65593 (or 0xD65593) is known color: Mulberry. HEX triplet: D6, 55 and 93. RGB value is (214,85,147). Sum of RGB (Red+Green+Blue) = 214+85+147=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D65593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65593 is #29AA6C. Grayscale: #828282. Windows color (decimal): -2730605 or 9655766. OLE color: 9655766.
HSL color Cylindrical-coordinate representation of color #D65593: hue angle of 331.16º 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 #D65593 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 147 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.16 |
| HSL | 331.16º | 0.61% | 0.59% | - |
| HSV(B) | 331.16º | 0.6% | 0.84% | - |
| XYZ | 36.25 | 22.9 | 30.11 | - |
| YUV | 130.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 147 | 0 | 0.60 | 0.31 | 0.16 | 331.16 | 0.61 | 0.59 |
| Hex | D6 | 55 | 93 | 0 | 3C | 1F | 10 | 14B | 3D | 3B |
| Octal | 326 | 125 | 223 | 0 | 74 | 37 | 20 | 513 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10010011 | 0 | 111100 | 11111 | 10000 | 101001011 | 111101 | 111011 |
Color Harmonies of #D65593
Complementary color
Monochromatic Colors of #D65593
Black with #D65593
Text Example
Text Example
White with #D65593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65593; }
p { color: rgb(214,85,147); }
H1.HeaderClassName
{
color: #D65593;
}
.AnyTagClassName
{
color: #D65593;
}
</style>
background-color css
<style>
a { background-color: #D65593; }
a { background-color: rgb(214,85,147); }
div.DivClassName
{
background-color: #D65593;
}
.BgClassName
{
background-color: #D65593;
}
</style>
border-color css
<style>
span { border-color: #D65593; }
span { border-color: rgb(214,85,147); }
td.TdClassName
{
border-color: #D65593;
}
.TagClassName
{
border-color: #D65593;
}
</style>