Shades of Plum #DC96DC
Tints of Plum #DC96DC
RGB
CMYK
RGB Variations
Color information
#DC96DC (or 0xDC96DC) is known color: Plum. HEX triplet: DC, 96 and DC. RGB value is (220,150,220). Sum of RGB (Red+Green+Blue) = 220+150+220=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96DC is #236923. Grayscale: #B2B2B2. Windows color (decimal): -2320676 or 14456540. OLE color: 14456540.
HSL color Cylindrical-coordinate representation of color #DC96DC: hue angle of 300º 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 #DC96DC is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 220 | - |
| CMYK | 0 | 0.32 | 0 | 0.14 |
| HSL | 300º | 0.5% | 0.73% | - |
| HSV(B) | 300º | 0.32% | 0.86% | - |
| XYZ | 53.34 | 42.2 | 73.04 | - |
| YUV | 178.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 220 | 0 | 0.32 | 0 | 0.14 | 300 | 0.5 | 0.73 |
| Hex | DC | 96 | DC | 0 | 20 | 0 | E | 12C | 32 | 49 |
| Octal | 334 | 226 | 334 | 0 | 40 | 0 | 16 | 454 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11011100 | 0 | 100000 | 0 | 1110 | 100101100 | 110010 | 1001001 |
Color Harmonies of #DC96DC
Complementary color
Monochromatic Colors of #DC96DC
Black with #DC96DC
Text Example
Text Example
White with #DC96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96DC; }
p { color: rgb(220,150,220); }
H1.HeaderClassName
{
color: #DC96DC;
}
.AnyTagClassName
{
color: #DC96DC;
}
</style>
background-color css
<style>
a { background-color: #DC96DC; }
a { background-color: rgb(220,150,220); }
div.DivClassName
{
background-color: #DC96DC;
}
.BgClassName
{
background-color: #DC96DC;
}
</style>
border-color css
<style>
span { border-color: #DC96DC; }
span { border-color: rgb(220,150,220); }
td.TdClassName
{
border-color: #DC96DC;
}
.TagClassName
{
border-color: #DC96DC;
}
</style>