Shades of Mulberry #D358A6
Tints of Mulberry #D358A6
RGB
CMYK
RGB Variations
Color information
#D358A6 (or 0xD358A6) is known color: Mulberry. HEX triplet: D3, 58 and A6. RGB value is (211,88,166). Sum of RGB (Red+Green+Blue) = 211+88+166=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D358A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358A6 is #2CA759. Grayscale: #858585. Windows color (decimal): -2926426 or 10901715. OLE color: 10901715.
HSL color Cylindrical-coordinate representation of color #D358A6: hue angle of 321.95º 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 #D358A6 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 166 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.17 |
| HSL | 321.95º | 0.58% | 0.59% | - |
| HSV(B) | 321.95º | 0.58% | 0.83% | - |
| XYZ | 37.24 | 23.58 | 38.67 | - |
| YUV | 133.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 166 | 0 | 0.58 | 0.21 | 0.17 | 321.95 | 0.58 | 0.59 |
| Hex | D3 | 58 | A6 | 0 | 3A | 15 | 11 | 142 | 3A | 3B |
| Octal | 323 | 130 | 246 | 0 | 72 | 25 | 21 | 502 | 72 | 73 |
| Binary | 11010011 | 1011000 | 10100110 | 0 | 111010 | 10101 | 10001 | 101000010 | 111010 | 111011 |
Color Harmonies of #D358A6
Complementary color
Monochromatic Colors of #D358A6
Black with #D358A6
Text Example
Text Example
White with #D358A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358A6; }
p { color: rgb(211,88,166); }
H1.HeaderClassName
{
color: #D358A6;
}
.AnyTagClassName
{
color: #D358A6;
}
</style>
background-color css
<style>
a { background-color: #D358A6; }
a { background-color: rgb(211,88,166); }
div.DivClassName
{
background-color: #D358A6;
}
.BgClassName
{
background-color: #D358A6;
}
</style>
border-color css
<style>
span { border-color: #D358A6; }
span { border-color: rgb(211,88,166); }
td.TdClassName
{
border-color: #D358A6;
}
.TagClassName
{
border-color: #D358A6;
}
</style>