Shades of Mulberry #D058A8
Tints of Mulberry #D058A8
RGB
CMYK
RGB Variations
Color information
#D058A8 (or 0xD058A8) is known color: Mulberry. HEX triplet: D0, 58 and A8. RGB value is (208,88,168). Sum of RGB (Red+Green+Blue) = 208+88+168=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D058A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D058A8 is #2FA757. Grayscale: #848484. Windows color (decimal): -3123032 or 11032784. OLE color: 11032784.
HSL color Cylindrical-coordinate representation of color #D058A8: hue angle of 320º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D058A8 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 168 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.18 |
| HSL | 320º | 0.56% | 0.58% | - |
| HSV(B) | 320º | 0.58% | 0.82% | - |
| XYZ | 36.57 | 23.22 | 39.6 | - |
| YUV | 133 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 168 | 0 | 0.58 | 0.19 | 0.18 | 320 | 0.56 | 0.58 |
| Hex | D0 | 58 | A8 | 0 | 3A | 13 | 12 | 140 | 38 | 3A |
| Octal | 320 | 130 | 250 | 0 | 72 | 23 | 22 | 500 | 70 | 72 |
| Binary | 11010000 | 1011000 | 10101000 | 0 | 111010 | 10011 | 10010 | 101000000 | 111000 | 111010 |
Color Harmonies of #D058A8
Complementary color
Monochromatic Colors of #D058A8
Black with #D058A8
Text Example
Text Example
White with #D058A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058A8; }
p { color: rgb(208,88,168); }
H1.HeaderClassName
{
color: #D058A8;
}
.AnyTagClassName
{
color: #D058A8;
}
</style>
background-color css
<style>
a { background-color: #D058A8; }
a { background-color: rgb(208,88,168); }
div.DivClassName
{
background-color: #D058A8;
}
.BgClassName
{
background-color: #D058A8;
}
</style>
border-color css
<style>
span { border-color: #D058A8; }
span { border-color: rgb(208,88,168); }
td.TdClassName
{
border-color: #D058A8;
}
.TagClassName
{
border-color: #D058A8;
}
</style>