Shades of Mulberry #D6449B
Tints of Mulberry #D6449B
RGB
CMYK
RGB Variations
Color information
#D6449B (or 0xD6449B) is known color: Mulberry. HEX triplet: D6, 44 and 9B. RGB value is (214,68,155). Sum of RGB (Red+Green+Blue) = 214+68+155=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6449B is #29BB64. Grayscale: #797979. Windows color (decimal): -2734949 or 10175702. OLE color: 10175702.
HSL color Cylindrical-coordinate representation of color #D6449B: hue angle of 324.25º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6449B is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 155 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.16 |
| HSL | 324.25º | 0.64% | 0.55% | - |
| HSV(B) | 324.25º | 0.68% | 0.84% | - |
| XYZ | 35.72 | 20.8 | 33.14 | - |
| YUV | 121.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 155 | 0 | 0.68 | 0.28 | 0.16 | 324.25 | 0.64 | 0.55 |
| Hex | D6 | 44 | 9B | 0 | 44 | 1C | 10 | 144 | 40 | 37 |
| Octal | 326 | 104 | 233 | 0 | 104 | 34 | 20 | 504 | 100 | 67 |
| Binary | 11010110 | 1000100 | 10011011 | 0 | 1000100 | 11100 | 10000 | 101000100 | 1000000 | 110111 |
Color Harmonies of #D6449B
Complementary color
Monochromatic Colors of #D6449B
Black with #D6449B
Text Example
Text Example
White with #D6449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6449B; }
p { color: rgb(214,68,155); }
H1.HeaderClassName
{
color: #D6449B;
}
.AnyTagClassName
{
color: #D6449B;
}
</style>
background-color css
<style>
a { background-color: #D6449B; }
a { background-color: rgb(214,68,155); }
div.DivClassName
{
background-color: #D6449B;
}
.BgClassName
{
background-color: #D6449B;
}
</style>
border-color css
<style>
span { border-color: #D6449B; }
span { border-color: rgb(214,68,155); }
td.TdClassName
{
border-color: #D6449B;
}
.TagClassName
{
border-color: #D6449B;
}
</style>