Shades of Plum #DC96EF
Tints of Plum #DC96EF
RGB
CMYK
RGB Variations
Color information
#DC96EF (or 0xDC96EF) is known color: Plum. HEX triplet: DC, 96 and EF. RGB value is (220,150,239). Sum of RGB (Red+Green+Blue) = 220+150+239=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96EF is #236910. Grayscale: #B4B4B4. Windows color (decimal): -2320657 or 15701724. OLE color: 15701724.
HSL color Cylindrical-coordinate representation of color #DC96EF: hue angle of 287.19º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC96EF is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 150 | 239 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.06 |
| HSL | 287.19º | 0.74% | 0.76% | - |
| HSV(B) | 287.19º | 0.37% | 0.94% | - |
| XYZ | 56 | 43.26 | 87.06 | - |
| YUV | 181.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 239 | 0.08 | 0.37 | 0 | 0.06 | 287.19 | 0.74 | 0.76 |
| Hex | DC | 96 | EF | 8 | 25 | 0 | 6 | 11F | 4A | 4C |
| Octal | 334 | 226 | 357 | 10 | 45 | 0 | 6 | 437 | 112 | 114 |
| Binary | 11011100 | 10010110 | 11101111 | 1000 | 100101 | 0 | 110 | 100011111 | 1001010 | 1001100 |
Color Harmonies of #DC96EF
Complementary color
Monochromatic Colors of #DC96EF
Black with #DC96EF
Text Example
Text Example
White with #DC96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96EF; }
p { color: rgb(220,150,239); }
H1.HeaderClassName
{
color: #DC96EF;
}
.AnyTagClassName
{
color: #DC96EF;
}
</style>
background-color css
<style>
a { background-color: #DC96EF; }
a { background-color: rgb(220,150,239); }
div.DivClassName
{
background-color: #DC96EF;
}
.BgClassName
{
background-color: #DC96EF;
}
</style>
border-color css
<style>
span { border-color: #DC96EF; }
span { border-color: rgb(220,150,239); }
td.TdClassName
{
border-color: #DC96EF;
}
.TagClassName
{
border-color: #DC96EF;
}
</style>