Shades of Mulberry #D64B93
Tints of Mulberry #D64B93
RGB
CMYK
RGB Variations
Color information
#D64B93 (or 0xD64B93) is known color: Mulberry. HEX triplet: D6, 4B and 93. RGB value is (214,75,147). Sum of RGB (Red+Green+Blue) = 214+75+147=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B93 is #29B46C. Grayscale: #7C7C7C. Windows color (decimal): -2733165 or 9653206. OLE color: 9653206.
HSL color Cylindrical-coordinate representation of color #D64B93: hue angle of 328.92º 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 #D64B93 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 147 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.16 |
| HSL | 328.92º | 0.63% | 0.57% | - |
| HSV(B) | 328.92º | 0.65% | 0.84% | - |
| XYZ | 35.51 | 21.43 | 29.87 | - |
| YUV | 124.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 147 | 0 | 0.65 | 0.31 | 0.16 | 328.92 | 0.63 | 0.57 |
| Hex | D6 | 4B | 93 | 0 | 41 | 1F | 10 | 149 | 3F | 39 |
| Octal | 326 | 113 | 223 | 0 | 101 | 37 | 20 | 511 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10010011 | 0 | 1000001 | 11111 | 10000 | 101001001 | 111111 | 111001 |
Color Harmonies of #D64B93
Complementary color
Monochromatic Colors of #D64B93
Black with #D64B93
Text Example
Text Example
White with #D64B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B93; }
p { color: rgb(214,75,147); }
H1.HeaderClassName
{
color: #D64B93;
}
.AnyTagClassName
{
color: #D64B93;
}
</style>
background-color css
<style>
a { background-color: #D64B93; }
a { background-color: rgb(214,75,147); }
div.DivClassName
{
background-color: #D64B93;
}
.BgClassName
{
background-color: #D64B93;
}
</style>
border-color css
<style>
span { border-color: #D64B93; }
span { border-color: rgb(214,75,147); }
td.TdClassName
{
border-color: #D64B93;
}
.TagClassName
{
border-color: #D64B93;
}
</style>