Shades of Mulberry #D658AC
Tints of Mulberry #D658AC
RGB
CMYK
RGB Variations
Color information
#D658AC (or 0xD658AC) is known color: Mulberry. HEX triplet: D6, 58 and AC. RGB value is (214,88,172). Sum of RGB (Red+Green+Blue) = 214+88+172=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D658AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658AC is #29A753. Grayscale: #878787. Windows color (decimal): -2729812 or 11294934. OLE color: 11294934.
HSL color Cylindrical-coordinate representation of color #D658AC: hue angle of 320º 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 #D658AC is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 172 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.16 |
| HSL | 320º | 0.61% | 0.59% | - |
| HSV(B) | 320º | 0.59% | 0.84% | - |
| XYZ | 38.67 | 24.25 | 41.67 | - |
| YUV | 135.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 172 | 0 | 0.59 | 0.20 | 0.16 | 320 | 0.61 | 0.59 |
| Hex | D6 | 58 | AC | 0 | 3B | 14 | 10 | 140 | 3D | 3B |
| Octal | 326 | 130 | 254 | 0 | 73 | 24 | 20 | 500 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10101100 | 0 | 111011 | 10100 | 10000 | 101000000 | 111101 | 111011 |
Color Harmonies of #D658AC
Complementary color
Monochromatic Colors of #D658AC
Black with #D658AC
Text Example
Text Example
White with #D658AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658AC; }
p { color: rgb(214,88,172); }
H1.HeaderClassName
{
color: #D658AC;
}
.AnyTagClassName
{
color: #D658AC;
}
</style>
background-color css
<style>
a { background-color: #D658AC; }
a { background-color: rgb(214,88,172); }
div.DivClassName
{
background-color: #D658AC;
}
.BgClassName
{
background-color: #D658AC;
}
</style>
border-color css
<style>
span { border-color: #D658AC; }
span { border-color: rgb(214,88,172); }
td.TdClassName
{
border-color: #D658AC;
}
.TagClassName
{
border-color: #D658AC;
}
</style>