Shades of Plum #DC9FD3
Tints of Plum #DC9FD3
RGB
CMYK
RGB Variations
Color information
#DC9FD3 (or 0xDC9FD3) is known color: Plum. HEX triplet: DC, 9F and D3. RGB value is (220,159,211). Sum of RGB (Red+Green+Blue) = 220+159+211=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD3 is #23602C. Grayscale: #B7B7B7. Windows color (decimal): -2318381 or 13869020. OLE color: 13869020.
HSL color Cylindrical-coordinate representation of color #DC9FD3: hue angle of 308.85º 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 #DC9FD3 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 211 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.14 |
| HSL | 308.85º | 0.47% | 0.74% | - |
| HSV(B) | 308.85º | 0.28% | 0.86% | - |
| XYZ | 53.67 | 44.72 | 67.43 | - |
| YUV | 183.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 211 | 0 | 0.28 | 0.04 | 0.14 | 308.85 | 0.47 | 0.74 |
| Hex | DC | 9F | D3 | 0 | 1C | 4 | E | 135 | 2F | 4A |
| Octal | 334 | 237 | 323 | 0 | 34 | 4 | 16 | 465 | 57 | 112 |
| Binary | 11011100 | 10011111 | 11010011 | 0 | 11100 | 100 | 1110 | 100110101 | 101111 | 1001010 |
Color Harmonies of #DC9FD3
Complementary color
Monochromatic Colors of #DC9FD3
Black with #DC9FD3
Text Example
Text Example
White with #DC9FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FD3; }
p { color: rgb(220,159,211); }
H1.HeaderClassName
{
color: #DC9FD3;
}
.AnyTagClassName
{
color: #DC9FD3;
}
</style>
background-color css
<style>
a { background-color: #DC9FD3; }
a { background-color: rgb(220,159,211); }
div.DivClassName
{
background-color: #DC9FD3;
}
.BgClassName
{
background-color: #DC9FD3;
}
</style>
border-color css
<style>
span { border-color: #DC9FD3; }
span { border-color: rgb(220,159,211); }
td.TdClassName
{
border-color: #DC9FD3;
}
.TagClassName
{
border-color: #DC9FD3;
}
</style>