Shades of Plum #D699D9
Tints of Plum #D699D9
RGB
CMYK
RGB Variations
Color information
#D699D9 (or 0xD699D9) is known color: Plum. HEX triplet: D6, 99 and D9. RGB value is (214,153,217). Sum of RGB (Red+Green+Blue) = 214+153+217=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #D699D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699D9 is #296626. Grayscale: #B2B2B2. Windows color (decimal): -2713127 or 14260694. OLE color: 14260694.
HSL color Cylindrical-coordinate representation of color #D699D9: hue angle of 297.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699D9 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 153 | 217 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.15 |
| HSL | 297.19º | 0.46% | 0.73% | - |
| HSV(B) | 297.19º | 0.29% | 0.85% | - |
| XYZ | 51.65 | 42.09 | 71.05 | - |
| YUV | 178.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 217 | 0.01 | 0.29 | 0 | 0.15 | 297.19 | 0.46 | 0.73 |
| Hex | D6 | 99 | D9 | 1 | 1D | 0 | F | 129 | 2E | 49 |
| Octal | 326 | 231 | 331 | 1 | 35 | 0 | 17 | 451 | 56 | 111 |
| Binary | 11010110 | 10011001 | 11011001 | 1 | 11101 | 0 | 1111 | 100101001 | 101110 | 1001001 |
Color Harmonies of #D699D9
Complementary color
Monochromatic Colors of #D699D9
Black with #D699D9
Text Example
Text Example
White with #D699D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699D9; }
p { color: rgb(214,153,217); }
H1.HeaderClassName
{
color: #D699D9;
}
.AnyTagClassName
{
color: #D699D9;
}
</style>
background-color css
<style>
a { background-color: #D699D9; }
a { background-color: rgb(214,153,217); }
div.DivClassName
{
background-color: #D699D9;
}
.BgClassName
{
background-color: #D699D9;
}
</style>
border-color css
<style>
span { border-color: #D699D9; }
span { border-color: rgb(214,153,217); }
td.TdClassName
{
border-color: #D699D9;
}
.TagClassName
{
border-color: #D699D9;
}
</style>