Shades of Plum #DC9BEB
Tints of Plum #DC9BEB
RGB
CMYK
RGB Variations
Color information
#DC9BEB (or 0xDC9BEB) is known color: Plum. HEX triplet: DC, 9B and EB. RGB value is (220,155,235). Sum of RGB (Red+Green+Blue) = 220+155+235=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BEB is #236414. Grayscale: #B7B7B7. Windows color (decimal): -2319381 or 15440860. OLE color: 15440860.
HSL color Cylindrical-coordinate representation of color #DC9BEB: hue angle of 288.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9BEB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 155 | 235 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.08 |
| HSL | 288.75º | 0.67% | 0.76% | - |
| HSV(B) | 288.75º | 0.34% | 0.92% | - |
| XYZ | 56.23 | 44.66 | 84.25 | - |
| YUV | 183.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 235 | 0.06 | 0.34 | 0 | 0.08 | 288.75 | 0.67 | 0.76 |
| Hex | DC | 9B | EB | 6 | 22 | 0 | 8 | 121 | 43 | 4C |
| Octal | 334 | 233 | 353 | 6 | 42 | 0 | 10 | 441 | 103 | 114 |
| Binary | 11011100 | 10011011 | 11101011 | 110 | 100010 | 0 | 1000 | 100100001 | 1000011 | 1001100 |
Color Harmonies of #DC9BEB
Complementary color
Monochromatic Colors of #DC9BEB
Black with #DC9BEB
Text Example
Text Example
White with #DC9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BEB; }
p { color: rgb(220,155,235); }
H1.HeaderClassName
{
color: #DC9BEB;
}
.AnyTagClassName
{
color: #DC9BEB;
}
</style>
background-color css
<style>
a { background-color: #DC9BEB; }
a { background-color: rgb(220,155,235); }
div.DivClassName
{
background-color: #DC9BEB;
}
.BgClassName
{
background-color: #DC9BEB;
}
</style>
border-color css
<style>
span { border-color: #DC9BEB; }
span { border-color: rgb(220,155,235); }
td.TdClassName
{
border-color: #DC9BEB;
}
.TagClassName
{
border-color: #DC9BEB;
}
</style>