Shades of Plum #DC96DD
Tints of Plum #DC96DD
RGB
CMYK
RGB Variations
Color information
#DC96DD (or 0xDC96DD) is known color: Plum. HEX triplet: DC, 96 and DD. RGB value is (220,150,221). Sum of RGB (Red+Green+Blue) = 220+150+221=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96DD is #236922. Grayscale: #B2B2B2. Windows color (decimal): -2320675 or 14522076. OLE color: 14522076.
HSL color Cylindrical-coordinate representation of color #DC96DD: hue angle of 299.15º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96DD is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 150 | 221 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.13 |
| HSL | 299.15º | 0.51% | 0.73% | - |
| HSV(B) | 299.15º | 0.32% | 0.87% | - |
| XYZ | 53.47 | 42.25 | 73.74 | - |
| YUV | 179.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 221 | 0.00 | 0.32 | 0 | 0.13 | 299.15 | 0.51 | 0.73 |
| Hex | DC | 96 | DD | 0 | 20 | 0 | D | 12B | 33 | 49 |
| Octal | 334 | 226 | 335 | 0 | 40 | 0 | 15 | 453 | 63 | 111 |
| Binary | 11011100 | 10010110 | 11011101 | 0 | 100000 | 0 | 1101 | 100101011 | 110011 | 1001001 |
Color Harmonies of #DC96DD
Complementary color
Monochromatic Colors of #DC96DD
Black with #DC96DD
Text Example
Text Example
White with #DC96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96DD; }
p { color: rgb(220,150,221); }
H1.HeaderClassName
{
color: #DC96DD;
}
.AnyTagClassName
{
color: #DC96DD;
}
</style>
background-color css
<style>
a { background-color: #DC96DD; }
a { background-color: rgb(220,150,221); }
div.DivClassName
{
background-color: #DC96DD;
}
.BgClassName
{
background-color: #DC96DD;
}
</style>
border-color css
<style>
span { border-color: #DC96DD; }
span { border-color: rgb(220,150,221); }
td.TdClassName
{
border-color: #DC96DD;
}
.TagClassName
{
border-color: #DC96DD;
}
</style>