Shades of Plum #D697D3
Tints of Plum #D697D3
RGB
CMYK
RGB Variations
Color information
#D697D3 (or 0xD697D3) is known color: Plum. HEX triplet: D6, 97 and D3. RGB value is (214,151,211). Sum of RGB (Red+Green+Blue) = 214+151+211=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D697D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697D3 is #29682C. Grayscale: #B0B0B0. Windows color (decimal): -2713645 or 13866966. OLE color: 13866966.
HSL color Cylindrical-coordinate representation of color #D697D3: hue angle of 302.86º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697D3 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 211 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.16 |
| HSL | 302.86º | 0.43% | 0.72% | - |
| HSV(B) | 302.86º | 0.29% | 0.84% | - |
| XYZ | 50.56 | 41.13 | 66.9 | - |
| YUV | 176.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 211 | 0 | 0.29 | 0.01 | 0.16 | 302.86 | 0.43 | 0.72 |
| Hex | D6 | 97 | D3 | 0 | 1D | 1 | 10 | 12F | 2B | 48 |
| Octal | 326 | 227 | 323 | 0 | 35 | 1 | 20 | 457 | 53 | 110 |
| Binary | 11010110 | 10010111 | 11010011 | 0 | 11101 | 1 | 10000 | 100101111 | 101011 | 1001000 |
Color Harmonies of #D697D3
Complementary color
Monochromatic Colors of #D697D3
Black with #D697D3
Text Example
Text Example
White with #D697D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697D3; }
p { color: rgb(214,151,211); }
H1.HeaderClassName
{
color: #D697D3;
}
.AnyTagClassName
{
color: #D697D3;
}
</style>
background-color css
<style>
a { background-color: #D697D3; }
a { background-color: rgb(214,151,211); }
div.DivClassName
{
background-color: #D697D3;
}
.BgClassName
{
background-color: #D697D3;
}
</style>
border-color css
<style>
span { border-color: #D697D3; }
span { border-color: rgb(214,151,211); }
td.TdClassName
{
border-color: #D697D3;
}
.TagClassName
{
border-color: #D697D3;
}
</style>