Shades of Plum #D696DF
Tints of Plum #D696DF
RGB
CMYK
RGB Variations
Color information
#D696DF (or 0xD696DF) is known color: Plum. HEX triplet: D6, 96 and DF. RGB value is (214,150,223). Sum of RGB (Red+Green+Blue) = 214+150+223=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D696DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696DF is #296920. Grayscale: #B1B1B1. Windows color (decimal): -2713889 or 14653142. OLE color: 14653142.
HSL color Cylindrical-coordinate representation of color #D696DF: hue angle of 292.6º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D696DF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 150 | 223 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.13 |
| HSL | 292.6º | 0.53% | 0.73% | - |
| HSV(B) | 292.6º | 0.33% | 0.87% | - |
| XYZ | 51.96 | 41.44 | 75.07 | - |
| YUV | 177.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 223 | 0.04 | 0.33 | 0 | 0.13 | 292.6 | 0.53 | 0.73 |
| Hex | D6 | 96 | DF | 4 | 21 | 0 | D | 125 | 35 | 49 |
| Octal | 326 | 226 | 337 | 4 | 41 | 0 | 15 | 445 | 65 | 111 |
| Binary | 11010110 | 10010110 | 11011111 | 100 | 100001 | 0 | 1101 | 100100101 | 110101 | 1001001 |
Color Harmonies of #D696DF
Complementary color
Monochromatic Colors of #D696DF
Black with #D696DF
Text Example
Text Example
White with #D696DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696DF; }
p { color: rgb(214,150,223); }
H1.HeaderClassName
{
color: #D696DF;
}
.AnyTagClassName
{
color: #D696DF;
}
</style>
background-color css
<style>
a { background-color: #D696DF; }
a { background-color: rgb(214,150,223); }
div.DivClassName
{
background-color: #D696DF;
}
.BgClassName
{
background-color: #D696DF;
}
</style>
border-color css
<style>
span { border-color: #D696DF; }
span { border-color: rgb(214,150,223); }
td.TdClassName
{
border-color: #D696DF;
}
.TagClassName
{
border-color: #D696DF;
}
</style>