Shades of Mulberry #D95190
Tints of Mulberry #D95190
RGB
CMYK
RGB Variations
Color information
#D95190 (or 0xD95190) is known color: Mulberry. HEX triplet: D9, 51 and 90. RGB value is (217,81,144). Sum of RGB (Red+Green+Blue) = 217+81+144=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D95190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95190 is #26AE6F. Grayscale: #808080. Windows color (decimal): -2535024 or 9458137. OLE color: 9458137.
HSL color Cylindrical-coordinate representation of color #D95190: hue angle of 332.21º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95190 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 144 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.15 |
| HSL | 332.21º | 0.64% | 0.58% | - |
| HSV(B) | 332.21º | 0.63% | 0.85% | - |
| XYZ | 36.59 | 22.65 | 28.83 | - |
| YUV | 128.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 144 | 0 | 0.63 | 0.34 | 0.15 | 332.21 | 0.64 | 0.58 |
| Hex | D9 | 51 | 90 | 0 | 3F | 22 | F | 14C | 40 | 3A |
| Octal | 331 | 121 | 220 | 0 | 77 | 42 | 17 | 514 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10010000 | 0 | 111111 | 100010 | 1111 | 101001100 | 1000000 | 111010 |
Color Harmonies of #D95190
Complementary color
Monochromatic Colors of #D95190
Black with #D95190
Text Example
Text Example
White with #D95190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95190; }
p { color: rgb(217,81,144); }
H1.HeaderClassName
{
color: #D95190;
}
.AnyTagClassName
{
color: #D95190;
}
</style>
background-color css
<style>
a { background-color: #D95190; }
a { background-color: rgb(217,81,144); }
div.DivClassName
{
background-color: #D95190;
}
.BgClassName
{
background-color: #D95190;
}
</style>
border-color css
<style>
span { border-color: #D95190; }
span { border-color: rgb(217,81,144); }
td.TdClassName
{
border-color: #D95190;
}
.TagClassName
{
border-color: #D95190;
}
</style>