Shades of Mulberry #D64699
Tints of Mulberry #D64699
RGB
CMYK
RGB Variations
Color information
#D64699 (or 0xD64699) is known color: Mulberry. HEX triplet: D6, 46 and 99. RGB value is (214,70,153). Sum of RGB (Red+Green+Blue) = 214+70+153=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D64699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64699 is #29B966. Grayscale: #7A7A7A. Windows color (decimal): -2734439 or 10045142. OLE color: 10045142.
HSL color Cylindrical-coordinate representation of color #D64699: hue angle of 325.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64699 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 153 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.16 |
| HSL | 325.42º | 0.64% | 0.56% | - |
| HSV(B) | 325.42º | 0.67% | 0.84% | - |
| XYZ | 35.67 | 20.98 | 32.31 | - |
| YUV | 122.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 153 | 0 | 0.67 | 0.29 | 0.16 | 325.42 | 0.64 | 0.56 |
| Hex | D6 | 46 | 99 | 0 | 43 | 1D | 10 | 145 | 40 | 38 |
| Octal | 326 | 106 | 231 | 0 | 103 | 35 | 20 | 505 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10011001 | 0 | 1000011 | 11101 | 10000 | 101000101 | 1000000 | 111000 |
Color Harmonies of #D64699
Complementary color
Monochromatic Colors of #D64699
Black with #D64699
Text Example
Text Example
White with #D64699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64699; }
p { color: rgb(214,70,153); }
H1.HeaderClassName
{
color: #D64699;
}
.AnyTagClassName
{
color: #D64699;
}
</style>
background-color css
<style>
a { background-color: #D64699; }
a { background-color: rgb(214,70,153); }
div.DivClassName
{
background-color: #D64699;
}
.BgClassName
{
background-color: #D64699;
}
</style>
border-color css
<style>
span { border-color: #D64699; }
span { border-color: rgb(214,70,153); }
td.TdClassName
{
border-color: #D64699;
}
.TagClassName
{
border-color: #D64699;
}
</style>