Shades of Mulberry #D25592
Tints of Mulberry #D25592
RGB
CMYK
RGB Variations
Color information
#D25592 (or 0xD25592) is known color: Mulberry. HEX triplet: D2, 55 and 92. RGB value is (210,85,146). Sum of RGB (Red+Green+Blue) = 210+85+146=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25592 is #2DAA6D. Grayscale: #818181. Windows color (decimal): -2992750 or 9590226. OLE color: 9590226.
HSL color Cylindrical-coordinate representation of color #D25592: hue angle of 330.72º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25592 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 146 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.18 |
| HSL | 330.72º | 0.58% | 0.58% | - |
| HSV(B) | 330.72º | 0.6% | 0.82% | - |
| XYZ | 35.02 | 22.27 | 29.65 | - |
| YUV | 129.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 146 | 0 | 0.60 | 0.30 | 0.18 | 330.72 | 0.58 | 0.58 |
| Hex | D2 | 55 | 92 | 0 | 3C | 1E | 12 | 14B | 3A | 3A |
| Octal | 322 | 125 | 222 | 0 | 74 | 36 | 22 | 513 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10010010 | 0 | 111100 | 11110 | 10010 | 101001011 | 111010 | 111010 |
Color Harmonies of #D25592
Complementary color
Monochromatic Colors of #D25592
Black with #D25592
Text Example
Text Example
White with #D25592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25592; }
p { color: rgb(210,85,146); }
H1.HeaderClassName
{
color: #D25592;
}
.AnyTagClassName
{
color: #D25592;
}
</style>
background-color css
<style>
a { background-color: #D25592; }
a { background-color: rgb(210,85,146); }
div.DivClassName
{
background-color: #D25592;
}
.BgClassName
{
background-color: #D25592;
}
</style>
border-color css
<style>
span { border-color: #D25592; }
span { border-color: rgb(210,85,146); }
td.TdClassName
{
border-color: #D25592;
}
.TagClassName
{
border-color: #D25592;
}
</style>