Shades of Mulberry #D65599
Tints of Mulberry #D65599
RGB
CMYK
RGB Variations
Color information
#D65599 (or 0xD65599) is known color: Mulberry. HEX triplet: D6, 55 and 99. RGB value is (214,85,153). Sum of RGB (Red+Green+Blue) = 214+85+153=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D65599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65599 is #29AA66. Grayscale: #838383. Windows color (decimal): -2730599 or 10048982. OLE color: 10048982.
HSL color Cylindrical-coordinate representation of color #D65599: hue angle of 328.37º 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 #D65599 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 153 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.16 |
| HSL | 328.37º | 0.61% | 0.59% | - |
| HSV(B) | 328.37º | 0.6% | 0.84% | - |
| XYZ | 36.73 | 23.09 | 32.66 | - |
| YUV | 131.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 153 | 0 | 0.60 | 0.29 | 0.16 | 328.37 | 0.61 | 0.59 |
| Hex | D6 | 55 | 99 | 0 | 3C | 1D | 10 | 148 | 3D | 3B |
| Octal | 326 | 125 | 231 | 0 | 74 | 35 | 20 | 510 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10011001 | 0 | 111100 | 11101 | 10000 | 101001000 | 111101 | 111011 |
Color Harmonies of #D65599
Complementary color
Monochromatic Colors of #D65599
Black with #D65599
Text Example
Text Example
White with #D65599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65599; }
p { color: rgb(214,85,153); }
H1.HeaderClassName
{
color: #D65599;
}
.AnyTagClassName
{
color: #D65599;
}
</style>
background-color css
<style>
a { background-color: #D65599; }
a { background-color: rgb(214,85,153); }
div.DivClassName
{
background-color: #D65599;
}
.BgClassName
{
background-color: #D65599;
}
</style>
border-color css
<style>
span { border-color: #D65599; }
span { border-color: rgb(214,85,153); }
td.TdClassName
{
border-color: #D65599;
}
.TagClassName
{
border-color: #D65599;
}
</style>