Shades of Mulberry #D64399
Tints of Mulberry #D64399
RGB
CMYK
RGB Variations
Color information
#D64399 (or 0xD64399) is known color: Mulberry. HEX triplet: D6, 43 and 99. RGB value is (214,67,153). Sum of RGB (Red+Green+Blue) = 214+67+153=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D64399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64399 is #29BC66. Grayscale: #787878. Windows color (decimal): -2735207 or 10044374. OLE color: 10044374.
HSL color Cylindrical-coordinate representation of color #D64399: hue angle of 324.9º 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 #D64399 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 153 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.16 |
| HSL | 324.9º | 0.64% | 0.55% | - |
| HSV(B) | 324.9º | 0.69% | 0.84% | - |
| XYZ | 35.49 | 20.61 | 32.24 | - |
| YUV | 120.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 153 | 0 | 0.69 | 0.29 | 0.16 | 324.9 | 0.64 | 0.55 |
| Hex | D6 | 43 | 99 | 0 | 45 | 1D | 10 | 145 | 40 | 37 |
| Octal | 326 | 103 | 231 | 0 | 105 | 35 | 20 | 505 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10011001 | 0 | 1000101 | 11101 | 10000 | 101000101 | 1000000 | 110111 |
Color Harmonies of #D64399
Complementary color
Monochromatic Colors of #D64399
Black with #D64399
Text Example
Text Example
White with #D64399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64399; }
p { color: rgb(214,67,153); }
H1.HeaderClassName
{
color: #D64399;
}
.AnyTagClassName
{
color: #D64399;
}
</style>
background-color css
<style>
a { background-color: #D64399; }
a { background-color: rgb(214,67,153); }
div.DivClassName
{
background-color: #D64399;
}
.BgClassName
{
background-color: #D64399;
}
</style>
border-color css
<style>
span { border-color: #D64399; }
span { border-color: rgb(214,67,153); }
td.TdClassName
{
border-color: #D64399;
}
.TagClassName
{
border-color: #D64399;
}
</style>