Shades of Mulberry #D951AC
Tints of Mulberry #D951AC
RGB
CMYK
RGB Variations
Color information
#D951AC (or 0xD951AC) is known color: Mulberry. HEX triplet: D9, 51 and AC. RGB value is (217,81,172). Sum of RGB (Red+Green+Blue) = 217+81+172=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D951AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951AC is #26AE53. Grayscale: #838383. Windows color (decimal): -2534996 or 11293145. OLE color: 11293145.
HSL color Cylindrical-coordinate representation of color #D951AC: hue angle of 319.85º 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 #D951AC is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 172 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.15 |
| HSL | 319.85º | 0.64% | 0.58% | - |
| HSV(B) | 319.85º | 0.63% | 0.85% | - |
| XYZ | 39 | 23.62 | 41.53 | - |
| YUV | 132.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 172 | 0 | 0.63 | 0.21 | 0.15 | 319.85 | 0.64 | 0.58 |
| Hex | D9 | 51 | AC | 0 | 3F | 15 | F | 140 | 40 | 3A |
| Octal | 331 | 121 | 254 | 0 | 77 | 25 | 17 | 500 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10101100 | 0 | 111111 | 10101 | 1111 | 101000000 | 1000000 | 111010 |
Color Harmonies of #D951AC
Complementary color
Monochromatic Colors of #D951AC
Black with #D951AC
Text Example
Text Example
White with #D951AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951AC; }
p { color: rgb(217,81,172); }
H1.HeaderClassName
{
color: #D951AC;
}
.AnyTagClassName
{
color: #D951AC;
}
</style>
background-color css
<style>
a { background-color: #D951AC; }
a { background-color: rgb(217,81,172); }
div.DivClassName
{
background-color: #D951AC;
}
.BgClassName
{
background-color: #D951AC;
}
</style>
border-color css
<style>
span { border-color: #D951AC; }
span { border-color: rgb(217,81,172); }
td.TdClassName
{
border-color: #D951AC;
}
.TagClassName
{
border-color: #D951AC;
}
</style>