Shades of Mulberry #D64896
Tints of Mulberry #D64896
RGB
CMYK
RGB Variations
Color information
#D64896 (or 0xD64896) is known color: Mulberry. HEX triplet: D6, 48 and 96. RGB value is (214,72,150). Sum of RGB (Red+Green+Blue) = 214+72+150=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D64896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64896 is #29B769. Grayscale: #7B7B7B. Windows color (decimal): -2733930 or 9849046. OLE color: 9849046.
HSL color Cylindrical-coordinate representation of color #D64896: hue angle of 327.04º 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 #D64896 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 150 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.16 |
| HSL | 327.04º | 0.63% | 0.56% | - |
| HSV(B) | 327.04º | 0.66% | 0.84% | - |
| XYZ | 35.55 | 21.13 | 31.06 | - |
| YUV | 123.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 150 | 0 | 0.66 | 0.30 | 0.16 | 327.04 | 0.63 | 0.56 |
| Hex | D6 | 48 | 96 | 0 | 42 | 1E | 10 | 147 | 3F | 38 |
| Octal | 326 | 110 | 226 | 0 | 102 | 36 | 20 | 507 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10010110 | 0 | 1000010 | 11110 | 10000 | 101000111 | 111111 | 111000 |
Color Harmonies of #D64896
Complementary color
Monochromatic Colors of #D64896
Black with #D64896
Text Example
Text Example
White with #D64896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64896; }
p { color: rgb(214,72,150); }
H1.HeaderClassName
{
color: #D64896;
}
.AnyTagClassName
{
color: #D64896;
}
</style>
background-color css
<style>
a { background-color: #D64896; }
a { background-color: rgb(214,72,150); }
div.DivClassName
{
background-color: #D64896;
}
.BgClassName
{
background-color: #D64896;
}
</style>
border-color css
<style>
span { border-color: #D64896; }
span { border-color: rgb(214,72,150); }
td.TdClassName
{
border-color: #D64896;
}
.TagClassName
{
border-color: #D64896;
}
</style>