Shades of Mulberry #D25995
Tints of Mulberry #D25995
RGB
CMYK
RGB Variations
Color information
#D25995 (or 0xD25995) is known color: Mulberry. HEX triplet: D2, 59 and 95. RGB value is (210,89,149). Sum of RGB (Red+Green+Blue) = 210+89+149=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D25995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25995 is #2DA66A. Grayscale: #838383. Windows color (decimal): -2991723 or 9787858. OLE color: 9787858.
HSL color Cylindrical-coordinate representation of color #D25995: hue angle of 330.25º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25995 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 149 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.18 |
| HSL | 330.25º | 0.57% | 0.59% | - |
| HSV(B) | 330.25º | 0.58% | 0.82% | - |
| XYZ | 35.58 | 23.02 | 31 | - |
| YUV | 132.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 149 | 0 | 0.58 | 0.29 | 0.18 | 330.25 | 0.57 | 0.59 |
| Hex | D2 | 59 | 95 | 0 | 3A | 1D | 12 | 14A | 39 | 3B |
| Octal | 322 | 131 | 225 | 0 | 72 | 35 | 22 | 512 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10010101 | 0 | 111010 | 11101 | 10010 | 101001010 | 111001 | 111011 |
Color Harmonies of #D25995
Complementary color
Monochromatic Colors of #D25995
Black with #D25995
Text Example
Text Example
White with #D25995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25995; }
p { color: rgb(210,89,149); }
H1.HeaderClassName
{
color: #D25995;
}
.AnyTagClassName
{
color: #D25995;
}
</style>
background-color css
<style>
a { background-color: #D25995; }
a { background-color: rgb(210,89,149); }
div.DivClassName
{
background-color: #D25995;
}
.BgClassName
{
background-color: #D25995;
}
</style>
border-color css
<style>
span { border-color: #D25995; }
span { border-color: rgb(210,89,149); }
td.TdClassName
{
border-color: #D25995;
}
.TagClassName
{
border-color: #D25995;
}
</style>