Shades of Mulberry #D25089
Tints of Mulberry #D25089
RGB
CMYK
RGB Variations
Color information
#D25089 (or 0xD25089) is known color: Mulberry. HEX triplet: D2, 50 and 89. RGB value is (210,80,137). Sum of RGB (Red+Green+Blue) = 210+80+137=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D25089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25089 is #2DAF76. Grayscale: #7D7D7D. Windows color (decimal): -2994039 or 8999122. OLE color: 8999122.
HSL color Cylindrical-coordinate representation of color #D25089: hue angle of 333.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25089 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 137 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.18 |
| HSL | 333.69º | 0.59% | 0.57% | - |
| HSV(B) | 333.69º | 0.62% | 0.82% | - |
| XYZ | 33.96 | 21.25 | 25.98 | - |
| YUV | 125.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 137 | 0 | 0.62 | 0.35 | 0.18 | 333.69 | 0.59 | 0.57 |
| Hex | D2 | 50 | 89 | 0 | 3E | 23 | 12 | 14E | 3B | 39 |
| Octal | 322 | 120 | 211 | 0 | 76 | 43 | 22 | 516 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10001001 | 0 | 111110 | 100011 | 10010 | 101001110 | 111011 | 111001 |
Color Harmonies of #D25089
Complementary color
Monochromatic Colors of #D25089
Black with #D25089
Text Example
Text Example
White with #D25089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25089; }
p { color: rgb(210,80,137); }
H1.HeaderClassName
{
color: #D25089;
}
.AnyTagClassName
{
color: #D25089;
}
</style>
background-color css
<style>
a { background-color: #D25089; }
a { background-color: rgb(210,80,137); }
div.DivClassName
{
background-color: #D25089;
}
.BgClassName
{
background-color: #D25089;
}
</style>
border-color css
<style>
span { border-color: #D25089; }
span { border-color: rgb(210,80,137); }
td.TdClassName
{
border-color: #D25089;
}
.TagClassName
{
border-color: #D25089;
}
</style>