Shades of Plum #DC9BEC
Tints of Plum #DC9BEC
RGB
CMYK
RGB Variations
Color information
#DC9BEC (or 0xDC9BEC) is known color: Plum. HEX triplet: DC, 9B and EC. RGB value is (220,155,236). Sum of RGB (Red+Green+Blue) = 220+155+236=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BEC is #236413. Grayscale: #B7B7B7. Windows color (decimal): -2319380 or 15506396. OLE color: 15506396.
HSL color Cylindrical-coordinate representation of color #DC9BEC: hue angle of 288.15º degrees, saturation: 0.68, 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 #DC9BEC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 155 | 236 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.07 |
| HSL | 288.15º | 0.68% | 0.77% | - |
| HSV(B) | 288.15º | 0.34% | 0.93% | - |
| XYZ | 56.38 | 44.71 | 85.02 | - |
| YUV | 183.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 236 | 0.07 | 0.34 | 0 | 0.07 | 288.15 | 0.68 | 0.77 |
| Hex | DC | 9B | EC | 7 | 22 | 0 | 7 | 120 | 44 | 4D |
| Octal | 334 | 233 | 354 | 7 | 42 | 0 | 7 | 440 | 104 | 115 |
| Binary | 11011100 | 10011011 | 11101100 | 111 | 100010 | 0 | 111 | 100100000 | 1000100 | 1001101 |
Color Harmonies of #DC9BEC
Complementary color
Monochromatic Colors of #DC9BEC
Black with #DC9BEC
Text Example
Text Example
White with #DC9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BEC; }
p { color: rgb(220,155,236); }
H1.HeaderClassName
{
color: #DC9BEC;
}
.AnyTagClassName
{
color: #DC9BEC;
}
</style>
background-color css
<style>
a { background-color: #DC9BEC; }
a { background-color: rgb(220,155,236); }
div.DivClassName
{
background-color: #DC9BEC;
}
.BgClassName
{
background-color: #DC9BEC;
}
</style>
border-color css
<style>
span { border-color: #DC9BEC; }
span { border-color: rgb(220,155,236); }
td.TdClassName
{
border-color: #DC9BEC;
}
.TagClassName
{
border-color: #DC9BEC;
}
</style>