Shades of Mulberry #D35398
Tints of Mulberry #D35398
RGB
CMYK
RGB Variations
Color information
#D35398 (or 0xD35398) is known color: Mulberry. HEX triplet: D3, 53 and 98. RGB value is (211,83,152). Sum of RGB (Red+Green+Blue) = 211+83+152=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D35398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35398 is #2CAC67. Grayscale: #808080. Windows color (decimal): -2927720 or 9982931. OLE color: 9982931.
HSL color Cylindrical-coordinate representation of color #D35398: hue angle of 327.66º degrees, saturation: 0.59, 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 #D35398 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 152 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.17 |
| HSL | 327.66º | 0.59% | 0.58% | - |
| HSV(B) | 327.66º | 0.61% | 0.83% | - |
| XYZ | 35.62 | 22.3 | 32.13 | - |
| YUV | 129.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 152 | 0 | 0.61 | 0.28 | 0.17 | 327.66 | 0.59 | 0.58 |
| Hex | D3 | 53 | 98 | 0 | 3D | 1C | 11 | 148 | 3B | 3A |
| Octal | 323 | 123 | 230 | 0 | 75 | 34 | 21 | 510 | 73 | 72 |
| Binary | 11010011 | 1010011 | 10011000 | 0 | 111101 | 11100 | 10001 | 101001000 | 111011 | 111010 |
Color Harmonies of #D35398
Complementary color
Monochromatic Colors of #D35398
Black with #D35398
Text Example
Text Example
White with #D35398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35398; }
p { color: rgb(211,83,152); }
H1.HeaderClassName
{
color: #D35398;
}
.AnyTagClassName
{
color: #D35398;
}
</style>
background-color css
<style>
a { background-color: #D35398; }
a { background-color: rgb(211,83,152); }
div.DivClassName
{
background-color: #D35398;
}
.BgClassName
{
background-color: #D35398;
}
</style>
border-color css
<style>
span { border-color: #D35398; }
span { border-color: rgb(211,83,152); }
td.TdClassName
{
border-color: #D35398;
}
.TagClassName
{
border-color: #D35398;
}
</style>