Shades of Mulberry #D658A8
Tints of Mulberry #D658A8
RGB
CMYK
RGB Variations
Color information
#D658A8 (or 0xD658A8) is known color: Mulberry. HEX triplet: D6, 58 and A8. RGB value is (214,88,168). Sum of RGB (Red+Green+Blue) = 214+88+168=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D658A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658A8 is #29A757. Grayscale: #868686. Windows color (decimal): -2729816 or 11032790. OLE color: 11032790.
HSL color Cylindrical-coordinate representation of color #D658A8: hue angle of 321.9º 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 #D658A8 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 168 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.16 |
| HSL | 321.9º | 0.61% | 0.59% | - |
| HSV(B) | 321.9º | 0.59% | 0.84% | - |
| XYZ | 38.29 | 24.1 | 39.68 | - |
| YUV | 134.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 168 | 0 | 0.59 | 0.21 | 0.16 | 321.9 | 0.61 | 0.59 |
| Hex | D6 | 58 | A8 | 0 | 3B | 15 | 10 | 142 | 3D | 3B |
| Octal | 326 | 130 | 250 | 0 | 73 | 25 | 20 | 502 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10101000 | 0 | 111011 | 10101 | 10000 | 101000010 | 111101 | 111011 |
Color Harmonies of #D658A8
Complementary color
Monochromatic Colors of #D658A8
Black with #D658A8
Text Example
Text Example
White with #D658A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658A8; }
p { color: rgb(214,88,168); }
H1.HeaderClassName
{
color: #D658A8;
}
.AnyTagClassName
{
color: #D658A8;
}
</style>
background-color css
<style>
a { background-color: #D658A8; }
a { background-color: rgb(214,88,168); }
div.DivClassName
{
background-color: #D658A8;
}
.BgClassName
{
background-color: #D658A8;
}
</style>
border-color css
<style>
span { border-color: #D658A8; }
span { border-color: rgb(214,88,168); }
td.TdClassName
{
border-color: #D658A8;
}
.TagClassName
{
border-color: #D658A8;
}
</style>