Shades of Mulberry #D658A5
Tints of Mulberry #D658A5
RGB
CMYK
RGB Variations
Color information
#D658A5 (or 0xD658A5) is known color: Mulberry. HEX triplet: D6, 58 and A5. RGB value is (214,88,165). Sum of RGB (Red+Green+Blue) = 214+88+165=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D658A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658A5 is #29A75A. Grayscale: #868686. Windows color (decimal): -2729819 or 10836182. OLE color: 10836182.
HSL color Cylindrical-coordinate representation of color #D658A5: hue angle of 323.33º 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 #D658A5 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 165 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.16 |
| HSL | 323.33º | 0.61% | 0.59% | - |
| HSV(B) | 323.33º | 0.59% | 0.84% | - |
| XYZ | 38.01 | 23.99 | 38.22 | - |
| YUV | 134.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 165 | 0 | 0.59 | 0.23 | 0.16 | 323.33 | 0.61 | 0.59 |
| Hex | D6 | 58 | A5 | 0 | 3B | 17 | 10 | 143 | 3D | 3B |
| Octal | 326 | 130 | 245 | 0 | 73 | 27 | 20 | 503 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10100101 | 0 | 111011 | 10111 | 10000 | 101000011 | 111101 | 111011 |
Color Harmonies of #D658A5
Complementary color
Monochromatic Colors of #D658A5
Black with #D658A5
Text Example
Text Example
White with #D658A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658A5; }
p { color: rgb(214,88,165); }
H1.HeaderClassName
{
color: #D658A5;
}
.AnyTagClassName
{
color: #D658A5;
}
</style>
background-color css
<style>
a { background-color: #D658A5; }
a { background-color: rgb(214,88,165); }
div.DivClassName
{
background-color: #D658A5;
}
.BgClassName
{
background-color: #D658A5;
}
</style>
border-color css
<style>
span { border-color: #D658A5; }
span { border-color: rgb(214,88,165); }
td.TdClassName
{
border-color: #D658A5;
}
.TagClassName
{
border-color: #D658A5;
}
</style>