Shades of Mulberry #D44892
Tints of Mulberry #D44892
RGB
CMYK
RGB Variations
Color information
#D44892 (or 0xD44892) is known color: Mulberry. HEX triplet: D4, 48 and 92. RGB value is (212,72,146). Sum of RGB (Red+Green+Blue) = 212+72+146=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D44892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44892 is #2BB76D. Grayscale: #7A7A7A. Windows color (decimal): -2865006 or 9586900. OLE color: 9586900.
HSL color Cylindrical-coordinate representation of color #D44892: hue angle of 328.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44892 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 146 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.17 |
| HSL | 328.29º | 0.62% | 0.56% | - |
| HSV(B) | 328.29º | 0.66% | 0.83% | - |
| XYZ | 34.66 | 20.71 | 29.36 | - |
| YUV | 122.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 146 | 0 | 0.66 | 0.31 | 0.17 | 328.29 | 0.62 | 0.56 |
| Hex | D4 | 48 | 92 | 0 | 42 | 1F | 11 | 148 | 3E | 38 |
| Octal | 324 | 110 | 222 | 0 | 102 | 37 | 21 | 510 | 76 | 70 |
| Binary | 11010100 | 1001000 | 10010010 | 0 | 1000010 | 11111 | 10001 | 101001000 | 111110 | 111000 |
Color Harmonies of #D44892
Complementary color
Monochromatic Colors of #D44892
Black with #D44892
Text Example
Text Example
White with #D44892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44892; }
p { color: rgb(212,72,146); }
H1.HeaderClassName
{
color: #D44892;
}
.AnyTagClassName
{
color: #D44892;
}
</style>
background-color css
<style>
a { background-color: #D44892; }
a { background-color: rgb(212,72,146); }
div.DivClassName
{
background-color: #D44892;
}
.BgClassName
{
background-color: #D44892;
}
</style>
border-color css
<style>
span { border-color: #D44892; }
span { border-color: rgb(212,72,146); }
td.TdClassName
{
border-color: #D44892;
}
.TagClassName
{
border-color: #D44892;
}
</style>