Shades of Plum #D695DF
Tints of Plum #D695DF
RGB
CMYK
RGB Variations
Color information
#D695DF (or 0xD695DF) is known color: Plum. HEX triplet: D6, 95 and DF. RGB value is (214,149,223). Sum of RGB (Red+Green+Blue) = 214+149+223=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D695DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695DF is #296A20. Grayscale: #B0B0B0. Windows color (decimal): -2714145 or 14652886. OLE color: 14652886.
HSL color Cylindrical-coordinate representation of color #D695DF: hue angle of 292.7º degrees, saturation: 0.54, 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 #D695DF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 149 | 223 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.13 |
| HSL | 292.7º | 0.54% | 0.73% | - |
| HSV(B) | 292.7º | 0.33% | 0.87% | - |
| XYZ | 51.8 | 41.12 | 75.02 | - |
| YUV | 176.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 223 | 0.04 | 0.33 | 0 | 0.13 | 292.7 | 0.54 | 0.73 |
| Hex | D6 | 95 | DF | 4 | 21 | 0 | D | 125 | 36 | 49 |
| Octal | 326 | 225 | 337 | 4 | 41 | 0 | 15 | 445 | 66 | 111 |
| Binary | 11010110 | 10010101 | 11011111 | 100 | 100001 | 0 | 1101 | 100100101 | 110110 | 1001001 |
Color Harmonies of #D695DF
Complementary color
Monochromatic Colors of #D695DF
Black with #D695DF
Text Example
Text Example
White with #D695DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695DF; }
p { color: rgb(214,149,223); }
H1.HeaderClassName
{
color: #D695DF;
}
.AnyTagClassName
{
color: #D695DF;
}
</style>
background-color css
<style>
a { background-color: #D695DF; }
a { background-color: rgb(214,149,223); }
div.DivClassName
{
background-color: #D695DF;
}
.BgClassName
{
background-color: #D695DF;
}
</style>
border-color css
<style>
span { border-color: #D695DF; }
span { border-color: rgb(214,149,223); }
td.TdClassName
{
border-color: #D695DF;
}
.TagClassName
{
border-color: #D695DF;
}
</style>