Shades of Plum #DC9BDF
Tints of Plum #DC9BDF
RGB
CMYK
RGB Variations
Color information
#DC9BDF (or 0xDC9BDF) is known color: Plum. HEX triplet: DC, 9B and DF. RGB value is (220,155,223). Sum of RGB (Red+Green+Blue) = 220+155+223=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BDF is #236420. Grayscale: #B5B5B5. Windows color (decimal): -2319393 or 14654428. OLE color: 14654428.
HSL color Cylindrical-coordinate representation of color #DC9BDF: hue angle of 297.35º degrees, saturation: 0.52, 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 #DC9BDF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 155 | 223 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.13 |
| HSL | 297.35º | 0.52% | 0.74% | - |
| HSV(B) | 297.35º | 0.3% | 0.87% | - |
| XYZ | 54.56 | 43.99 | 75.43 | - |
| YUV | 182.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 223 | 0.01 | 0.30 | 0 | 0.13 | 297.35 | 0.52 | 0.74 |
| Hex | DC | 9B | DF | 1 | 1E | 0 | D | 129 | 34 | 4A |
| Octal | 334 | 233 | 337 | 1 | 36 | 0 | 15 | 451 | 64 | 112 |
| Binary | 11011100 | 10011011 | 11011111 | 1 | 11110 | 0 | 1101 | 100101001 | 110100 | 1001010 |
Color Harmonies of #DC9BDF
Complementary color
Monochromatic Colors of #DC9BDF
Black with #DC9BDF
Text Example
Text Example
White with #DC9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BDF; }
p { color: rgb(220,155,223); }
H1.HeaderClassName
{
color: #DC9BDF;
}
.AnyTagClassName
{
color: #DC9BDF;
}
</style>
background-color css
<style>
a { background-color: #DC9BDF; }
a { background-color: rgb(220,155,223); }
div.DivClassName
{
background-color: #DC9BDF;
}
.BgClassName
{
background-color: #DC9BDF;
}
</style>
border-color css
<style>
span { border-color: #DC9BDF; }
span { border-color: rgb(220,155,223); }
td.TdClassName
{
border-color: #DC9BDF;
}
.TagClassName
{
border-color: #DC9BDF;
}
</style>