Shades of Plum #DC9BEE
Tints of Plum #DC9BEE
RGB
CMYK
RGB Variations
Color information
#DC9BEE (or 0xDC9BEE) is known color: Plum. HEX triplet: DC, 9B and EE. RGB value is (220,155,238). Sum of RGB (Red+Green+Blue) = 220+155+238=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BEE is #236411. Grayscale: #B7B7B7. Windows color (decimal): -2319378 or 15637468. OLE color: 15637468.
HSL color Cylindrical-coordinate representation of color #DC9BEE: hue angle of 286.99º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9BEE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 155 | 238 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.07 |
| HSL | 286.99º | 0.71% | 0.77% | - |
| HSV(B) | 286.99º | 0.35% | 0.93% | - |
| XYZ | 56.67 | 44.83 | 86.56 | - |
| YUV | 183.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 238 | 0.08 | 0.35 | 0 | 0.07 | 286.99 | 0.71 | 0.77 |
| Hex | DC | 9B | EE | 8 | 23 | 0 | 7 | 11F | 47 | 4D |
| Octal | 334 | 233 | 356 | 10 | 43 | 0 | 7 | 437 | 107 | 115 |
| Binary | 11011100 | 10011011 | 11101110 | 1000 | 100011 | 0 | 111 | 100011111 | 1000111 | 1001101 |
Color Harmonies of #DC9BEE
Complementary color
Monochromatic Colors of #DC9BEE
Black with #DC9BEE
Text Example
Text Example
White with #DC9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BEE; }
p { color: rgb(220,155,238); }
H1.HeaderClassName
{
color: #DC9BEE;
}
.AnyTagClassName
{
color: #DC9BEE;
}
</style>
background-color css
<style>
a { background-color: #DC9BEE; }
a { background-color: rgb(220,155,238); }
div.DivClassName
{
background-color: #DC9BEE;
}
.BgClassName
{
background-color: #DC9BEE;
}
</style>
border-color css
<style>
span { border-color: #DC9BEE; }
span { border-color: rgb(220,155,238); }
td.TdClassName
{
border-color: #DC9BEE;
}
.TagClassName
{
border-color: #DC9BEE;
}
</style>