Shades of Mulberry #D65798
Tints of Mulberry #D65798
RGB
CMYK
RGB Variations
Color information
#D65798 (or 0xD65798) is known color: Mulberry. HEX triplet: D6, 57 and 98. RGB value is (214,87,152). Sum of RGB (Red+Green+Blue) = 214+87+152=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D65798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65798 is #29A867. Grayscale: #848484. Windows color (decimal): -2730088 or 9983958. OLE color: 9983958.
HSL color Cylindrical-coordinate representation of color #D65798: hue angle of 329.29º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65798 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 152 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.16 |
| HSL | 329.29º | 0.61% | 0.59% | - |
| HSV(B) | 329.29º | 0.59% | 0.84% | - |
| XYZ | 36.81 | 23.38 | 32.28 | - |
| YUV | 132.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 152 | 0 | 0.59 | 0.29 | 0.16 | 329.29 | 0.61 | 0.59 |
| Hex | D6 | 57 | 98 | 0 | 3B | 1D | 10 | 149 | 3D | 3B |
| Octal | 326 | 127 | 230 | 0 | 73 | 35 | 20 | 511 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10011000 | 0 | 111011 | 11101 | 10000 | 101001001 | 111101 | 111011 |
Color Harmonies of #D65798
Complementary color
Monochromatic Colors of #D65798
Black with #D65798
Text Example
Text Example
White with #D65798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65798; }
p { color: rgb(214,87,152); }
H1.HeaderClassName
{
color: #D65798;
}
.AnyTagClassName
{
color: #D65798;
}
</style>
background-color css
<style>
a { background-color: #D65798; }
a { background-color: rgb(214,87,152); }
div.DivClassName
{
background-color: #D65798;
}
.BgClassName
{
background-color: #D65798;
}
</style>
border-color css
<style>
span { border-color: #D65798; }
span { border-color: rgb(214,87,152); }
td.TdClassName
{
border-color: #D65798;
}
.TagClassName
{
border-color: #D65798;
}
</style>