Shades of Mulberry #D25894
Tints of Mulberry #D25894
RGB
CMYK
RGB Variations
Color information
#D25894 (or 0xD25894) is known color: Mulberry. HEX triplet: D2, 58 and 94. RGB value is (210,88,148). Sum of RGB (Red+Green+Blue) = 210+88+148=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D25894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25894 is #2DA76B. Grayscale: #838383. Windows color (decimal): -2991980 or 9722066. OLE color: 9722066.
HSL color Cylindrical-coordinate representation of color #D25894: hue angle of 330.49º 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 #D25894 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 148 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.18 |
| HSL | 330.49º | 0.58% | 0.58% | - |
| HSV(B) | 330.49º | 0.58% | 0.82% | - |
| XYZ | 35.41 | 22.82 | 30.56 | - |
| YUV | 131.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 148 | 0 | 0.58 | 0.30 | 0.18 | 330.49 | 0.58 | 0.58 |
| Hex | D2 | 58 | 94 | 0 | 3A | 1E | 12 | 14A | 3A | 3A |
| Octal | 322 | 130 | 224 | 0 | 72 | 36 | 22 | 512 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10010100 | 0 | 111010 | 11110 | 10010 | 101001010 | 111010 | 111010 |
Color Harmonies of #D25894
Complementary color
Monochromatic Colors of #D25894
Black with #D25894
Text Example
Text Example
White with #D25894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25894; }
p { color: rgb(210,88,148); }
H1.HeaderClassName
{
color: #D25894;
}
.AnyTagClassName
{
color: #D25894;
}
</style>
background-color css
<style>
a { background-color: #D25894; }
a { background-color: rgb(210,88,148); }
div.DivClassName
{
background-color: #D25894;
}
.BgClassName
{
background-color: #D25894;
}
</style>
border-color css
<style>
span { border-color: #D25894; }
span { border-color: rgb(210,88,148); }
td.TdClassName
{
border-color: #D25894;
}
.TagClassName
{
border-color: #D25894;
}
</style>