Shades of Plum #DC8FDB
Tints of Plum #DC8FDB
RGB
CMYK
RGB Variations
Color information
#DC8FDB (or 0xDC8FDB) is known color: Plum. HEX triplet: DC, 8F and DB. RGB value is (220,143,219). Sum of RGB (Red+Green+Blue) = 220+143+219=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FDB is #237024. Grayscale: #AEAEAE. Windows color (decimal): -2322469 or 14389212. OLE color: 14389212.
HSL color Cylindrical-coordinate representation of color #DC8FDB: hue angle of 300.78º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FDB is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 219 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.14 |
| HSL | 300.78º | 0.52% | 0.71% | - |
| HSV(B) | 300.78º | 0.35% | 0.86% | - |
| XYZ | 52.12 | 39.98 | 71.99 | - |
| YUV | 174.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 219 | 0 | 0.35 | 0.00 | 0.14 | 300.78 | 0.52 | 0.71 |
| Hex | DC | 8F | DB | 0 | 23 | 0 | E | 12D | 34 | 47 |
| Octal | 334 | 217 | 333 | 0 | 43 | 0 | 16 | 455 | 64 | 107 |
| Binary | 11011100 | 10001111 | 11011011 | 0 | 100011 | 0 | 1110 | 100101101 | 110100 | 1000111 |
Color Harmonies of #DC8FDB
Complementary color
Monochromatic Colors of #DC8FDB
Black with #DC8FDB
Text Example
Text Example
White with #DC8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FDB; }
p { color: rgb(220,143,219); }
H1.HeaderClassName
{
color: #DC8FDB;
}
.AnyTagClassName
{
color: #DC8FDB;
}
</style>
background-color css
<style>
a { background-color: #DC8FDB; }
a { background-color: rgb(220,143,219); }
div.DivClassName
{
background-color: #DC8FDB;
}
.BgClassName
{
background-color: #DC8FDB;
}
</style>
border-color css
<style>
span { border-color: #DC8FDB; }
span { border-color: rgb(220,143,219); }
td.TdClassName
{
border-color: #DC8FDB;
}
.TagClassName
{
border-color: #DC8FDB;
}
</style>