Shades of Mulberry #D9459B
Tints of Mulberry #D9459B
RGB
CMYK
RGB Variations
Color information
#D9459B (or 0xD9459B) is known color: Mulberry. HEX triplet: D9, 45 and 9B. RGB value is (217,69,155). Sum of RGB (Red+Green+Blue) = 217+69+155=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9459B is #26BA64. Grayscale: #7A7A7A. Windows color (decimal): -2538085 or 10175961. OLE color: 10175961.
HSL color Cylindrical-coordinate representation of color #D9459B: hue angle of 325.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9459B is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 155 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.15 |
| HSL | 325.14º | 0.66% | 0.56% | - |
| HSV(B) | 325.14º | 0.68% | 0.85% | - |
| XYZ | 36.66 | 21.37 | 33.2 | - |
| YUV | 123.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 155 | 0 | 0.68 | 0.29 | 0.15 | 325.14 | 0.66 | 0.56 |
| Hex | D9 | 45 | 9B | 0 | 44 | 1D | F | 145 | 42 | 38 |
| Octal | 331 | 105 | 233 | 0 | 104 | 35 | 17 | 505 | 102 | 70 |
| Binary | 11011001 | 1000101 | 10011011 | 0 | 1000100 | 11101 | 1111 | 101000101 | 1000010 | 111000 |
Color Harmonies of #D9459B
Complementary color
Monochromatic Colors of #D9459B
Black with #D9459B
Text Example
Text Example
White with #D9459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9459B; }
p { color: rgb(217,69,155); }
H1.HeaderClassName
{
color: #D9459B;
}
.AnyTagClassName
{
color: #D9459B;
}
</style>
background-color css
<style>
a { background-color: #D9459B; }
a { background-color: rgb(217,69,155); }
div.DivClassName
{
background-color: #D9459B;
}
.BgClassName
{
background-color: #D9459B;
}
</style>
border-color css
<style>
span { border-color: #D9459B; }
span { border-color: rgb(217,69,155); }
td.TdClassName
{
border-color: #D9459B;
}
.TagClassName
{
border-color: #D9459B;
}
</style>