Shades of Plum #DC9BE3
Tints of Plum #DC9BE3
RGB
CMYK
RGB Variations
Color information
#DC9BE3 (or 0xDC9BE3) is known color: Plum. HEX triplet: DC, 9B and E3. RGB value is (220,155,227). Sum of RGB (Red+Green+Blue) = 220+155+227=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC9BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BE3 is #23641C. Grayscale: #B6B6B6. Windows color (decimal): -2319389 or 14916572. OLE color: 14916572.
HSL color Cylindrical-coordinate representation of color #DC9BE3: hue angle of 294.17º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9BE3 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 155 | 227 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.11 |
| HSL | 294.17º | 0.56% | 0.75% | - |
| HSV(B) | 294.17º | 0.32% | 0.89% | - |
| XYZ | 55.1 | 44.2 | 78.3 | - |
| YUV | 182.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 227 | 0.03 | 0.32 | 0 | 0.11 | 294.17 | 0.56 | 0.75 |
| Hex | DC | 9B | E3 | 3 | 20 | 0 | B | 126 | 38 | 4B |
| Octal | 334 | 233 | 343 | 3 | 40 | 0 | 13 | 446 | 70 | 113 |
| Binary | 11011100 | 10011011 | 11100011 | 11 | 100000 | 0 | 1011 | 100100110 | 111000 | 1001011 |
Color Harmonies of #DC9BE3
Complementary color
Monochromatic Colors of #DC9BE3
Black with #DC9BE3
Text Example
Text Example
White with #DC9BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BE3; }
p { color: rgb(220,155,227); }
H1.HeaderClassName
{
color: #DC9BE3;
}
.AnyTagClassName
{
color: #DC9BE3;
}
</style>
background-color css
<style>
a { background-color: #DC9BE3; }
a { background-color: rgb(220,155,227); }
div.DivClassName
{
background-color: #DC9BE3;
}
.BgClassName
{
background-color: #DC9BE3;
}
</style>
border-color css
<style>
span { border-color: #DC9BE3; }
span { border-color: rgb(220,155,227); }
td.TdClassName
{
border-color: #DC9BE3;
}
.TagClassName
{
border-color: #DC9BE3;
}
</style>