Shades of Mulberry #D258A1
Tints of Mulberry #D258A1
RGB
CMYK
RGB Variations
Color information
#D258A1 (or 0xD258A1) is known color: Mulberry. HEX triplet: D2, 58 and A1. RGB value is (210,88,161). Sum of RGB (Red+Green+Blue) = 210+88+161=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D258A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D258A1 is #2DA75E. Grayscale: #848484. Windows color (decimal): -2991967 or 10574034. OLE color: 10574034.
HSL color Cylindrical-coordinate representation of color #D258A1: hue angle of 324.1º 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 #D258A1 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 161 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.18 |
| HSL | 324.1º | 0.58% | 0.58% | - |
| HSV(B) | 324.1º | 0.58% | 0.82% | - |
| XYZ | 36.5 | 23.25 | 36.28 | - |
| YUV | 132.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 161 | 0 | 0.58 | 0.23 | 0.18 | 324.1 | 0.58 | 0.58 |
| Hex | D2 | 58 | A1 | 0 | 3A | 17 | 12 | 144 | 3A | 3A |
| Octal | 322 | 130 | 241 | 0 | 72 | 27 | 22 | 504 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10100001 | 0 | 111010 | 10111 | 10010 | 101000100 | 111010 | 111010 |
Color Harmonies of #D258A1
Complementary color
Monochromatic Colors of #D258A1
Black with #D258A1
Text Example
Text Example
White with #D258A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258A1; }
p { color: rgb(210,88,161); }
H1.HeaderClassName
{
color: #D258A1;
}
.AnyTagClassName
{
color: #D258A1;
}
</style>
background-color css
<style>
a { background-color: #D258A1; }
a { background-color: rgb(210,88,161); }
div.DivClassName
{
background-color: #D258A1;
}
.BgClassName
{
background-color: #D258A1;
}
</style>
border-color css
<style>
span { border-color: #D258A1; }
span { border-color: rgb(210,88,161); }
td.TdClassName
{
border-color: #D258A1;
}
.TagClassName
{
border-color: #D258A1;
}
</style>