Shades of Mulberry #D64F90
Tints of Mulberry #D64F90
RGB
CMYK
RGB Variations
Color information
#D64F90 (or 0xD64F90) is known color: Mulberry. HEX triplet: D6, 4F and 90. RGB value is (214,79,144). Sum of RGB (Red+Green+Blue) = 214+79+144=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F90 is #29B06F. Grayscale: #7E7E7E. Windows color (decimal): -2732144 or 9457622. OLE color: 9457622.
HSL color Cylindrical-coordinate representation of color #D64F90: hue angle of 331.11º 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 #D64F90 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 144 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.16 |
| HSL | 331.11º | 0.62% | 0.57% | - |
| HSV(B) | 331.11º | 0.63% | 0.84% | - |
| XYZ | 35.56 | 21.9 | 28.74 | - |
| YUV | 126.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 144 | 0 | 0.63 | 0.33 | 0.16 | 331.11 | 0.62 | 0.57 |
| Hex | D6 | 4F | 90 | 0 | 3F | 21 | 10 | 14B | 3E | 39 |
| Octal | 326 | 117 | 220 | 0 | 77 | 41 | 20 | 513 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10010000 | 0 | 111111 | 100001 | 10000 | 101001011 | 111110 | 111001 |
Color Harmonies of #D64F90
Complementary color
Monochromatic Colors of #D64F90
Black with #D64F90
Text Example
Text Example
White with #D64F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F90; }
p { color: rgb(214,79,144); }
H1.HeaderClassName
{
color: #D64F90;
}
.AnyTagClassName
{
color: #D64F90;
}
</style>
background-color css
<style>
a { background-color: #D64F90; }
a { background-color: rgb(214,79,144); }
div.DivClassName
{
background-color: #D64F90;
}
.BgClassName
{
background-color: #D64F90;
}
</style>
border-color css
<style>
span { border-color: #D64F90; }
span { border-color: rgb(214,79,144); }
td.TdClassName
{
border-color: #D64F90;
}
.TagClassName
{
border-color: #D64F90;
}
</style>