Shades of Plum #DC96ED
Tints of Plum #DC96ED
RGB
CMYK
RGB Variations
Color information
#DC96ED (or 0xDC96ED) is known color: Plum. HEX triplet: DC, 96 and ED. RGB value is (220,150,237). Sum of RGB (Red+Green+Blue) = 220+150+237=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96ED is #236912. Grayscale: #B4B4B4. Windows color (decimal): -2320659 or 15570652. OLE color: 15570652.
HSL color Cylindrical-coordinate representation of color #DC96ED: hue angle of 288.28º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC96ED is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 150 | 237 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.07 |
| HSL | 288.28º | 0.71% | 0.76% | - |
| HSV(B) | 288.28º | 0.37% | 0.93% | - |
| XYZ | 55.71 | 43.14 | 85.51 | - |
| YUV | 180.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 237 | 0.07 | 0.37 | 0 | 0.07 | 288.28 | 0.71 | 0.76 |
| Hex | DC | 96 | ED | 7 | 25 | 0 | 7 | 120 | 47 | 4C |
| Octal | 334 | 226 | 355 | 7 | 45 | 0 | 7 | 440 | 107 | 114 |
| Binary | 11011100 | 10010110 | 11101101 | 111 | 100101 | 0 | 111 | 100100000 | 1000111 | 1001100 |
Color Harmonies of #DC96ED
Complementary color
Monochromatic Colors of #DC96ED
Black with #DC96ED
Text Example
Text Example
White with #DC96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96ED; }
p { color: rgb(220,150,237); }
H1.HeaderClassName
{
color: #DC96ED;
}
.AnyTagClassName
{
color: #DC96ED;
}
</style>
background-color css
<style>
a { background-color: #DC96ED; }
a { background-color: rgb(220,150,237); }
div.DivClassName
{
background-color: #DC96ED;
}
.BgClassName
{
background-color: #DC96ED;
}
</style>
border-color css
<style>
span { border-color: #DC96ED; }
span { border-color: rgb(220,150,237); }
td.TdClassName
{
border-color: #DC96ED;
}
.TagClassName
{
border-color: #DC96ED;
}
</style>