Shades of Mulberry #D6429F
Tints of Mulberry #D6429F
RGB
CMYK
RGB Variations
Color information
#D6429F (or 0xD6429F) is known color: Mulberry. HEX triplet: D6, 42 and 9F. RGB value is (214,66,159). Sum of RGB (Red+Green+Blue) = 214+66+159=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6429F is #29BD60. Grayscale: #787878. Windows color (decimal): -2735457 or 10437334. OLE color: 10437334.
HSL color Cylindrical-coordinate representation of color #D6429F: hue angle of 322.3º 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 #D6429F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 159 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.16 |
| HSL | 322.3º | 0.64% | 0.55% | - |
| HSV(B) | 322.3º | 0.69% | 0.84% | - |
| XYZ | 35.94 | 20.7 | 34.9 | - |
| YUV | 120.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 159 | 0 | 0.69 | 0.26 | 0.16 | 322.3 | 0.64 | 0.55 |
| Hex | D6 | 42 | 9F | 0 | 45 | 1A | 10 | 142 | 40 | 37 |
| Octal | 326 | 102 | 237 | 0 | 105 | 32 | 20 | 502 | 100 | 67 |
| Binary | 11010110 | 1000010 | 10011111 | 0 | 1000101 | 11010 | 10000 | 101000010 | 1000000 | 110111 |
Color Harmonies of #D6429F
Complementary color
Monochromatic Colors of #D6429F
Black with #D6429F
Text Example
Text Example
White with #D6429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6429F; }
p { color: rgb(214,66,159); }
H1.HeaderClassName
{
color: #D6429F;
}
.AnyTagClassName
{
color: #D6429F;
}
</style>
background-color css
<style>
a { background-color: #D6429F; }
a { background-color: rgb(214,66,159); }
div.DivClassName
{
background-color: #D6429F;
}
.BgClassName
{
background-color: #D6429F;
}
</style>
border-color css
<style>
span { border-color: #D6429F; }
span { border-color: rgb(214,66,159); }
td.TdClassName
{
border-color: #D6429F;
}
.TagClassName
{
border-color: #D6429F;
}
</style>