Shades of Plum #DC9EDC
Tints of Plum #DC9EDC
RGB
CMYK
RGB Variations
Color information
#DC9EDC (or 0xDC9EDC) is known color: Plum. HEX triplet: DC, 9E and DC. RGB value is (220,158,220). Sum of RGB (Red+Green+Blue) = 220+158+220=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDC is #236123. Grayscale: #B7B7B7. Windows color (decimal): -2318628 or 14458588. OLE color: 14458588.
HSL color Cylindrical-coordinate representation of color #DC9EDC: hue angle of 300º 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 #DC9EDC is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 158 | 220 | - |
CMYK | 0 | 0.28 | 0 | 0.14 |
HSL | 300º | 0.47% | 0.74% | - |
HSV(B) | 300º | 0.28% | 0.86% | - |
XYZ | 54.66 | 44.84 | 73.48 | - |
YUV | 183.61 | 148.54 | 153.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 158 | 220 | 0 | 0.28 | 0 | 0.14 | 300 | 0.47 | 0.74 |
Hex | DC | 9E | DC | 0 | 1C | 0 | E | 12C | 2F | 4A |
Octal | 334 | 236 | 334 | 0 | 34 | 0 | 16 | 454 | 57 | 112 |
Binary | 11011100 | 10011110 | 11011100 | 0 | 11100 | 0 | 1110 | 100101100 | 101111 | 1001010 |
Color Harmonies of #DC9EDC
Complementary color
Monochromatic Colors of #DC9EDC
Black with #DC9EDC
Text Example
Text Example
White with #DC9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EDC; }
p { color: rgb(220,158,220); }
H1.HeaderClassName
{
color: #DC9EDC;
}
.AnyTagClassName
{
color: #DC9EDC;
}
</style>
background-color css
<style>
a { background-color: #DC9EDC; }
a { background-color: rgb(220,158,220); }
div.DivClassName
{
background-color: #DC9EDC;
}
.BgClassName
{
background-color: #DC9EDC;
}
</style>
border-color css
<style>
span { border-color: #DC9EDC; }
span { border-color: rgb(220,158,220); }
td.TdClassName
{
border-color: #DC9EDC;
}
.TagClassName
{
border-color: #DC9EDC;
}
</style>