Shades of Plum #D698DE
Tints of Plum #D698DE
RGB
CMYK
RGB Variations
Color information
#D698DE (or 0xD698DE) is known color: Plum. HEX triplet: D6, 98 and DE. RGB value is (214,152,222). Sum of RGB (Red+Green+Blue) = 214+152+222=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #D698DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698DE is #296721. Grayscale: #B2B2B2. Windows color (decimal): -2713378 or 14588118. OLE color: 14588118.
HSL color Cylindrical-coordinate representation of color #D698DE: hue angle of 293.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D698DE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 152 | 222 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.13 |
| HSL | 293.14º | 0.51% | 0.73% | - |
| HSV(B) | 293.14º | 0.32% | 0.87% | - |
| XYZ | 52.14 | 42.03 | 74.47 | - |
| YUV | 178.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 222 | 0.04 | 0.32 | 0 | 0.13 | 293.14 | 0.51 | 0.73 |
| Hex | D6 | 98 | DE | 4 | 20 | 0 | D | 125 | 33 | 49 |
| Octal | 326 | 230 | 336 | 4 | 40 | 0 | 15 | 445 | 63 | 111 |
| Binary | 11010110 | 10011000 | 11011110 | 100 | 100000 | 0 | 1101 | 100100101 | 110011 | 1001001 |
Color Harmonies of #D698DE
Complementary color
Monochromatic Colors of #D698DE
Black with #D698DE
Text Example
Text Example
White with #D698DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698DE; }
p { color: rgb(214,152,222); }
H1.HeaderClassName
{
color: #D698DE;
}
.AnyTagClassName
{
color: #D698DE;
}
</style>
background-color css
<style>
a { background-color: #D698DE; }
a { background-color: rgb(214,152,222); }
div.DivClassName
{
background-color: #D698DE;
}
.BgClassName
{
background-color: #D698DE;
}
</style>
border-color css
<style>
span { border-color: #D698DE; }
span { border-color: rgb(214,152,222); }
td.TdClassName
{
border-color: #D698DE;
}
.TagClassName
{
border-color: #D698DE;
}
</style>