Shades of Mulberry #D258A0
Tints of Mulberry #D258A0
RGB
CMYK
RGB Variations
Color information
#D258A0 (or 0xD258A0) is known color: Mulberry. HEX triplet: D2, 58 and A0. RGB value is (210,88,160). Sum of RGB (Red+Green+Blue) = 210+88+160=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D258A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D258A0 is #2DA75F. Grayscale: #848484. Windows color (decimal): -2991968 or 10508498. OLE color: 10508498.
HSL color Cylindrical-coordinate representation of color #D258A0: hue angle of 324.59º degrees, saturation: 0.58, 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 #D258A0 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 160 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.18 |
| HSL | 324.59º | 0.58% | 0.58% | - |
| HSV(B) | 324.59º | 0.58% | 0.82% | - |
| XYZ | 36.41 | 23.22 | 35.82 | - |
| YUV | 132.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 160 | 0 | 0.58 | 0.24 | 0.18 | 324.59 | 0.58 | 0.58 |
| Hex | D2 | 58 | A0 | 0 | 3A | 18 | 12 | 145 | 3A | 3A |
| Octal | 322 | 130 | 240 | 0 | 72 | 30 | 22 | 505 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10100000 | 0 | 111010 | 11000 | 10010 | 101000101 | 111010 | 111010 |
Color Harmonies of #D258A0
Complementary color
Monochromatic Colors of #D258A0
Black with #D258A0
Text Example
Text Example
White with #D258A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258A0; }
p { color: rgb(210,88,160); }
H1.HeaderClassName
{
color: #D258A0;
}
.AnyTagClassName
{
color: #D258A0;
}
</style>
background-color css
<style>
a { background-color: #D258A0; }
a { background-color: rgb(210,88,160); }
div.DivClassName
{
background-color: #D258A0;
}
.BgClassName
{
background-color: #D258A0;
}
</style>
border-color css
<style>
span { border-color: #D258A0; }
span { border-color: rgb(210,88,160); }
td.TdClassName
{
border-color: #D258A0;
}
.TagClassName
{
border-color: #D258A0;
}
</style>