Shades of Mulberry #D25795
Tints of Mulberry #D25795
RGB
CMYK
RGB Variations
Color information
#D25795 (or 0xD25795) is known color: Mulberry. HEX triplet: D2, 57 and 95. RGB value is (210,87,149). Sum of RGB (Red+Green+Blue) = 210+87+149=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D25795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25795 is #2DA86A. Grayscale: #828282. Windows color (decimal): -2992235 or 9787346. OLE color: 9787346.
HSL color Cylindrical-coordinate representation of color #D25795: hue angle of 329.76º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25795 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 149 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.18 |
| HSL | 329.76º | 0.58% | 0.58% | - |
| HSV(B) | 329.76º | 0.59% | 0.82% | - |
| XYZ | 35.41 | 22.69 | 30.95 | - |
| YUV | 130.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 149 | 0 | 0.59 | 0.29 | 0.18 | 329.76 | 0.58 | 0.58 |
| Hex | D2 | 57 | 95 | 0 | 3B | 1D | 12 | 14A | 3A | 3A |
| Octal | 322 | 127 | 225 | 0 | 73 | 35 | 22 | 512 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10010101 | 0 | 111011 | 11101 | 10010 | 101001010 | 111010 | 111010 |
Color Harmonies of #D25795
Complementary color
Monochromatic Colors of #D25795
Black with #D25795
Text Example
Text Example
White with #D25795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25795; }
p { color: rgb(210,87,149); }
H1.HeaderClassName
{
color: #D25795;
}
.AnyTagClassName
{
color: #D25795;
}
</style>
background-color css
<style>
a { background-color: #D25795; }
a { background-color: rgb(210,87,149); }
div.DivClassName
{
background-color: #D25795;
}
.BgClassName
{
background-color: #D25795;
}
</style>
border-color css
<style>
span { border-color: #D25795; }
span { border-color: rgb(210,87,149); }
td.TdClassName
{
border-color: #D25795;
}
.TagClassName
{
border-color: #D25795;
}
</style>