Shades of Plum #DCB0DF
Tints of Plum #DCB0DF
RGB
CMYK
RGB Variations
Color information
#DCB0DF (or 0xDCB0DF) is known color: Plum. HEX triplet: DC, B0 and DF. RGB value is (220,176,223). Sum of RGB (Red+Green+Blue) = 220+176+223=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0DF is #234F20. Grayscale: #C2C2C2. Windows color (decimal): -2314017 or 14659804. OLE color: 14659804.
HSL color Cylindrical-coordinate representation of color #DCB0DF: hue angle of 296.17º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB0DF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 176 | 223 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.13 |
| HSL | 296.17º | 0.42% | 0.78% | - |
| HSV(B) | 296.17º | 0.21% | 0.87% | - |
| XYZ | 58.36 | 51.59 | 76.69 | - |
| YUV | 194.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 223 | 0.01 | 0.21 | 0 | 0.13 | 296.17 | 0.42 | 0.78 |
| Hex | DC | B0 | DF | 1 | 15 | 0 | D | 128 | 2A | 4E |
| Octal | 334 | 260 | 337 | 1 | 25 | 0 | 15 | 450 | 52 | 116 |
| Binary | 11011100 | 10110000 | 11011111 | 1 | 10101 | 0 | 1101 | 100101000 | 101010 | 1001110 |
Color Harmonies of #DCB0DF
Complementary color
Monochromatic Colors of #DCB0DF
Black with #DCB0DF
Text Example
Text Example
White with #DCB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0DF; }
p { color: rgb(220,176,223); }
H1.HeaderClassName
{
color: #DCB0DF;
}
.AnyTagClassName
{
color: #DCB0DF;
}
</style>
background-color css
<style>
a { background-color: #DCB0DF; }
a { background-color: rgb(220,176,223); }
div.DivClassName
{
background-color: #DCB0DF;
}
.BgClassName
{
background-color: #DCB0DF;
}
</style>
border-color css
<style>
span { border-color: #DCB0DF; }
span { border-color: rgb(220,176,223); }
td.TdClassName
{
border-color: #DCB0DF;
}
.TagClassName
{
border-color: #DCB0DF;
}
</style>