Shades of Mulberry #D6459B
Tints of Mulberry #D6459B
RGB
CMYK
RGB Variations
Color information
#D6459B (or 0xD6459B) is known color: Mulberry. HEX triplet: D6, 45 and 9B. RGB value is (214,69,155). Sum of RGB (Red+Green+Blue) = 214+69+155=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6459B is #29BA64. Grayscale: #797979. Windows color (decimal): -2734693 or 10175958. OLE color: 10175958.
HSL color Cylindrical-coordinate representation of color #D6459B: hue angle of 324.41º 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 #D6459B is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 155 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.16 |
| HSL | 324.41º | 0.64% | 0.55% | - |
| HSV(B) | 324.41º | 0.68% | 0.84% | - |
| XYZ | 35.78 | 20.92 | 33.16 | - |
| YUV | 122.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 155 | 0 | 0.68 | 0.28 | 0.16 | 324.41 | 0.64 | 0.55 |
| Hex | D6 | 45 | 9B | 0 | 44 | 1C | 10 | 144 | 40 | 37 |
| Octal | 326 | 105 | 233 | 0 | 104 | 34 | 20 | 504 | 100 | 67 |
| Binary | 11010110 | 1000101 | 10011011 | 0 | 1000100 | 11100 | 10000 | 101000100 | 1000000 | 110111 |
Color Harmonies of #D6459B
Complementary color
Monochromatic Colors of #D6459B
Black with #D6459B
Text Example
Text Example
White with #D6459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6459B; }
p { color: rgb(214,69,155); }
H1.HeaderClassName
{
color: #D6459B;
}
.AnyTagClassName
{
color: #D6459B;
}
</style>
background-color css
<style>
a { background-color: #D6459B; }
a { background-color: rgb(214,69,155); }
div.DivClassName
{
background-color: #D6459B;
}
.BgClassName
{
background-color: #D6459B;
}
</style>
border-color css
<style>
span { border-color: #D6459B; }
span { border-color: rgb(214,69,155); }
td.TdClassName
{
border-color: #D6459B;
}
.TagClassName
{
border-color: #D6459B;
}
</style>