Shades of Mulberry #D65792
Tints of Mulberry #D65792
RGB
CMYK
RGB Variations
Color information
#D65792 (or 0xD65792) is known color: Mulberry. HEX triplet: D6, 57 and 92. RGB value is (214,87,146). Sum of RGB (Red+Green+Blue) = 214+87+146=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D65792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65792 is #29A86D. Grayscale: #838383. Windows color (decimal): -2730094 or 9590742. OLE color: 9590742.
HSL color Cylindrical-coordinate representation of color #D65792: hue angle of 332.13º 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 #D65792 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 146 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.16 |
| HSL | 332.13º | 0.61% | 0.59% | - |
| HSV(B) | 332.13º | 0.59% | 0.84% | - |
| XYZ | 36.33 | 23.19 | 29.76 | - |
| YUV | 131.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 146 | 0 | 0.59 | 0.32 | 0.16 | 332.13 | 0.61 | 0.59 |
| Hex | D6 | 57 | 92 | 0 | 3B | 20 | 10 | 14C | 3D | 3B |
| Octal | 326 | 127 | 222 | 0 | 73 | 40 | 20 | 514 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10010010 | 0 | 111011 | 100000 | 10000 | 101001100 | 111101 | 111011 |
Color Harmonies of #D65792
Complementary color
Monochromatic Colors of #D65792
Black with #D65792
Text Example
Text Example
White with #D65792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65792; }
p { color: rgb(214,87,146); }
H1.HeaderClassName
{
color: #D65792;
}
.AnyTagClassName
{
color: #D65792;
}
</style>
background-color css
<style>
a { background-color: #D65792; }
a { background-color: rgb(214,87,146); }
div.DivClassName
{
background-color: #D65792;
}
.BgClassName
{
background-color: #D65792;
}
</style>
border-color css
<style>
span { border-color: #D65792; }
span { border-color: rgb(214,87,146); }
td.TdClassName
{
border-color: #D65792;
}
.TagClassName
{
border-color: #D65792;
}
</style>