Shades of Plum #DC96D4
Tints of Plum #DC96D4
RGB
CMYK
RGB Variations
Color information
#DC96D4 (or 0xDC96D4) is known color: Plum. HEX triplet: DC, 96 and D4. RGB value is (220,150,212). Sum of RGB (Red+Green+Blue) = 220+150+212=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96D4 is #23692B. Grayscale: #B1B1B1. Windows color (decimal): -2320684 or 13932252. OLE color: 13932252.
HSL color Cylindrical-coordinate representation of color #DC96D4: hue angle of 306.86º 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 #DC96D4 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 212 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.14 |
| HSL | 306.86º | 0.5% | 0.73% | - |
| HSV(B) | 306.86º | 0.32% | 0.86% | - |
| XYZ | 52.31 | 41.78 | 67.6 | - |
| YUV | 178 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 212 | 0 | 0.32 | 0.04 | 0.14 | 306.86 | 0.5 | 0.73 |
| Hex | DC | 96 | D4 | 0 | 20 | 4 | E | 133 | 32 | 49 |
| Octal | 334 | 226 | 324 | 0 | 40 | 4 | 16 | 463 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11010100 | 0 | 100000 | 100 | 1110 | 100110011 | 110010 | 1001001 |
Color Harmonies of #DC96D4
Complementary color
Monochromatic Colors of #DC96D4
Black with #DC96D4
Text Example
Text Example
White with #DC96D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96D4; }
p { color: rgb(220,150,212); }
H1.HeaderClassName
{
color: #DC96D4;
}
.AnyTagClassName
{
color: #DC96D4;
}
</style>
background-color css
<style>
a { background-color: #DC96D4; }
a { background-color: rgb(220,150,212); }
div.DivClassName
{
background-color: #DC96D4;
}
.BgClassName
{
background-color: #DC96D4;
}
</style>
border-color css
<style>
span { border-color: #DC96D4; }
span { border-color: rgb(220,150,212); }
td.TdClassName
{
border-color: #DC96D4;
}
.TagClassName
{
border-color: #DC96D4;
}
</style>