Shades of Mulberry #D64888
Tints of Mulberry #D64888
RGB
CMYK
RGB Variations
Color information
#D64888 (or 0xD64888) is known color: Mulberry. HEX triplet: D6, 48 and 88. RGB value is (214,72,136). Sum of RGB (Red+Green+Blue) = 214+72+136=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D64888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64888 is #29B777. Grayscale: #797979. Windows color (decimal): -2733944 or 8931542. OLE color: 8931542.
HSL color Cylindrical-coordinate representation of color #D64888: hue angle of 332.96º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64888 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 136 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.16 |
| HSL | 332.96º | 0.63% | 0.56% | - |
| HSV(B) | 332.96º | 0.66% | 0.84% | - |
| XYZ | 34.49 | 20.71 | 25.47 | - |
| YUV | 121.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 136 | 0 | 0.66 | 0.36 | 0.16 | 332.96 | 0.63 | 0.56 |
| Hex | D6 | 48 | 88 | 0 | 42 | 24 | 10 | 14D | 3F | 38 |
| Octal | 326 | 110 | 210 | 0 | 102 | 44 | 20 | 515 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10001000 | 0 | 1000010 | 100100 | 10000 | 101001101 | 111111 | 111000 |
Color Harmonies of #D64888
Complementary color
Monochromatic Colors of #D64888
Black with #D64888
Text Example
Text Example
White with #D64888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64888; }
p { color: rgb(214,72,136); }
H1.HeaderClassName
{
color: #D64888;
}
.AnyTagClassName
{
color: #D64888;
}
</style>
background-color css
<style>
a { background-color: #D64888; }
a { background-color: rgb(214,72,136); }
div.DivClassName
{
background-color: #D64888;
}
.BgClassName
{
background-color: #D64888;
}
</style>
border-color css
<style>
span { border-color: #D64888; }
span { border-color: rgb(214,72,136); }
td.TdClassName
{
border-color: #D64888;
}
.TagClassName
{
border-color: #D64888;
}
</style>