Shades of Mulberry #D6468A
Tints of Mulberry #D6468A
RGB
CMYK
RGB Variations
Color information
#D6468A (or 0xD6468A) is known color: Mulberry. HEX triplet: D6, 46 and 8A. RGB value is (214,70,138). Sum of RGB (Red+Green+Blue) = 214+70+138=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6468A is #29B975. Grayscale: #787878. Windows color (decimal): -2734454 or 9062102. OLE color: 9062102.
HSL color Cylindrical-coordinate representation of color #D6468A: hue angle of 331.67º 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 #D6468A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 138 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.16 |
| HSL | 331.67º | 0.64% | 0.56% | - |
| HSV(B) | 331.67º | 0.67% | 0.84% | - |
| XYZ | 34.51 | 20.51 | 26.19 | - |
| YUV | 120.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 138 | 0 | 0.67 | 0.36 | 0.16 | 331.67 | 0.64 | 0.56 |
| Hex | D6 | 46 | 8A | 0 | 43 | 24 | 10 | 14C | 40 | 38 |
| Octal | 326 | 106 | 212 | 0 | 103 | 44 | 20 | 514 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10001010 | 0 | 1000011 | 100100 | 10000 | 101001100 | 1000000 | 111000 |
Color Harmonies of #D6468A
Complementary color
Monochromatic Colors of #D6468A
Black with #D6468A
Text Example
Text Example
White with #D6468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6468A; }
p { color: rgb(214,70,138); }
H1.HeaderClassName
{
color: #D6468A;
}
.AnyTagClassName
{
color: #D6468A;
}
</style>
background-color css
<style>
a { background-color: #D6468A; }
a { background-color: rgb(214,70,138); }
div.DivClassName
{
background-color: #D6468A;
}
.BgClassName
{
background-color: #D6468A;
}
</style>
border-color css
<style>
span { border-color: #D6468A; }
span { border-color: rgb(214,70,138); }
td.TdClassName
{
border-color: #D6468A;
}
.TagClassName
{
border-color: #D6468A;
}
</style>