Shades of Mulberry #D6469F
Tints of Mulberry #D6469F
RGB
CMYK
RGB Variations
Color information
#D6469F (or 0xD6469F) is known color: Mulberry. HEX triplet: D6, 46 and 9F. RGB value is (214,70,159). Sum of RGB (Red+Green+Blue) = 214+70+159=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6469F is #29B960. Grayscale: #7A7A7A. Windows color (decimal): -2734433 or 10438358. OLE color: 10438358.
HSL color Cylindrical-coordinate representation of color #D6469F: hue angle of 322.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6469F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 159 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.16 |
| HSL | 322.92º | 0.64% | 0.56% | - |
| HSV(B) | 322.92º | 0.67% | 0.84% | - |
| XYZ | 36.18 | 21.18 | 34.98 | - |
| YUV | 123.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 159 | 0 | 0.67 | 0.26 | 0.16 | 322.92 | 0.64 | 0.56 |
| Hex | D6 | 46 | 9F | 0 | 43 | 1A | 10 | 143 | 40 | 38 |
| Octal | 326 | 106 | 237 | 0 | 103 | 32 | 20 | 503 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10011111 | 0 | 1000011 | 11010 | 10000 | 101000011 | 1000000 | 111000 |
Color Harmonies of #D6469F
Complementary color
Monochromatic Colors of #D6469F
Black with #D6469F
Text Example
Text Example
White with #D6469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6469F; }
p { color: rgb(214,70,159); }
H1.HeaderClassName
{
color: #D6469F;
}
.AnyTagClassName
{
color: #D6469F;
}
</style>
background-color css
<style>
a { background-color: #D6469F; }
a { background-color: rgb(214,70,159); }
div.DivClassName
{
background-color: #D6469F;
}
.BgClassName
{
background-color: #D6469F;
}
</style>
border-color css
<style>
span { border-color: #D6469F; }
span { border-color: rgb(214,70,159); }
td.TdClassName
{
border-color: #D6469F;
}
.TagClassName
{
border-color: #D6469F;
}
</style>