Shades of Mulberry #D44F9A
Tints of Mulberry #D44F9A
RGB
CMYK
RGB Variations
Color information
#D44F9A (or 0xD44F9A) is known color: Mulberry. HEX triplet: D4, 4F and 9A. RGB value is (212,79,154). Sum of RGB (Red+Green+Blue) = 212+79+154=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F9A is #2BB065. Grayscale: #7F7F7F. Windows color (decimal): -2863206 or 10112980. OLE color: 10112980.
HSL color Cylindrical-coordinate representation of color #D44F9A: hue angle of 326.17º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44F9A is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 154 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.17 |
| HSL | 326.17º | 0.61% | 0.57% | - |
| HSV(B) | 326.17º | 0.63% | 0.83% | - |
| XYZ | 35.78 | 21.92 | 32.92 | - |
| YUV | 127.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 154 | 0 | 0.63 | 0.27 | 0.17 | 326.17 | 0.61 | 0.57 |
| Hex | D4 | 4F | 9A | 0 | 3F | 1B | 11 | 146 | 3D | 39 |
| Octal | 324 | 117 | 232 | 0 | 77 | 33 | 21 | 506 | 75 | 71 |
| Binary | 11010100 | 1001111 | 10011010 | 0 | 111111 | 11011 | 10001 | 101000110 | 111101 | 111001 |
Color Harmonies of #D44F9A
Complementary color
Monochromatic Colors of #D44F9A
Black with #D44F9A
Text Example
Text Example
White with #D44F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F9A; }
p { color: rgb(212,79,154); }
H1.HeaderClassName
{
color: #D44F9A;
}
.AnyTagClassName
{
color: #D44F9A;
}
</style>
background-color css
<style>
a { background-color: #D44F9A; }
a { background-color: rgb(212,79,154); }
div.DivClassName
{
background-color: #D44F9A;
}
.BgClassName
{
background-color: #D44F9A;
}
</style>
border-color css
<style>
span { border-color: #D44F9A; }
span { border-color: rgb(212,79,154); }
td.TdClassName
{
border-color: #D44F9A;
}
.TagClassName
{
border-color: #D44F9A;
}
</style>