Shades of Mulberry #D25892
Tints of Mulberry #D25892
RGB
CMYK
RGB Variations
Color information
#D25892 (or 0xD25892) is known color: Mulberry. HEX triplet: D2, 58 and 92. RGB value is (210,88,146). Sum of RGB (Red+Green+Blue) = 210+88+146=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D25892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25892 is #2DA76D. Grayscale: #828282. Windows color (decimal): -2991982 or 9590994. OLE color: 9590994.
HSL color Cylindrical-coordinate representation of color #D25892: hue angle of 331.48º 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 #D25892 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 146 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.18 |
| HSL | 331.48º | 0.58% | 0.58% | - |
| HSV(B) | 331.48º | 0.58% | 0.82% | - |
| XYZ | 35.26 | 22.76 | 29.73 | - |
| YUV | 131.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 146 | 0 | 0.58 | 0.30 | 0.18 | 331.48 | 0.58 | 0.58 |
| Hex | D2 | 58 | 92 | 0 | 3A | 1E | 12 | 14B | 3A | 3A |
| Octal | 322 | 130 | 222 | 0 | 72 | 36 | 22 | 513 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10010010 | 0 | 111010 | 11110 | 10010 | 101001011 | 111010 | 111010 |
Color Harmonies of #D25892
Complementary color
Monochromatic Colors of #D25892
Black with #D25892
Text Example
Text Example
White with #D25892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25892; }
p { color: rgb(210,88,146); }
H1.HeaderClassName
{
color: #D25892;
}
.AnyTagClassName
{
color: #D25892;
}
</style>
background-color css
<style>
a { background-color: #D25892; }
a { background-color: rgb(210,88,146); }
div.DivClassName
{
background-color: #D25892;
}
.BgClassName
{
background-color: #D25892;
}
</style>
border-color css
<style>
span { border-color: #D25892; }
span { border-color: rgb(210,88,146); }
td.TdClassName
{
border-color: #D25892;
}
.TagClassName
{
border-color: #D25892;
}
</style>