Shades of Plum #D69FDB
Tints of Plum #D69FDB
RGB
CMYK
RGB Variations
Color information
#D69FDB (or 0xD69FDB) is known color: Plum. HEX triplet: D6, 9F and DB. RGB value is (214,159,219). Sum of RGB (Red+Green+Blue) = 214+159+219=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #D69FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FDB is #296024. Grayscale: #B6B6B6. Windows color (decimal): -2711589 or 14393302. OLE color: 14393302.
HSL color Cylindrical-coordinate representation of color #D69FDB: hue angle of 295º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69FDB is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 159 | 219 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.14 |
| HSL | 295º | 0.45% | 0.74% | - |
| HSV(B) | 295º | 0.27% | 0.86% | - |
| XYZ | 52.92 | 44.21 | 72.76 | - |
| YUV | 182.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 219 | 0.02 | 0.27 | 0 | 0.14 | 295 | 0.45 | 0.74 |
| Hex | D6 | 9F | DB | 2 | 1B | 0 | E | 127 | 2D | 4A |
| Octal | 326 | 237 | 333 | 2 | 33 | 0 | 16 | 447 | 55 | 112 |
| Binary | 11010110 | 10011111 | 11011011 | 10 | 11011 | 0 | 1110 | 100100111 | 101101 | 1001010 |
Color Harmonies of #D69FDB
Complementary color
Monochromatic Colors of #D69FDB
Black with #D69FDB
Text Example
Text Example
White with #D69FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FDB; }
p { color: rgb(214,159,219); }
H1.HeaderClassName
{
color: #D69FDB;
}
.AnyTagClassName
{
color: #D69FDB;
}
</style>
background-color css
<style>
a { background-color: #D69FDB; }
a { background-color: rgb(214,159,219); }
div.DivClassName
{
background-color: #D69FDB;
}
.BgClassName
{
background-color: #D69FDB;
}
</style>
border-color css
<style>
span { border-color: #D69FDB; }
span { border-color: rgb(214,159,219); }
td.TdClassName
{
border-color: #D69FDB;
}
.TagClassName
{
border-color: #D69FDB;
}
</style>