Shades of Plum #DC9BE5
Tints of Plum #DC9BE5
RGB
CMYK
RGB Variations
Color information
#DC9BE5 (or 0xDC9BE5) is known color: Plum. HEX triplet: DC, 9B and E5. RGB value is (220,155,229). Sum of RGB (Red+Green+Blue) = 220+155+229=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BE5 is #23641A. Grayscale: #B6B6B6. Windows color (decimal): -2319387 or 15047644. OLE color: 15047644.
HSL color Cylindrical-coordinate representation of color #DC9BE5: hue angle of 292.7º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9BE5 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 155 | 229 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.10 |
| HSL | 292.7º | 0.59% | 0.75% | - |
| HSV(B) | 292.7º | 0.32% | 0.9% | - |
| XYZ | 55.38 | 44.32 | 79.76 | - |
| YUV | 182.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 229 | 0.04 | 0.32 | 0 | 0.10 | 292.7 | 0.59 | 0.75 |
| Hex | DC | 9B | E5 | 4 | 20 | 0 | A | 125 | 3B | 4B |
| Octal | 334 | 233 | 345 | 4 | 40 | 0 | 12 | 445 | 73 | 113 |
| Binary | 11011100 | 10011011 | 11100101 | 100 | 100000 | 0 | 1010 | 100100101 | 111011 | 1001011 |
Color Harmonies of #DC9BE5
Complementary color
Monochromatic Colors of #DC9BE5
Black with #DC9BE5
Text Example
Text Example
White with #DC9BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BE5; }
p { color: rgb(220,155,229); }
H1.HeaderClassName
{
color: #DC9BE5;
}
.AnyTagClassName
{
color: #DC9BE5;
}
</style>
background-color css
<style>
a { background-color: #DC9BE5; }
a { background-color: rgb(220,155,229); }
div.DivClassName
{
background-color: #DC9BE5;
}
.BgClassName
{
background-color: #DC9BE5;
}
</style>
border-color css
<style>
span { border-color: #DC9BE5; }
span { border-color: rgb(220,155,229); }
td.TdClassName
{
border-color: #DC9BE5;
}
.TagClassName
{
border-color: #DC9BE5;
}
</style>