Shades of Mulberry #D64392
Tints of Mulberry #D64392
RGB
CMYK
RGB Variations
Color information
#D64392 (or 0xD64392) is known color: Mulberry. HEX triplet: D6, 43 and 92. RGB value is (214,67,146). Sum of RGB (Red+Green+Blue) = 214+67+146=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D64392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64392 is #29BC6D. Grayscale: #777777. Windows color (decimal): -2735214 or 9585622. OLE color: 9585622.
HSL color Cylindrical-coordinate representation of color #D64392: hue angle of 327.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64392 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 146 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.16 |
| HSL | 327.76º | 0.64% | 0.55% | - |
| HSV(B) | 327.76º | 0.69% | 0.84% | - |
| XYZ | 34.93 | 20.39 | 29.29 | - |
| YUV | 119.96 | 142.7 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 146 | 0 | 0.69 | 0.32 | 0.16 | 327.76 | 0.64 | 0.55 |
| Hex | D6 | 43 | 92 | 0 | 45 | 20 | 10 | 148 | 40 | 37 |
| Octal | 326 | 103 | 222 | 0 | 105 | 40 | 20 | 510 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10010010 | 0 | 1000101 | 100000 | 10000 | 101001000 | 1000000 | 110111 |
Color Harmonies of #D64392
Complementary color
Monochromatic Colors of #D64392
Black with #D64392
Text Example
Text Example
White with #D64392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64392; }
p { color: rgb(214,67,146); }
H1.HeaderClassName
{
color: #D64392;
}
.AnyTagClassName
{
color: #D64392;
}
</style>
background-color css
<style>
a { background-color: #D64392; }
a { background-color: rgb(214,67,146); }
div.DivClassName
{
background-color: #D64392;
}
.BgClassName
{
background-color: #D64392;
}
</style>
border-color css
<style>
span { border-color: #D64392; }
span { border-color: rgb(214,67,146); }
td.TdClassName
{
border-color: #D64392;
}
.TagClassName
{
border-color: #D64392;
}
</style>