Shades of Mulberry #D95495
Tints of Mulberry #D95495
RGB
CMYK
RGB Variations
Color information
#D95495 (or 0xD95495) is known color: Mulberry. HEX triplet: D9, 54 and 95. RGB value is (217,84,149). Sum of RGB (Red+Green+Blue) = 217+84+149=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D95495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95495 is #26AB6A. Grayscale: #838383. Windows color (decimal): -2534251 or 9786585. OLE color: 9786585.
HSL color Cylindrical-coordinate representation of color #D95495: hue angle of 330.68º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95495 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 149 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.15 |
| HSL | 330.68º | 0.64% | 0.59% | - |
| HSV(B) | 330.68º | 0.61% | 0.85% | - |
| XYZ | 37.21 | 23.26 | 30.96 | - |
| YUV | 131.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 149 | 0 | 0.61 | 0.31 | 0.15 | 330.68 | 0.64 | 0.59 |
| Hex | D9 | 54 | 95 | 0 | 3D | 1F | F | 14B | 40 | 3B |
| Octal | 331 | 124 | 225 | 0 | 75 | 37 | 17 | 513 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10010101 | 0 | 111101 | 11111 | 1111 | 101001011 | 1000000 | 111011 |
Color Harmonies of #D95495
Complementary color
Monochromatic Colors of #D95495
Black with #D95495
Text Example
Text Example
White with #D95495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95495; }
p { color: rgb(217,84,149); }
H1.HeaderClassName
{
color: #D95495;
}
.AnyTagClassName
{
color: #D95495;
}
</style>
background-color css
<style>
a { background-color: #D95495; }
a { background-color: rgb(217,84,149); }
div.DivClassName
{
background-color: #D95495;
}
.BgClassName
{
background-color: #D95495;
}
</style>
border-color css
<style>
span { border-color: #D95495; }
span { border-color: rgb(217,84,149); }
td.TdClassName
{
border-color: #D95495;
}
.TagClassName
{
border-color: #D95495;
}
</style>