Shades of Mulberry #D64F9D
Tints of Mulberry #D64F9D
RGB
CMYK
RGB Variations
Color information
#D64F9D (or 0xD64F9D) is known color: Mulberry. HEX triplet: D6, 4F and 9D. RGB value is (214,79,157). Sum of RGB (Red+Green+Blue) = 214+79+157=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F9D is #29B062. Grayscale: #808080. Windows color (decimal): -2732131 or 10309590. OLE color: 10309590.
HSL color Cylindrical-coordinate representation of color #D64F9D: hue angle of 325.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64F9D is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 157 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.16 |
| HSL | 325.33º | 0.62% | 0.57% | - |
| HSV(B) | 325.33º | 0.63% | 0.84% | - |
| XYZ | 36.61 | 22.32 | 34.28 | - |
| YUV | 128.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 157 | 0 | 0.63 | 0.27 | 0.16 | 325.33 | 0.62 | 0.57 |
| Hex | D6 | 4F | 9D | 0 | 3F | 1B | 10 | 145 | 3E | 39 |
| Octal | 326 | 117 | 235 | 0 | 77 | 33 | 20 | 505 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10011101 | 0 | 111111 | 11011 | 10000 | 101000101 | 111110 | 111001 |
Color Harmonies of #D64F9D
Complementary color
Monochromatic Colors of #D64F9D
Black with #D64F9D
Text Example
Text Example
White with #D64F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F9D; }
p { color: rgb(214,79,157); }
H1.HeaderClassName
{
color: #D64F9D;
}
.AnyTagClassName
{
color: #D64F9D;
}
</style>
background-color css
<style>
a { background-color: #D64F9D; }
a { background-color: rgb(214,79,157); }
div.DivClassName
{
background-color: #D64F9D;
}
.BgClassName
{
background-color: #D64F9D;
}
</style>
border-color css
<style>
span { border-color: #D64F9D; }
span { border-color: rgb(214,79,157); }
td.TdClassName
{
border-color: #D64F9D;
}
.TagClassName
{
border-color: #D64F9D;
}
</style>