Shades of Plum #DC9EE7
Tints of Plum #DC9EE7
RGB
CMYK
RGB Variations
Color information
#DC9EE7 (or 0xDC9EE7) is known color: Plum. HEX triplet: DC, 9E and E7. RGB value is (220,158,231). Sum of RGB (Red+Green+Blue) = 220+158+231=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EE7 is #236118. Grayscale: #B8B8B8. Windows color (decimal): -2318617 or 15179484. OLE color: 15179484.
HSL color Cylindrical-coordinate representation of color #DC9EE7: hue angle of 290.96º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9EE7 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 158 | 231 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.09 |
| HSL | 290.96º | 0.6% | 0.76% | - |
| HSV(B) | 290.96º | 0.32% | 0.91% | - |
| XYZ | 56.17 | 45.44 | 81.41 | - |
| YUV | 184.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 231 | 0.05 | 0.32 | 0 | 0.09 | 290.96 | 0.6 | 0.76 |
| Hex | DC | 9E | E7 | 5 | 20 | 0 | 9 | 123 | 3C | 4C |
| Octal | 334 | 236 | 347 | 5 | 40 | 0 | 11 | 443 | 74 | 114 |
| Binary | 11011100 | 10011110 | 11100111 | 101 | 100000 | 0 | 1001 | 100100011 | 111100 | 1001100 |
Color Harmonies of #DC9EE7
Complementary color
Monochromatic Colors of #DC9EE7
Black with #DC9EE7
Text Example
Text Example
White with #DC9EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EE7; }
p { color: rgb(220,158,231); }
H1.HeaderClassName
{
color: #DC9EE7;
}
.AnyTagClassName
{
color: #DC9EE7;
}
</style>
background-color css
<style>
a { background-color: #DC9EE7; }
a { background-color: rgb(220,158,231); }
div.DivClassName
{
background-color: #DC9EE7;
}
.BgClassName
{
background-color: #DC9EE7;
}
</style>
border-color css
<style>
span { border-color: #DC9EE7; }
span { border-color: rgb(220,158,231); }
td.TdClassName
{
border-color: #DC9EE7;
}
.TagClassName
{
border-color: #DC9EE7;
}
</style>