Shades of Plum #DC9FDE
Tints of Plum #DC9FDE
RGB
CMYK
RGB Variations
Color information
#DC9FDE (or 0xDC9FDE) is known color: Plum. HEX triplet: DC, 9F and DE. RGB value is (220,159,222). Sum of RGB (Red+Green+Blue) = 220+159+222=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FDE is #236021. Grayscale: #B8B8B8. Windows color (decimal): -2318370 or 14589916. OLE color: 14589916.
HSL color Cylindrical-coordinate representation of color #DC9FDE: hue angle of 298.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FDE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 159 | 222 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.13 |
| HSL | 298.1º | 0.49% | 0.75% | - |
| HSV(B) | 298.1º | 0.28% | 0.87% | - |
| XYZ | 55.1 | 45.29 | 74.94 | - |
| YUV | 184.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 222 | 0.01 | 0.28 | 0 | 0.13 | 298.1 | 0.49 | 0.75 |
| Hex | DC | 9F | DE | 1 | 1C | 0 | D | 12A | 31 | 4B |
| Octal | 334 | 237 | 336 | 1 | 34 | 0 | 15 | 452 | 61 | 113 |
| Binary | 11011100 | 10011111 | 11011110 | 1 | 11100 | 0 | 1101 | 100101010 | 110001 | 1001011 |
Color Harmonies of #DC9FDE
Complementary color
Monochromatic Colors of #DC9FDE
Black with #DC9FDE
Text Example
Text Example
White with #DC9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FDE; }
p { color: rgb(220,159,222); }
H1.HeaderClassName
{
color: #DC9FDE;
}
.AnyTagClassName
{
color: #DC9FDE;
}
</style>
background-color css
<style>
a { background-color: #DC9FDE; }
a { background-color: rgb(220,159,222); }
div.DivClassName
{
background-color: #DC9FDE;
}
.BgClassName
{
background-color: #DC9FDE;
}
</style>
border-color css
<style>
span { border-color: #DC9FDE; }
span { border-color: rgb(220,159,222); }
td.TdClassName
{
border-color: #DC9FDE;
}
.TagClassName
{
border-color: #DC9FDE;
}
</style>