Shades of Mulberry #D65698
Tints of Mulberry #D65698
RGB
CMYK
RGB Variations
Color information
#D65698 (or 0xD65698) is known color: Mulberry. HEX triplet: D6, 56 and 98. RGB value is (214,86,152). Sum of RGB (Red+Green+Blue) = 214+86+152=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D65698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65698 is #29A967. Grayscale: #838383. Windows color (decimal): -2730344 or 9983702. OLE color: 9983702.
HSL color Cylindrical-coordinate representation of color #D65698: hue angle of 329.06º 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 #D65698 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 152 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.16 |
| HSL | 329.06º | 0.61% | 0.59% | - |
| HSV(B) | 329.06º | 0.6% | 0.84% | - |
| XYZ | 36.73 | 23.22 | 32.25 | - |
| YUV | 131.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 152 | 0 | 0.60 | 0.29 | 0.16 | 329.06 | 0.61 | 0.59 |
| Hex | D6 | 56 | 98 | 0 | 3C | 1D | 10 | 149 | 3D | 3B |
| Octal | 326 | 126 | 230 | 0 | 74 | 35 | 20 | 511 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10011000 | 0 | 111100 | 11101 | 10000 | 101001001 | 111101 | 111011 |
Color Harmonies of #D65698
Complementary color
Monochromatic Colors of #D65698
Black with #D65698
Text Example
Text Example
White with #D65698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65698; }
p { color: rgb(214,86,152); }
H1.HeaderClassName
{
color: #D65698;
}
.AnyTagClassName
{
color: #D65698;
}
</style>
background-color css
<style>
a { background-color: #D65698; }
a { background-color: rgb(214,86,152); }
div.DivClassName
{
background-color: #D65698;
}
.BgClassName
{
background-color: #D65698;
}
</style>
border-color css
<style>
span { border-color: #D65698; }
span { border-color: rgb(214,86,152); }
td.TdClassName
{
border-color: #D65698;
}
.TagClassName
{
border-color: #D65698;
}
</style>