Shades of Plum #D696DB
Tints of Plum #D696DB
RGB
CMYK
RGB Variations
Color information
#D696DB (or 0xD696DB) is known color: Plum. HEX triplet: D6, 96 and DB. RGB value is (214,150,219). Sum of RGB (Red+Green+Blue) = 214+150+219=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #D696DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696DB is #296924. Grayscale: #B0B0B0. Windows color (decimal): -2713893 or 14390998. OLE color: 14390998.
HSL color Cylindrical-coordinate representation of color #D696DB: hue angle of 295.65º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D696DB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 150 | 219 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.14 |
| HSL | 295.65º | 0.49% | 0.72% | - |
| HSV(B) | 295.65º | 0.32% | 0.86% | - |
| XYZ | 51.42 | 41.22 | 72.26 | - |
| YUV | 177 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 219 | 0.02 | 0.32 | 0 | 0.14 | 295.65 | 0.49 | 0.72 |
| Hex | D6 | 96 | DB | 2 | 20 | 0 | E | 128 | 31 | 48 |
| Octal | 326 | 226 | 333 | 2 | 40 | 0 | 16 | 450 | 61 | 110 |
| Binary | 11010110 | 10010110 | 11011011 | 10 | 100000 | 0 | 1110 | 100101000 | 110001 | 1001000 |
Color Harmonies of #D696DB
Complementary color
Monochromatic Colors of #D696DB
Black with #D696DB
Text Example
Text Example
White with #D696DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696DB; }
p { color: rgb(214,150,219); }
H1.HeaderClassName
{
color: #D696DB;
}
.AnyTagClassName
{
color: #D696DB;
}
</style>
background-color css
<style>
a { background-color: #D696DB; }
a { background-color: rgb(214,150,219); }
div.DivClassName
{
background-color: #D696DB;
}
.BgClassName
{
background-color: #D696DB;
}
</style>
border-color css
<style>
span { border-color: #D696DB; }
span { border-color: rgb(214,150,219); }
td.TdClassName
{
border-color: #D696DB;
}
.TagClassName
{
border-color: #D696DB;
}
</style>