Shades of Mulberry #D25192
Tints of Mulberry #D25192
RGB
CMYK
RGB Variations
Color information
#D25192 (or 0xD25192) is known color: Mulberry. HEX triplet: D2, 51 and 92. RGB value is (210,81,146). Sum of RGB (Red+Green+Blue) = 210+81+146=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D25192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25192 is #2DAE6D. Grayscale: #7E7E7E. Windows color (decimal): -2993774 or 9589202. OLE color: 9589202.
HSL color Cylindrical-coordinate representation of color #D25192: hue angle of 329.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25192 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 146 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.18 |
| HSL | 329.77º | 0.59% | 0.57% | - |
| HSV(B) | 329.77º | 0.61% | 0.82% | - |
| XYZ | 34.71 | 21.66 | 29.55 | - |
| YUV | 126.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 146 | 0 | 0.61 | 0.30 | 0.18 | 329.77 | 0.59 | 0.57 |
| Hex | D2 | 51 | 92 | 0 | 3D | 1E | 12 | 14A | 3B | 39 |
| Octal | 322 | 121 | 222 | 0 | 75 | 36 | 22 | 512 | 73 | 71 |
| Binary | 11010010 | 1010001 | 10010010 | 0 | 111101 | 11110 | 10010 | 101001010 | 111011 | 111001 |
Color Harmonies of #D25192
Complementary color
Monochromatic Colors of #D25192
Black with #D25192
Text Example
Text Example
White with #D25192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25192; }
p { color: rgb(210,81,146); }
H1.HeaderClassName
{
color: #D25192;
}
.AnyTagClassName
{
color: #D25192;
}
</style>
background-color css
<style>
a { background-color: #D25192; }
a { background-color: rgb(210,81,146); }
div.DivClassName
{
background-color: #D25192;
}
.BgClassName
{
background-color: #D25192;
}
</style>
border-color css
<style>
span { border-color: #D25192; }
span { border-color: rgb(210,81,146); }
td.TdClassName
{
border-color: #D25192;
}
.TagClassName
{
border-color: #D25192;
}
</style>