Shades of Mulberry #D45693
Tints of Mulberry #D45693
RGB
CMYK
RGB Variations
Color information
#D45693 (or 0xD45693) is known color: Mulberry. HEX triplet: D4, 56 and 93. RGB value is (212,86,147). Sum of RGB (Red+Green+Blue) = 212+86+147=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D45693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45693 is #2BA96C. Grayscale: #828282. Windows color (decimal): -2861421 or 9656020. OLE color: 9656020.
HSL color Cylindrical-coordinate representation of color #D45693: hue angle of 330.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45693 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 147 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.17 |
| HSL | 330.95º | 0.59% | 0.58% | - |
| HSV(B) | 330.95º | 0.59% | 0.83% | - |
| XYZ | 35.75 | 22.76 | 30.11 | - |
| YUV | 130.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 147 | 0 | 0.59 | 0.31 | 0.17 | 330.95 | 0.59 | 0.58 |
| Hex | D4 | 56 | 93 | 0 | 3B | 1F | 11 | 14B | 3B | 3A |
| Octal | 324 | 126 | 223 | 0 | 73 | 37 | 21 | 513 | 73 | 72 |
| Binary | 11010100 | 1010110 | 10010011 | 0 | 111011 | 11111 | 10001 | 101001011 | 111011 | 111010 |
Color Harmonies of #D45693
Complementary color
Monochromatic Colors of #D45693
Black with #D45693
Text Example
Text Example
White with #D45693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45693; }
p { color: rgb(212,86,147); }
H1.HeaderClassName
{
color: #D45693;
}
.AnyTagClassName
{
color: #D45693;
}
</style>
background-color css
<style>
a { background-color: #D45693; }
a { background-color: rgb(212,86,147); }
div.DivClassName
{
background-color: #D45693;
}
.BgClassName
{
background-color: #D45693;
}
</style>
border-color css
<style>
span { border-color: #D45693; }
span { border-color: rgb(212,86,147); }
td.TdClassName
{
border-color: #D45693;
}
.TagClassName
{
border-color: #D45693;
}
</style>