Shades of Mulberry #D25193
Tints of Mulberry #D25193
RGB
CMYK
RGB Variations
Color information
#D25193 (or 0xD25193) is known color: Mulberry. HEX triplet: D2, 51 and 93. RGB value is (210,81,147). Sum of RGB (Red+Green+Blue) = 210+81+147=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D25193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25193 is #2DAE6C. Grayscale: #7E7E7E. Windows color (decimal): -2993773 or 9654738. OLE color: 9654738.
HSL color Cylindrical-coordinate representation of color #D25193: hue angle of 329.3º 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 #D25193 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 147 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.18 |
| HSL | 329.3º | 0.59% | 0.57% | - |
| HSV(B) | 329.3º | 0.61% | 0.82% | - |
| XYZ | 34.79 | 21.69 | 29.96 | - |
| YUV | 127.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 147 | 0 | 0.61 | 0.30 | 0.18 | 329.3 | 0.59 | 0.57 |
| Hex | D2 | 51 | 93 | 0 | 3D | 1E | 12 | 149 | 3B | 39 |
| Octal | 322 | 121 | 223 | 0 | 75 | 36 | 22 | 511 | 73 | 71 |
| Binary | 11010010 | 1010001 | 10010011 | 0 | 111101 | 11110 | 10010 | 101001001 | 111011 | 111001 |
Color Harmonies of #D25193
Complementary color
Monochromatic Colors of #D25193
Black with #D25193
Text Example
Text Example
White with #D25193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25193; }
p { color: rgb(210,81,147); }
H1.HeaderClassName
{
color: #D25193;
}
.AnyTagClassName
{
color: #D25193;
}
</style>
background-color css
<style>
a { background-color: #D25193; }
a { background-color: rgb(210,81,147); }
div.DivClassName
{
background-color: #D25193;
}
.BgClassName
{
background-color: #D25193;
}
</style>
border-color css
<style>
span { border-color: #D25193; }
span { border-color: rgb(210,81,147); }
td.TdClassName
{
border-color: #D25193;
}
.TagClassName
{
border-color: #D25193;
}
</style>