Shades of Mulberry #D6468B
Tints of Mulberry #D6468B
RGB
CMYK
RGB Variations
Color information
#D6468B (or 0xD6468B) is known color: Mulberry. HEX triplet: D6, 46 and 8B. RGB value is (214,70,139). Sum of RGB (Red+Green+Blue) = 214+70+139=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6468B is #29B974. Grayscale: #787878. Windows color (decimal): -2734453 or 9127638. OLE color: 9127638.
HSL color Cylindrical-coordinate representation of color #D6468B: hue angle of 331.25º 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 #D6468B is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 139 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.16 |
| HSL | 331.25º | 0.64% | 0.56% | - |
| HSV(B) | 331.25º | 0.67% | 0.84% | - |
| XYZ | 34.58 | 20.54 | 26.57 | - |
| YUV | 120.92 | 138.21 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 139 | 0 | 0.67 | 0.35 | 0.16 | 331.25 | 0.64 | 0.56 |
| Hex | D6 | 46 | 8B | 0 | 43 | 23 | 10 | 14B | 40 | 38 |
| Octal | 326 | 106 | 213 | 0 | 103 | 43 | 20 | 513 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10001011 | 0 | 1000011 | 100011 | 10000 | 101001011 | 1000000 | 111000 |
Color Harmonies of #D6468B
Complementary color
Monochromatic Colors of #D6468B
Black with #D6468B
Text Example
Text Example
White with #D6468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6468B; }
p { color: rgb(214,70,139); }
H1.HeaderClassName
{
color: #D6468B;
}
.AnyTagClassName
{
color: #D6468B;
}
</style>
background-color css
<style>
a { background-color: #D6468B; }
a { background-color: rgb(214,70,139); }
div.DivClassName
{
background-color: #D6468B;
}
.BgClassName
{
background-color: #D6468B;
}
</style>
border-color css
<style>
span { border-color: #D6468B; }
span { border-color: rgb(214,70,139); }
td.TdClassName
{
border-color: #D6468B;
}
.TagClassName
{
border-color: #D6468B;
}
</style>