Shades of Plum #DC9DE6
Tints of Plum #DC9DE6
RGB
CMYK
RGB Variations
Color information
#DC9DE6 (or 0xDC9DE6) is known color: Plum. HEX triplet: DC, 9D and E6. RGB value is (220,157,230). Sum of RGB (Red+Green+Blue) = 220+157+230=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC9DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DE6 is #236219. Grayscale: #B7B7B7. Windows color (decimal): -2318874 or 15113692. OLE color: 15113692.
HSL color Cylindrical-coordinate representation of color #DC9DE6: hue angle of 291.78º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9DE6 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 157 | 230 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.10 |
| HSL | 291.78º | 0.59% | 0.76% | - |
| HSV(B) | 291.78º | 0.32% | 0.9% | - |
| XYZ | 55.86 | 45.04 | 80.61 | - |
| YUV | 184.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 230 | 0.04 | 0.32 | 0 | 0.10 | 291.78 | 0.59 | 0.76 |
| Hex | DC | 9D | E6 | 4 | 20 | 0 | A | 124 | 3B | 4C |
| Octal | 334 | 235 | 346 | 4 | 40 | 0 | 12 | 444 | 73 | 114 |
| Binary | 11011100 | 10011101 | 11100110 | 100 | 100000 | 0 | 1010 | 100100100 | 111011 | 1001100 |
Color Harmonies of #DC9DE6
Complementary color
Monochromatic Colors of #DC9DE6
Black with #DC9DE6
Text Example
Text Example
White with #DC9DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DE6; }
p { color: rgb(220,157,230); }
H1.HeaderClassName
{
color: #DC9DE6;
}
.AnyTagClassName
{
color: #DC9DE6;
}
</style>
background-color css
<style>
a { background-color: #DC9DE6; }
a { background-color: rgb(220,157,230); }
div.DivClassName
{
background-color: #DC9DE6;
}
.BgClassName
{
background-color: #DC9DE6;
}
</style>
border-color css
<style>
span { border-color: #DC9DE6; }
span { border-color: rgb(220,157,230); }
td.TdClassName
{
border-color: #DC9DE6;
}
.TagClassName
{
border-color: #DC9DE6;
}
</style>