Shades of Mulberry #D6468E
Tints of Mulberry #D6468E
RGB
CMYK
RGB Variations
Color information
#D6468E (or 0xD6468E) is known color: Mulberry. HEX triplet: D6, 46 and 8E. RGB value is (214,70,142). Sum of RGB (Red+Green+Blue) = 214+70+142=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6468E is #29B971. Grayscale: #797979. Windows color (decimal): -2734450 or 9324246. OLE color: 9324246.
HSL color Cylindrical-coordinate representation of color #D6468E: hue angle of 330º 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 #D6468E is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 142 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.16 |
| HSL | 330º | 0.64% | 0.56% | - |
| HSV(B) | 330º | 0.67% | 0.84% | - |
| XYZ | 34.8 | 20.63 | 27.74 | - |
| YUV | 121.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 142 | 0 | 0.67 | 0.34 | 0.16 | 330 | 0.64 | 0.56 |
| Hex | D6 | 46 | 8E | 0 | 43 | 22 | 10 | 14A | 40 | 38 |
| Octal | 326 | 106 | 216 | 0 | 103 | 42 | 20 | 512 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10001110 | 0 | 1000011 | 100010 | 10000 | 101001010 | 1000000 | 111000 |
Color Harmonies of #D6468E
Complementary color
Monochromatic Colors of #D6468E
Black with #D6468E
Text Example
Text Example
White with #D6468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6468E; }
p { color: rgb(214,70,142); }
H1.HeaderClassName
{
color: #D6468E;
}
.AnyTagClassName
{
color: #D6468E;
}
</style>
background-color css
<style>
a { background-color: #D6468E; }
a { background-color: rgb(214,70,142); }
div.DivClassName
{
background-color: #D6468E;
}
.BgClassName
{
background-color: #D6468E;
}
</style>
border-color css
<style>
span { border-color: #D6468E; }
span { border-color: rgb(214,70,142); }
td.TdClassName
{
border-color: #D6468E;
}
.TagClassName
{
border-color: #D6468E;
}
</style>