Shades of Plum #DB8FDC
Tints of Plum #DB8FDC
RGB
CMYK
RGB Variations
Color information
#DB8FDC (or 0xDB8FDC) is known color: Plum. HEX triplet: DB, 8F and DC. RGB value is (219,143,220). Sum of RGB (Red+Green+Blue) = 219+143+220=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FDC is #247023. Grayscale: #AEAEAE. Windows color (decimal): -2388004 or 14454747. OLE color: 14454747.
HSL color Cylindrical-coordinate representation of color #DB8FDC: hue angle of 299.22º 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 #DB8FDC is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 220 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.14 |
| HSL | 299.22º | 0.52% | 0.71% | - |
| HSV(B) | 299.22º | 0.35% | 0.86% | - |
| XYZ | 51.95 | 39.87 | 72.67 | - |
| YUV | 174.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 220 | 0.00 | 0.35 | 0 | 0.14 | 299.22 | 0.52 | 0.71 |
| Hex | DB | 8F | DC | 0 | 23 | 0 | E | 12B | 34 | 47 |
| Octal | 333 | 217 | 334 | 0 | 43 | 0 | 16 | 453 | 64 | 107 |
| Binary | 11011011 | 10001111 | 11011100 | 0 | 100011 | 0 | 1110 | 100101011 | 110100 | 1000111 |
Color Harmonies of #DB8FDC
Complementary color
Monochromatic Colors of #DB8FDC
Black with #DB8FDC
Text Example
Text Example
White with #DB8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FDC; }
p { color: rgb(219,143,220); }
H1.HeaderClassName
{
color: #DB8FDC;
}
.AnyTagClassName
{
color: #DB8FDC;
}
</style>
background-color css
<style>
a { background-color: #DB8FDC; }
a { background-color: rgb(219,143,220); }
div.DivClassName
{
background-color: #DB8FDC;
}
.BgClassName
{
background-color: #DB8FDC;
}
</style>
border-color css
<style>
span { border-color: #DB8FDC; }
span { border-color: rgb(219,143,220); }
td.TdClassName
{
border-color: #DB8FDC;
}
.TagClassName
{
border-color: #DB8FDC;
}
</style>