Shades of Plum #D696D9
Tints of Plum #D696D9
RGB
CMYK
RGB Variations
Color information
#D696D9 (or 0xD696D9) is known color: Plum. HEX triplet: D6, 96 and D9. RGB value is (214,150,217). Sum of RGB (Red+Green+Blue) = 214+150+217=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #D696D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696D9 is #296926. Grayscale: #B0B0B0. Windows color (decimal): -2713895 or 14259926. OLE color: 14259926.
HSL color Cylindrical-coordinate representation of color #D696D9: hue angle of 297.31º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D696D9 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 150 | 217 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.15 |
| HSL | 297.31º | 0.47% | 0.72% | - |
| HSV(B) | 297.31º | 0.31% | 0.85% | - |
| XYZ | 51.16 | 41.12 | 70.89 | - |
| YUV | 176.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 217 | 0.01 | 0.31 | 0 | 0.15 | 297.31 | 0.47 | 0.72 |
| Hex | D6 | 96 | D9 | 1 | 1F | 0 | F | 129 | 2F | 48 |
| Octal | 326 | 226 | 331 | 1 | 37 | 0 | 17 | 451 | 57 | 110 |
| Binary | 11010110 | 10010110 | 11011001 | 1 | 11111 | 0 | 1111 | 100101001 | 101111 | 1001000 |
Color Harmonies of #D696D9
Complementary color
Monochromatic Colors of #D696D9
Black with #D696D9
Text Example
Text Example
White with #D696D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696D9; }
p { color: rgb(214,150,217); }
H1.HeaderClassName
{
color: #D696D9;
}
.AnyTagClassName
{
color: #D696D9;
}
</style>
background-color css
<style>
a { background-color: #D696D9; }
a { background-color: rgb(214,150,217); }
div.DivClassName
{
background-color: #D696D9;
}
.BgClassName
{
background-color: #D696D9;
}
</style>
border-color css
<style>
span { border-color: #D696D9; }
span { border-color: rgb(214,150,217); }
td.TdClassName
{
border-color: #D696D9;
}
.TagClassName
{
border-color: #D696D9;
}
</style>