Shades of Plum #DC9BD6
Tints of Plum #DC9BD6
RGB
CMYK
RGB Variations
Color information
#DC9BD6 (or 0xDC9BD6) is known color: Plum. HEX triplet: DC, 9B and D6. RGB value is (220,155,214). Sum of RGB (Red+Green+Blue) = 220+155+214=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BD6 is #236429. Grayscale: #B4B4B4. Windows color (decimal): -2319402 or 14064604. OLE color: 14064604.
HSL color Cylindrical-coordinate representation of color #DC9BD6: hue angle of 305.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BD6 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 214 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.14 |
| HSL | 305.54º | 0.48% | 0.74% | - |
| HSV(B) | 305.54º | 0.3% | 0.86% | - |
| XYZ | 53.37 | 43.51 | 69.2 | - |
| YUV | 181.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 214 | 0 | 0.30 | 0.03 | 0.14 | 305.54 | 0.48 | 0.74 |
| Hex | DC | 9B | D6 | 0 | 1E | 3 | E | 132 | 30 | 4A |
| Octal | 334 | 233 | 326 | 0 | 36 | 3 | 16 | 462 | 60 | 112 |
| Binary | 11011100 | 10011011 | 11010110 | 0 | 11110 | 11 | 1110 | 100110010 | 110000 | 1001010 |
Color Harmonies of #DC9BD6
Complementary color
Monochromatic Colors of #DC9BD6
Black with #DC9BD6
Text Example
Text Example
White with #DC9BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BD6; }
p { color: rgb(220,155,214); }
H1.HeaderClassName
{
color: #DC9BD6;
}
.AnyTagClassName
{
color: #DC9BD6;
}
</style>
background-color css
<style>
a { background-color: #DC9BD6; }
a { background-color: rgb(220,155,214); }
div.DivClassName
{
background-color: #DC9BD6;
}
.BgClassName
{
background-color: #DC9BD6;
}
</style>
border-color css
<style>
span { border-color: #DC9BD6; }
span { border-color: rgb(220,155,214); }
td.TdClassName
{
border-color: #DC9BD6;
}
.TagClassName
{
border-color: #DC9BD6;
}
</style>