Shades of Plum #DC9CEF
Tints of Plum #DC9CEF
RGB
CMYK
RGB Variations
Color information
#DC9CEF (or 0xDC9CEF) is known color: Plum. HEX triplet: DC, 9C and EF. RGB value is (220,156,239). Sum of RGB (Red+Green+Blue) = 220+156+239=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CEF is #236310. Grayscale: #B8B8B8. Windows color (decimal): -2319121 or 15703260. OLE color: 15703260.
HSL color Cylindrical-coordinate representation of color #DC9CEF: hue angle of 286.27º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9CEF is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 156 | 239 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.06 |
| HSL | 286.27º | 0.72% | 0.77% | - |
| HSV(B) | 286.27º | 0.35% | 0.94% | - |
| XYZ | 56.98 | 45.22 | 87.39 | - |
| YUV | 184.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 239 | 0.08 | 0.35 | 0 | 0.06 | 286.27 | 0.72 | 0.77 |
| Hex | DC | 9C | EF | 8 | 23 | 0 | 6 | 11E | 48 | 4D |
| Octal | 334 | 234 | 357 | 10 | 43 | 0 | 6 | 436 | 110 | 115 |
| Binary | 11011100 | 10011100 | 11101111 | 1000 | 100011 | 0 | 110 | 100011110 | 1001000 | 1001101 |
Color Harmonies of #DC9CEF
Complementary color
Monochromatic Colors of #DC9CEF
Black with #DC9CEF
Text Example
Text Example
White with #DC9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CEF; }
p { color: rgb(220,156,239); }
H1.HeaderClassName
{
color: #DC9CEF;
}
.AnyTagClassName
{
color: #DC9CEF;
}
</style>
background-color css
<style>
a { background-color: #DC9CEF; }
a { background-color: rgb(220,156,239); }
div.DivClassName
{
background-color: #DC9CEF;
}
.BgClassName
{
background-color: #DC9CEF;
}
</style>
border-color css
<style>
span { border-color: #DC9CEF; }
span { border-color: rgb(220,156,239); }
td.TdClassName
{
border-color: #DC9CEF;
}
.TagClassName
{
border-color: #DC9CEF;
}
</style>