Shades of Mulberry #D35093
Tints of Mulberry #D35093
RGB
CMYK
RGB Variations
Color information
#D35093 (or 0xD35093) is known color: Mulberry. HEX triplet: D3, 50 and 93. RGB value is (211,80,147). Sum of RGB (Red+Green+Blue) = 211+80+147=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D35093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35093 is #2CAF6C. Grayscale: #7E7E7E. Windows color (decimal): -2928493 or 9654483. OLE color: 9654483.
HSL color Cylindrical-coordinate representation of color #D35093: hue angle of 329.31º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35093 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 147 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.17 |
| HSL | 329.31º | 0.6% | 0.57% | - |
| HSV(B) | 329.31º | 0.62% | 0.83% | - |
| XYZ | 35 | 21.69 | 29.95 | - |
| YUV | 126.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 147 | 0 | 0.62 | 0.30 | 0.17 | 329.31 | 0.6 | 0.57 |
| Hex | D3 | 50 | 93 | 0 | 3E | 1E | 11 | 149 | 3C | 39 |
| Octal | 323 | 120 | 223 | 0 | 76 | 36 | 21 | 511 | 74 | 71 |
| Binary | 11010011 | 1010000 | 10010011 | 0 | 111110 | 11110 | 10001 | 101001001 | 111100 | 111001 |
Color Harmonies of #D35093
Complementary color
Monochromatic Colors of #D35093
Black with #D35093
Text Example
Text Example
White with #D35093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35093; }
p { color: rgb(211,80,147); }
H1.HeaderClassName
{
color: #D35093;
}
.AnyTagClassName
{
color: #D35093;
}
</style>
background-color css
<style>
a { background-color: #D35093; }
a { background-color: rgb(211,80,147); }
div.DivClassName
{
background-color: #D35093;
}
.BgClassName
{
background-color: #D35093;
}
</style>
border-color css
<style>
span { border-color: #D35093; }
span { border-color: rgb(211,80,147); }
td.TdClassName
{
border-color: #D35093;
}
.TagClassName
{
border-color: #D35093;
}
</style>