Shades of Plum #DC96D7
Tints of Plum #DC96D7
RGB
CMYK
RGB Variations
Color information
#DC96D7 (or 0xDC96D7) is known color: Plum. HEX triplet: DC, 96 and D7. RGB value is (220,150,215). Sum of RGB (Red+Green+Blue) = 220+150+215=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96D7 is #236928. Grayscale: #B2B2B2. Windows color (decimal): -2320681 or 14128860. OLE color: 14128860.
HSL color Cylindrical-coordinate representation of color #DC96D7: hue angle of 304.29º 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 #DC96D7 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 215 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.14 |
| HSL | 304.29º | 0.5% | 0.73% | - |
| HSV(B) | 304.29º | 0.32% | 0.86% | - |
| XYZ | 52.69 | 41.93 | 69.61 | - |
| YUV | 178.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 215 | 0 | 0.32 | 0.02 | 0.14 | 304.29 | 0.5 | 0.73 |
| Hex | DC | 96 | D7 | 0 | 20 | 2 | E | 130 | 32 | 49 |
| Octal | 334 | 226 | 327 | 0 | 40 | 2 | 16 | 460 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11010111 | 0 | 100000 | 10 | 1110 | 100110000 | 110010 | 1001001 |
Color Harmonies of #DC96D7
Complementary color
Monochromatic Colors of #DC96D7
Black with #DC96D7
Text Example
Text Example
White with #DC96D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96D7; }
p { color: rgb(220,150,215); }
H1.HeaderClassName
{
color: #DC96D7;
}
.AnyTagClassName
{
color: #DC96D7;
}
</style>
background-color css
<style>
a { background-color: #DC96D7; }
a { background-color: rgb(220,150,215); }
div.DivClassName
{
background-color: #DC96D7;
}
.BgClassName
{
background-color: #DC96D7;
}
</style>
border-color css
<style>
span { border-color: #DC96D7; }
span { border-color: rgb(220,150,215); }
td.TdClassName
{
border-color: #DC96D7;
}
.TagClassName
{
border-color: #DC96D7;
}
</style>