Shades of Mulberry #D54194
Tints of Mulberry #D54194
RGB
CMYK
RGB Variations
Color information
#D54194 (or 0xD54194) is known color: Mulberry. HEX triplet: D5, 41 and 94. RGB value is (213,65,148). Sum of RGB (Red+Green+Blue) = 213+65+148=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D54194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54194 is #2ABE6B. Grayscale: #767676. Windows color (decimal): -2801260 or 9716181. OLE color: 9716181.
HSL color Cylindrical-coordinate representation of color #D54194: hue angle of 326.35º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54194 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 148 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.16 |
| HSL | 326.35º | 0.64% | 0.55% | - |
| HSV(B) | 326.35º | 0.69% | 0.84% | - |
| XYZ | 34.68 | 20.06 | 30.06 | - |
| YUV | 118.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 148 | 0 | 0.69 | 0.31 | 0.16 | 326.35 | 0.64 | 0.55 |
| Hex | D5 | 41 | 94 | 0 | 45 | 1F | 10 | 146 | 40 | 37 |
| Octal | 325 | 101 | 224 | 0 | 105 | 37 | 20 | 506 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10010100 | 0 | 1000101 | 11111 | 10000 | 101000110 | 1000000 | 110111 |
Color Harmonies of #D54194
Complementary color
Monochromatic Colors of #D54194
Black with #D54194
Text Example
Text Example
White with #D54194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54194; }
p { color: rgb(213,65,148); }
H1.HeaderClassName
{
color: #D54194;
}
.AnyTagClassName
{
color: #D54194;
}
</style>
background-color css
<style>
a { background-color: #D54194; }
a { background-color: rgb(213,65,148); }
div.DivClassName
{
background-color: #D54194;
}
.BgClassName
{
background-color: #D54194;
}
</style>
border-color css
<style>
span { border-color: #D54194; }
span { border-color: rgb(213,65,148); }
td.TdClassName
{
border-color: #D54194;
}
.TagClassName
{
border-color: #D54194;
}
</style>