Shades of Mulberry #D658A2
Tints of Mulberry #D658A2
RGB
CMYK
RGB Variations
Color information
#D658A2 (or 0xD658A2) is known color: Mulberry. HEX triplet: D6, 58 and A2. RGB value is (214,88,162). Sum of RGB (Red+Green+Blue) = 214+88+162=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D658A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658A2 is #29A75D. Grayscale: #858585. Windows color (decimal): -2729822 or 10639574. OLE color: 10639574.
HSL color Cylindrical-coordinate representation of color #D658A2: hue angle of 324.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D658A2 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 162 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.16 |
| HSL | 324.76º | 0.61% | 0.59% | - |
| HSV(B) | 324.76º | 0.59% | 0.84% | - |
| XYZ | 37.74 | 23.88 | 36.8 | - |
| YUV | 134.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 162 | 0 | 0.59 | 0.24 | 0.16 | 324.76 | 0.61 | 0.59 |
| Hex | D6 | 58 | A2 | 0 | 3B | 18 | 10 | 145 | 3D | 3B |
| Octal | 326 | 130 | 242 | 0 | 73 | 30 | 20 | 505 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10100010 | 0 | 111011 | 11000 | 10000 | 101000101 | 111101 | 111011 |
Color Harmonies of #D658A2
Complementary color
Monochromatic Colors of #D658A2
Black with #D658A2
Text Example
Text Example
White with #D658A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658A2; }
p { color: rgb(214,88,162); }
H1.HeaderClassName
{
color: #D658A2;
}
.AnyTagClassName
{
color: #D658A2;
}
</style>
background-color css
<style>
a { background-color: #D658A2; }
a { background-color: rgb(214,88,162); }
div.DivClassName
{
background-color: #D658A2;
}
.BgClassName
{
background-color: #D658A2;
}
</style>
border-color css
<style>
span { border-color: #D658A2; }
span { border-color: rgb(214,88,162); }
td.TdClassName
{
border-color: #D658A2;
}
.TagClassName
{
border-color: #D658A2;
}
</style>