Shades of Mulberry #D45293
Tints of Mulberry #D45293
RGB
CMYK
RGB Variations
Color information
#D45293 (or 0xD45293) is known color: Mulberry. HEX triplet: D4, 52 and 93. RGB value is (212,82,147). Sum of RGB (Red+Green+Blue) = 212+82+147=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D45293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45293 is #2BAD6C. Grayscale: #808080. Windows color (decimal): -2862445 or 9654996. OLE color: 9654996.
HSL color Cylindrical-coordinate representation of color #D45293: hue angle of 330º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45293 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 147 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.17 |
| HSL | 330º | 0.6% | 0.58% | - |
| HSV(B) | 330º | 0.61% | 0.83% | - |
| XYZ | 35.44 | 22.14 | 30.01 | - |
| YUV | 128.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 147 | 0 | 0.61 | 0.31 | 0.17 | 330 | 0.6 | 0.58 |
| Hex | D4 | 52 | 93 | 0 | 3D | 1F | 11 | 14A | 3C | 3A |
| Octal | 324 | 122 | 223 | 0 | 75 | 37 | 21 | 512 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10010011 | 0 | 111101 | 11111 | 10001 | 101001010 | 111100 | 111010 |
Color Harmonies of #D45293
Complementary color
Monochromatic Colors of #D45293
Black with #D45293
Text Example
Text Example
White with #D45293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45293; }
p { color: rgb(212,82,147); }
H1.HeaderClassName
{
color: #D45293;
}
.AnyTagClassName
{
color: #D45293;
}
</style>
background-color css
<style>
a { background-color: #D45293; }
a { background-color: rgb(212,82,147); }
div.DivClassName
{
background-color: #D45293;
}
.BgClassName
{
background-color: #D45293;
}
</style>
border-color css
<style>
span { border-color: #D45293; }
span { border-color: rgb(212,82,147); }
td.TdClassName
{
border-color: #D45293;
}
.TagClassName
{
border-color: #D45293;
}
</style>