Shades of Mulberry #D64398
Tints of Mulberry #D64398
RGB
CMYK
RGB Variations
Color information
#D64398 (or 0xD64398) is known color: Mulberry. HEX triplet: D6, 43 and 98. RGB value is (214,67,152). Sum of RGB (Red+Green+Blue) = 214+67+152=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D64398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64398 is #29BC67. Grayscale: #787878. Windows color (decimal): -2735208 or 9978838. OLE color: 9978838.
HSL color Cylindrical-coordinate representation of color #D64398: hue angle of 325.31º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64398 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 152 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.16 |
| HSL | 325.31º | 0.64% | 0.55% | - |
| HSV(B) | 325.31º | 0.69% | 0.84% | - |
| XYZ | 35.41 | 20.58 | 31.81 | - |
| YUV | 120.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 152 | 0 | 0.69 | 0.29 | 0.16 | 325.31 | 0.64 | 0.55 |
| Hex | D6 | 43 | 98 | 0 | 45 | 1D | 10 | 145 | 40 | 37 |
| Octal | 326 | 103 | 230 | 0 | 105 | 35 | 20 | 505 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10011000 | 0 | 1000101 | 11101 | 10000 | 101000101 | 1000000 | 110111 |
Color Harmonies of #D64398
Complementary color
Monochromatic Colors of #D64398
Black with #D64398
Text Example
Text Example
White with #D64398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64398; }
p { color: rgb(214,67,152); }
H1.HeaderClassName
{
color: #D64398;
}
.AnyTagClassName
{
color: #D64398;
}
</style>
background-color css
<style>
a { background-color: #D64398; }
a { background-color: rgb(214,67,152); }
div.DivClassName
{
background-color: #D64398;
}
.BgClassName
{
background-color: #D64398;
}
</style>
border-color css
<style>
span { border-color: #D64398; }
span { border-color: rgb(214,67,152); }
td.TdClassName
{
border-color: #D64398;
}
.TagClassName
{
border-color: #D64398;
}
</style>