Shades of Mulberry #D64B9E
Tints of Mulberry #D64B9E
RGB
CMYK
RGB Variations
Color information
#D64B9E (or 0xD64B9E) is known color: Mulberry. HEX triplet: D6, 4B and 9E. RGB value is (214,75,158). Sum of RGB (Red+Green+Blue) = 214+75+158=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B9E is #29B461. Grayscale: #7D7D7D. Windows color (decimal): -2733154 or 10374102. OLE color: 10374102.
HSL color Cylindrical-coordinate representation of color #D64B9E: hue angle of 324.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B9E is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 158 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.16 |
| HSL | 324.17º | 0.63% | 0.57% | - |
| HSV(B) | 324.17º | 0.65% | 0.84% | - |
| XYZ | 36.42 | 21.8 | 34.64 | - |
| YUV | 126.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 158 | 0 | 0.65 | 0.26 | 0.16 | 324.17 | 0.63 | 0.57 |
| Hex | D6 | 4B | 9E | 0 | 41 | 1A | 10 | 144 | 3F | 39 |
| Octal | 326 | 113 | 236 | 0 | 101 | 32 | 20 | 504 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10011110 | 0 | 1000001 | 11010 | 10000 | 101000100 | 111111 | 111001 |
Color Harmonies of #D64B9E
Complementary color
Monochromatic Colors of #D64B9E
Black with #D64B9E
Text Example
Text Example
White with #D64B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B9E; }
p { color: rgb(214,75,158); }
H1.HeaderClassName
{
color: #D64B9E;
}
.AnyTagClassName
{
color: #D64B9E;
}
</style>
background-color css
<style>
a { background-color: #D64B9E; }
a { background-color: rgb(214,75,158); }
div.DivClassName
{
background-color: #D64B9E;
}
.BgClassName
{
background-color: #D64B9E;
}
</style>
border-color css
<style>
span { border-color: #D64B9E; }
span { border-color: rgb(214,75,158); }
td.TdClassName
{
border-color: #D64B9E;
}
.TagClassName
{
border-color: #D64B9E;
}
</style>