Shades of Plum #DC9BDD
Tints of Plum #DC9BDD
RGB
CMYK
RGB Variations
Color information
#DC9BDD (or 0xDC9BDD) is known color: Plum. HEX triplet: DC, 9B and DD. RGB value is (220,155,221). Sum of RGB (Red+Green+Blue) = 220+155+221=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BDD is #236422. Grayscale: #B5B5B5. Windows color (decimal): -2319395 or 14523356. OLE color: 14523356.
HSL color Cylindrical-coordinate representation of color #DC9BDD: hue angle of 299.09º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BDD is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 155 | 221 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.13 |
| HSL | 299.09º | 0.49% | 0.74% | - |
| HSV(B) | 299.09º | 0.3% | 0.87% | - |
| XYZ | 54.29 | 43.88 | 74.01 | - |
| YUV | 181.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 221 | 0.00 | 0.30 | 0 | 0.13 | 299.09 | 0.49 | 0.74 |
| Hex | DC | 9B | DD | 0 | 1E | 0 | D | 12B | 31 | 4A |
| Octal | 334 | 233 | 335 | 0 | 36 | 0 | 15 | 453 | 61 | 112 |
| Binary | 11011100 | 10011011 | 11011101 | 0 | 11110 | 0 | 1101 | 100101011 | 110001 | 1001010 |
Color Harmonies of #DC9BDD
Complementary color
Monochromatic Colors of #DC9BDD
Black with #DC9BDD
Text Example
Text Example
White with #DC9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BDD; }
p { color: rgb(220,155,221); }
H1.HeaderClassName
{
color: #DC9BDD;
}
.AnyTagClassName
{
color: #DC9BDD;
}
</style>
background-color css
<style>
a { background-color: #DC9BDD; }
a { background-color: rgb(220,155,221); }
div.DivClassName
{
background-color: #DC9BDD;
}
.BgClassName
{
background-color: #DC9BDD;
}
</style>
border-color css
<style>
span { border-color: #DC9BDD; }
span { border-color: rgb(220,155,221); }
td.TdClassName
{
border-color: #DC9BDD;
}
.TagClassName
{
border-color: #DC9BDD;
}
</style>