Shades of Mulberry #D95299
Tints of Mulberry #D95299
RGB
CMYK
RGB Variations
Color information
#D95299 (or 0xD95299) is known color: Mulberry. HEX triplet: D9, 52 and 99. RGB value is (217,82,153). Sum of RGB (Red+Green+Blue) = 217+82+153=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D95299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95299 is #26AD66. Grayscale: #828282. Windows color (decimal): -2534759 or 10048217. OLE color: 10048217.
HSL color Cylindrical-coordinate representation of color #D95299: hue angle of 328.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95299 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 153 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.15 |
| HSL | 328.44º | 0.64% | 0.59% | - |
| HSV(B) | 328.44º | 0.62% | 0.85% | - |
| XYZ | 37.38 | 23.09 | 32.62 | - |
| YUV | 130.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 153 | 0 | 0.62 | 0.29 | 0.15 | 328.44 | 0.64 | 0.59 |
| Hex | D9 | 52 | 99 | 0 | 3E | 1D | F | 148 | 40 | 3B |
| Octal | 331 | 122 | 231 | 0 | 76 | 35 | 17 | 510 | 100 | 73 |
| Binary | 11011001 | 1010010 | 10011001 | 0 | 111110 | 11101 | 1111 | 101001000 | 1000000 | 111011 |
Color Harmonies of #D95299
Complementary color
Monochromatic Colors of #D95299
Black with #D95299
Text Example
Text Example
White with #D95299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95299; }
p { color: rgb(217,82,153); }
H1.HeaderClassName
{
color: #D95299;
}
.AnyTagClassName
{
color: #D95299;
}
</style>
background-color css
<style>
a { background-color: #D95299; }
a { background-color: rgb(217,82,153); }
div.DivClassName
{
background-color: #D95299;
}
.BgClassName
{
background-color: #D95299;
}
</style>
border-color css
<style>
span { border-color: #D95299; }
span { border-color: rgb(217,82,153); }
td.TdClassName
{
border-color: #D95299;
}
.TagClassName
{
border-color: #D95299;
}
</style>