Shades of Plum #DC9FD6
Tints of Plum #DC9FD6
RGB
CMYK
RGB Variations
Color information
#DC9FD6 (or 0xDC9FD6) is known color: Plum. HEX triplet: DC, 9F and D6. RGB value is (220,159,214). Sum of RGB (Red+Green+Blue) = 220+159+214=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD6 is #236029. Grayscale: #B7B7B7. Windows color (decimal): -2318378 or 14065628. OLE color: 14065628.
HSL color Cylindrical-coordinate representation of color #DC9FD6: hue angle of 305.9º 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 #DC9FD6 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 159 | 214 | - |
CMYK | 0 | 0.28 | 0.03 | 0.14 |
HSL | 305.9º | 0.47% | 0.74% | - |
HSV(B) | 305.9º | 0.28% | 0.86% | - |
XYZ | 54.05 | 44.87 | 69.43 | - |
YUV | 183.51 | 145.21 | 154.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 159 | 214 | 0 | 0.28 | 0.03 | 0.14 | 305.9 | 0.47 | 0.74 |
Hex | DC | 9F | D6 | 0 | 1C | 3 | E | 132 | 2F | 4A |
Octal | 334 | 237 | 326 | 0 | 34 | 3 | 16 | 462 | 57 | 112 |
Binary | 11011100 | 10011111 | 11010110 | 0 | 11100 | 11 | 1110 | 100110010 | 101111 | 1001010 |
Color Harmonies of #DC9FD6
Complementary color
Monochromatic Colors of #DC9FD6
Black with #DC9FD6
Text Example
Text Example
White with #DC9FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FD6; }
p { color: rgb(220,159,214); }
H1.HeaderClassName
{
color: #DC9FD6;
}
.AnyTagClassName
{
color: #DC9FD6;
}
</style>
background-color css
<style>
a { background-color: #DC9FD6; }
a { background-color: rgb(220,159,214); }
div.DivClassName
{
background-color: #DC9FD6;
}
.BgClassName
{
background-color: #DC9FD6;
}
</style>
border-color css
<style>
span { border-color: #DC9FD6; }
span { border-color: rgb(220,159,214); }
td.TdClassName
{
border-color: #DC9FD6;
}
.TagClassName
{
border-color: #DC9FD6;
}
</style>