Shades of Plum #D698DB
Tints of Plum #D698DB
RGB
CMYK
RGB Variations
Color information
#D698DB (or 0xD698DB) is known color: Plum. HEX triplet: D6, 98 and DB. RGB value is (214,152,219). Sum of RGB (Red+Green+Blue) = 214+152+219=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D698DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698DB is #296724. Grayscale: #B1B1B1. Windows color (decimal): -2713381 or 14391510. OLE color: 14391510.
HSL color Cylindrical-coordinate representation of color #D698DB: hue angle of 295.52º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D698DB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 152 | 219 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.14 |
| HSL | 295.52º | 0.48% | 0.73% | - |
| HSV(B) | 295.52º | 0.31% | 0.86% | - |
| XYZ | 51.75 | 41.87 | 72.37 | - |
| YUV | 178.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 219 | 0.02 | 0.31 | 0 | 0.14 | 295.52 | 0.48 | 0.73 |
| Hex | D6 | 98 | DB | 2 | 1F | 0 | E | 128 | 30 | 49 |
| Octal | 326 | 230 | 333 | 2 | 37 | 0 | 16 | 450 | 60 | 111 |
| Binary | 11010110 | 10011000 | 11011011 | 10 | 11111 | 0 | 1110 | 100101000 | 110000 | 1001001 |
Color Harmonies of #D698DB
Complementary color
Monochromatic Colors of #D698DB
Black with #D698DB
Text Example
Text Example
White with #D698DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698DB; }
p { color: rgb(214,152,219); }
H1.HeaderClassName
{
color: #D698DB;
}
.AnyTagClassName
{
color: #D698DB;
}
</style>
background-color css
<style>
a { background-color: #D698DB; }
a { background-color: rgb(214,152,219); }
div.DivClassName
{
background-color: #D698DB;
}
.BgClassName
{
background-color: #D698DB;
}
</style>
border-color css
<style>
span { border-color: #D698DB; }
span { border-color: rgb(214,152,219); }
td.TdClassName
{
border-color: #D698DB;
}
.TagClassName
{
border-color: #D698DB;
}
</style>