Shades of Plum #D697D4
Tints of Plum #D697D4
RGB
CMYK
RGB Variations
Color information
#D697D4 (or 0xD697D4) is known color: Plum. HEX triplet: D6, 97 and D4. RGB value is (214,151,212). Sum of RGB (Red+Green+Blue) = 214+151+212=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D697D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697D4 is #29682B. Grayscale: #B0B0B0. Windows color (decimal): -2713644 or 13932502. OLE color: 13932502.
HSL color Cylindrical-coordinate representation of color #D697D4: hue angle of 301.9º 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 #D697D4 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 212 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.16 |
| HSL | 301.9º | 0.43% | 0.72% | - |
| HSV(B) | 301.9º | 0.29% | 0.84% | - |
| XYZ | 50.68 | 41.18 | 67.57 | - |
| YUV | 176.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 212 | 0 | 0.29 | 0.01 | 0.16 | 301.9 | 0.43 | 0.72 |
| Hex | D6 | 97 | D4 | 0 | 1D | 1 | 10 | 12E | 2B | 48 |
| Octal | 326 | 227 | 324 | 0 | 35 | 1 | 20 | 456 | 53 | 110 |
| Binary | 11010110 | 10010111 | 11010100 | 0 | 11101 | 1 | 10000 | 100101110 | 101011 | 1001000 |
Color Harmonies of #D697D4
Complementary color
Monochromatic Colors of #D697D4
Black with #D697D4
Text Example
Text Example
White with #D697D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697D4; }
p { color: rgb(214,151,212); }
H1.HeaderClassName
{
color: #D697D4;
}
.AnyTagClassName
{
color: #D697D4;
}
</style>
background-color css
<style>
a { background-color: #D697D4; }
a { background-color: rgb(214,151,212); }
div.DivClassName
{
background-color: #D697D4;
}
.BgClassName
{
background-color: #D697D4;
}
</style>
border-color css
<style>
span { border-color: #D697D4; }
span { border-color: rgb(214,151,212); }
td.TdClassName
{
border-color: #D697D4;
}
.TagClassName
{
border-color: #D697D4;
}
</style>