Shades of Plum #DC9FE3
Tints of Plum #DC9FE3
RGB
CMYK
RGB Variations
Color information
#DC9FE3 (or 0xDC9FE3) is known color: Plum. HEX triplet: DC, 9F and E3. RGB value is (220,159,227). Sum of RGB (Red+Green+Blue) = 220+159+227=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FE3 is #23601C. Grayscale: #B8B8B8. Windows color (decimal): -2318365 or 14917596. OLE color: 14917596.
HSL color Cylindrical-coordinate representation of color #DC9FE3: hue angle of 293.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9FE3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 159 | 227 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.11 |
| HSL | 293.82º | 0.55% | 0.76% | - |
| HSV(B) | 293.82º | 0.3% | 0.89% | - |
| XYZ | 55.78 | 45.56 | 78.53 | - |
| YUV | 184.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 227 | 0.03 | 0.30 | 0 | 0.11 | 293.82 | 0.55 | 0.76 |
| Hex | DC | 9F | E3 | 3 | 1E | 0 | B | 126 | 37 | 4C |
| Octal | 334 | 237 | 343 | 3 | 36 | 0 | 13 | 446 | 67 | 114 |
| Binary | 11011100 | 10011111 | 11100011 | 11 | 11110 | 0 | 1011 | 100100110 | 110111 | 1001100 |
Color Harmonies of #DC9FE3
Complementary color
Monochromatic Colors of #DC9FE3
Black with #DC9FE3
Text Example
Text Example
White with #DC9FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FE3; }
p { color: rgb(220,159,227); }
H1.HeaderClassName
{
color: #DC9FE3;
}
.AnyTagClassName
{
color: #DC9FE3;
}
</style>
background-color css
<style>
a { background-color: #DC9FE3; }
a { background-color: rgb(220,159,227); }
div.DivClassName
{
background-color: #DC9FE3;
}
.BgClassName
{
background-color: #DC9FE3;
}
</style>
border-color css
<style>
span { border-color: #DC9FE3; }
span { border-color: rgb(220,159,227); }
td.TdClassName
{
border-color: #DC9FE3;
}
.TagClassName
{
border-color: #DC9FE3;
}
</style>