Shades of Plum #DC9FEE
Tints of Plum #DC9FEE
RGB
CMYK
RGB Variations
Color information
#DC9FEE (or 0xDC9FEE) is known color: Plum. HEX triplet: DC, 9F and EE. RGB value is (220,159,238). Sum of RGB (Red+Green+Blue) = 220+159+238=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FEE is #236011. Grayscale: #B9B9B9. Windows color (decimal): -2318354 or 15638492. OLE color: 15638492.
HSL color Cylindrical-coordinate representation of color #DC9FEE: hue angle of 286.33º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9FEE is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 159 | 238 | - |
CMYK | 0.08 | 0.33 | 0 | 0.07 |
HSL | 286.33º | 0.7% | 0.78% | - |
HSV(B) | 286.33º | 0.33% | 0.93% | - |
XYZ | 57.35 | 46.18 | 86.78 | - |
YUV | 186.25 | 157.21 | 152.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 159 | 238 | 0.08 | 0.33 | 0 | 0.07 | 286.33 | 0.7 | 0.78 |
Hex | DC | 9F | EE | 8 | 21 | 0 | 7 | 11E | 46 | 4E |
Octal | 334 | 237 | 356 | 10 | 41 | 0 | 7 | 436 | 106 | 116 |
Binary | 11011100 | 10011111 | 11101110 | 1000 | 100001 | 0 | 111 | 100011110 | 1000110 | 1001110 |
Color Harmonies of #DC9FEE
Complementary color
Monochromatic Colors of #DC9FEE
Black with #DC9FEE
Text Example
Text Example
White with #DC9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FEE; }
p { color: rgb(220,159,238); }
H1.HeaderClassName
{
color: #DC9FEE;
}
.AnyTagClassName
{
color: #DC9FEE;
}
</style>
background-color css
<style>
a { background-color: #DC9FEE; }
a { background-color: rgb(220,159,238); }
div.DivClassName
{
background-color: #DC9FEE;
}
.BgClassName
{
background-color: #DC9FEE;
}
</style>
border-color css
<style>
span { border-color: #DC9FEE; }
span { border-color: rgb(220,159,238); }
td.TdClassName
{
border-color: #DC9FEE;
}
.TagClassName
{
border-color: #DC9FEE;
}
</style>