Shades of Mulberry #D35898
Tints of Mulberry #D35898
RGB
CMYK
RGB Variations
Color information
#D35898 (or 0xD35898) is known color: Mulberry. HEX triplet: D3, 58 and 98. RGB value is (211,88,152). Sum of RGB (Red+Green+Blue) = 211+88+152=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D35898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35898 is #2CA767. Grayscale: #838383. Windows color (decimal): -2926440 or 9984211. OLE color: 9984211.
HSL color Cylindrical-coordinate representation of color #D35898: hue angle of 328.78º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35898 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 152 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.17 |
| HSL | 328.78º | 0.58% | 0.59% | - |
| HSV(B) | 328.78º | 0.58% | 0.83% | - |
| XYZ | 36.02 | 23.1 | 32.27 | - |
| YUV | 132.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 152 | 0 | 0.58 | 0.28 | 0.17 | 328.78 | 0.58 | 0.59 |
| Hex | D3 | 58 | 98 | 0 | 3A | 1C | 11 | 149 | 3A | 3B |
| Octal | 323 | 130 | 230 | 0 | 72 | 34 | 21 | 511 | 72 | 73 |
| Binary | 11010011 | 1011000 | 10011000 | 0 | 111010 | 11100 | 10001 | 101001001 | 111010 | 111011 |
Color Harmonies of #D35898
Complementary color
Monochromatic Colors of #D35898
Black with #D35898
Text Example
Text Example
White with #D35898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35898; }
p { color: rgb(211,88,152); }
H1.HeaderClassName
{
color: #D35898;
}
.AnyTagClassName
{
color: #D35898;
}
</style>
background-color css
<style>
a { background-color: #D35898; }
a { background-color: rgb(211,88,152); }
div.DivClassName
{
background-color: #D35898;
}
.BgClassName
{
background-color: #D35898;
}
</style>
border-color css
<style>
span { border-color: #D35898; }
span { border-color: rgb(211,88,152); }
td.TdClassName
{
border-color: #D35898;
}
.TagClassName
{
border-color: #D35898;
}
</style>