Shades of Mulberry #D44594
Tints of Mulberry #D44594
RGB
CMYK
RGB Variations
Color information
#D44594 (or 0xD44594) is known color: Mulberry. HEX triplet: D4, 45 and 94. RGB value is (212,69,148). Sum of RGB (Red+Green+Blue) = 212+69+148=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D44594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44594 is #2BBA6B. Grayscale: #787878. Windows color (decimal): -2865772 or 9717204. OLE color: 9717204.
HSL color Cylindrical-coordinate representation of color #D44594: hue angle of 326.85º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44594 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 148 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.17 |
| HSL | 326.85º | 0.62% | 0.55% | - |
| HSV(B) | 326.85º | 0.67% | 0.83% | - |
| XYZ | 34.62 | 20.39 | 30.13 | - |
| YUV | 120.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 148 | 0 | 0.67 | 0.30 | 0.17 | 326.85 | 0.62 | 0.55 |
| Hex | D4 | 45 | 94 | 0 | 43 | 1E | 11 | 147 | 3E | 37 |
| Octal | 324 | 105 | 224 | 0 | 103 | 36 | 21 | 507 | 76 | 67 |
| Binary | 11010100 | 1000101 | 10010100 | 0 | 1000011 | 11110 | 10001 | 101000111 | 111110 | 110111 |
Color Harmonies of #D44594
Complementary color
Monochromatic Colors of #D44594
Black with #D44594
Text Example
Text Example
White with #D44594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44594; }
p { color: rgb(212,69,148); }
H1.HeaderClassName
{
color: #D44594;
}
.AnyTagClassName
{
color: #D44594;
}
</style>
background-color css
<style>
a { background-color: #D44594; }
a { background-color: rgb(212,69,148); }
div.DivClassName
{
background-color: #D44594;
}
.BgClassName
{
background-color: #D44594;
}
</style>
border-color css
<style>
span { border-color: #D44594; }
span { border-color: rgb(212,69,148); }
td.TdClassName
{
border-color: #D44594;
}
.TagClassName
{
border-color: #D44594;
}
</style>