Shades of Plum #DC9BE7
Tints of Plum #DC9BE7
RGB
CMYK
RGB Variations
Color information
#DC9BE7 (or 0xDC9BE7) is known color: Plum. HEX triplet: DC, 9B and E7. RGB value is (220,155,231). Sum of RGB (Red+Green+Blue) = 220+155+231=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC9BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BE7 is #236418. Grayscale: #B6B6B6. Windows color (decimal): -2319385 or 15178716. OLE color: 15178716.
HSL color Cylindrical-coordinate representation of color #DC9BE7: hue angle of 291.32º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9BE7 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 155 | 231 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.09 |
| HSL | 291.32º | 0.61% | 0.76% | - |
| HSV(B) | 291.32º | 0.33% | 0.91% | - |
| XYZ | 55.66 | 44.43 | 81.24 | - |
| YUV | 183.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 231 | 0.05 | 0.33 | 0 | 0.09 | 291.32 | 0.61 | 0.76 |
| Hex | DC | 9B | E7 | 5 | 21 | 0 | 9 | 123 | 3D | 4C |
| Octal | 334 | 233 | 347 | 5 | 41 | 0 | 11 | 443 | 75 | 114 |
| Binary | 11011100 | 10011011 | 11100111 | 101 | 100001 | 0 | 1001 | 100100011 | 111101 | 1001100 |
Color Harmonies of #DC9BE7
Complementary color
Monochromatic Colors of #DC9BE7
Black with #DC9BE7
Text Example
Text Example
White with #DC9BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BE7; }
p { color: rgb(220,155,231); }
H1.HeaderClassName
{
color: #DC9BE7;
}
.AnyTagClassName
{
color: #DC9BE7;
}
</style>
background-color css
<style>
a { background-color: #DC9BE7; }
a { background-color: rgb(220,155,231); }
div.DivClassName
{
background-color: #DC9BE7;
}
.BgClassName
{
background-color: #DC9BE7;
}
</style>
border-color css
<style>
span { border-color: #DC9BE7; }
span { border-color: rgb(220,155,231); }
td.TdClassName
{
border-color: #DC9BE7;
}
.TagClassName
{
border-color: #DC9BE7;
}
</style>