Shades of Plum #DC9CEE
Tints of Plum #DC9CEE
RGB
CMYK
RGB Variations
Color information
#DC9CEE (or 0xDC9CEE) is known color: Plum. HEX triplet: DC, 9C and EE. RGB value is (220,156,238). Sum of RGB (Red+Green+Blue) = 220+156+238=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CEE is #236311. Grayscale: #B8B8B8. Windows color (decimal): -2319122 or 15637724. OLE color: 15637724.
HSL color Cylindrical-coordinate representation of color #DC9CEE: hue angle of 286.83º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9CEE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 156 | 238 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.07 |
| HSL | 286.83º | 0.71% | 0.77% | - |
| HSV(B) | 286.83º | 0.34% | 0.93% | - |
| XYZ | 56.84 | 45.17 | 86.61 | - |
| YUV | 184.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 238 | 0.08 | 0.34 | 0 | 0.07 | 286.83 | 0.71 | 0.77 |
| Hex | DC | 9C | EE | 8 | 22 | 0 | 7 | 11F | 47 | 4D |
| Octal | 334 | 234 | 356 | 10 | 42 | 0 | 7 | 437 | 107 | 115 |
| Binary | 11011100 | 10011100 | 11101110 | 1000 | 100010 | 0 | 111 | 100011111 | 1000111 | 1001101 |
Color Harmonies of #DC9CEE
Complementary color
Monochromatic Colors of #DC9CEE
Black with #DC9CEE
Text Example
Text Example
White with #DC9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CEE; }
p { color: rgb(220,156,238); }
H1.HeaderClassName
{
color: #DC9CEE;
}
.AnyTagClassName
{
color: #DC9CEE;
}
</style>
background-color css
<style>
a { background-color: #DC9CEE; }
a { background-color: rgb(220,156,238); }
div.DivClassName
{
background-color: #DC9CEE;
}
.BgClassName
{
background-color: #DC9CEE;
}
</style>
border-color css
<style>
span { border-color: #DC9CEE; }
span { border-color: rgb(220,156,238); }
td.TdClassName
{
border-color: #DC9CEE;
}
.TagClassName
{
border-color: #DC9CEE;
}
</style>