Shades of Plum #DC96D9
Tints of Plum #DC96D9
RGB
CMYK
RGB Variations
Color information
#DC96D9 (or 0xDC96D9) is known color: Plum. HEX triplet: DC, 96 and D9. RGB value is (220,150,217). Sum of RGB (Red+Green+Blue) = 220+150+217=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96D9 is #236926. Grayscale: #B2B2B2. Windows color (decimal): -2320679 or 14259932. OLE color: 14259932.
HSL color Cylindrical-coordinate representation of color #DC96D9: hue angle of 302.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96D9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 217 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.14 |
| HSL | 302.57º | 0.5% | 0.73% | - |
| HSV(B) | 302.57º | 0.32% | 0.86% | - |
| XYZ | 52.95 | 42.04 | 70.97 | - |
| YUV | 178.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 217 | 0 | 0.32 | 0.01 | 0.14 | 302.57 | 0.5 | 0.73 |
| Hex | DC | 96 | D9 | 0 | 20 | 1 | E | 12F | 32 | 49 |
| Octal | 334 | 226 | 331 | 0 | 40 | 1 | 16 | 457 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11011001 | 0 | 100000 | 1 | 1110 | 100101111 | 110010 | 1001001 |
Color Harmonies of #DC96D9
Complementary color
Monochromatic Colors of #DC96D9
Black with #DC96D9
Text Example
Text Example
White with #DC96D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96D9; }
p { color: rgb(220,150,217); }
H1.HeaderClassName
{
color: #DC96D9;
}
.AnyTagClassName
{
color: #DC96D9;
}
</style>
background-color css
<style>
a { background-color: #DC96D9; }
a { background-color: rgb(220,150,217); }
div.DivClassName
{
background-color: #DC96D9;
}
.BgClassName
{
background-color: #DC96D9;
}
</style>
border-color css
<style>
span { border-color: #DC96D9; }
span { border-color: rgb(220,150,217); }
td.TdClassName
{
border-color: #DC96D9;
}
.TagClassName
{
border-color: #DC96D9;
}
</style>