Shades of Plum #DC96CE
Tints of Plum #DC96CE
RGB
CMYK
RGB Variations
Color information
#DC96CE (or 0xDC96CE) is known color: Plum. HEX triplet: DC, 96 and CE. RGB value is (220,150,206). Sum of RGB (Red+Green+Blue) = 220+150+206=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96CE is #236931. Grayscale: #B1B1B1. Windows color (decimal): -2320690 or 13539036. OLE color: 13539036.
HSL color Cylindrical-coordinate representation of color #DC96CE: hue angle of 312º 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 #DC96CE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 206 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.14 |
| HSL | 312º | 0.5% | 0.73% | - |
| HSV(B) | 312º | 0.32% | 0.86% | - |
| XYZ | 51.56 | 41.48 | 63.68 | - |
| YUV | 177.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 206 | 0 | 0.32 | 0.06 | 0.14 | 312 | 0.5 | 0.73 |
| Hex | DC | 96 | CE | 0 | 20 | 6 | E | 138 | 32 | 49 |
| Octal | 334 | 226 | 316 | 0 | 40 | 6 | 16 | 470 | 62 | 111 |
| Binary | 11011100 | 10010110 | 11001110 | 0 | 100000 | 110 | 1110 | 100111000 | 110010 | 1001001 |
Color Harmonies of #DC96CE
Complementary color
Monochromatic Colors of #DC96CE
Black with #DC96CE
Text Example
Text Example
White with #DC96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96CE; }
p { color: rgb(220,150,206); }
H1.HeaderClassName
{
color: #DC96CE;
}
.AnyTagClassName
{
color: #DC96CE;
}
</style>
background-color css
<style>
a { background-color: #DC96CE; }
a { background-color: rgb(220,150,206); }
div.DivClassName
{
background-color: #DC96CE;
}
.BgClassName
{
background-color: #DC96CE;
}
</style>
border-color css
<style>
span { border-color: #DC96CE; }
span { border-color: rgb(220,150,206); }
td.TdClassName
{
border-color: #DC96CE;
}
.TagClassName
{
border-color: #DC96CE;
}
</style>