Shades of Plum #DC9FDA
Tints of Plum #DC9FDA
RGB
CMYK
RGB Variations
Color information
#DC9FDA (or 0xDC9FDA) is known color: Plum. HEX triplet: DC, 9F and DA. RGB value is (220,159,218). Sum of RGB (Red+Green+Blue) = 220+159+218=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FDA is #236025. Grayscale: #B7B7B7. Windows color (decimal): -2318374 or 14327772. OLE color: 14327772.
HSL color Cylindrical-coordinate representation of color #DC9FDA: hue angle of 301.97º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FDA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 218 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.14 |
| HSL | 301.97º | 0.47% | 0.74% | - |
| HSV(B) | 301.97º | 0.28% | 0.86% | - |
| XYZ | 54.57 | 45.07 | 72.15 | - |
| YUV | 183.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 218 | 0 | 0.28 | 0.01 | 0.14 | 301.97 | 0.47 | 0.74 |
| Hex | DC | 9F | DA | 0 | 1C | 1 | E | 12E | 2F | 4A |
| Octal | 334 | 237 | 332 | 0 | 34 | 1 | 16 | 456 | 57 | 112 |
| Binary | 11011100 | 10011111 | 11011010 | 0 | 11100 | 1 | 1110 | 100101110 | 101111 | 1001010 |
Color Harmonies of #DC9FDA
Complementary color
Monochromatic Colors of #DC9FDA
Black with #DC9FDA
Text Example
Text Example
White with #DC9FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FDA; }
p { color: rgb(220,159,218); }
H1.HeaderClassName
{
color: #DC9FDA;
}
.AnyTagClassName
{
color: #DC9FDA;
}
</style>
background-color css
<style>
a { background-color: #DC9FDA; }
a { background-color: rgb(220,159,218); }
div.DivClassName
{
background-color: #DC9FDA;
}
.BgClassName
{
background-color: #DC9FDA;
}
</style>
border-color css
<style>
span { border-color: #DC9FDA; }
span { border-color: rgb(220,159,218); }
td.TdClassName
{
border-color: #DC9FDA;
}
.TagClassName
{
border-color: #DC9FDA;
}
</style>