Shades of Plum #D68DDB
Tints of Plum #D68DDB
RGB
CMYK
RGB Variations
Color information
#D68DDB (or 0xD68DDB) is known color: Plum. HEX triplet: D6, 8D and DB. RGB value is (214,141,219). Sum of RGB (Red+Green+Blue) = 214+141+219=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DDB is #297224. Grayscale: #ABABAB. Windows color (decimal): -2716197 or 14388694. OLE color: 14388694.
HSL color Cylindrical-coordinate representation of color #D68DDB: hue angle of 296.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68DDB is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 141 | 219 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.14 |
| HSL | 296.15º | 0.52% | 0.71% | - |
| HSV(B) | 296.15º | 0.36% | 0.86% | - |
| XYZ | 50.04 | 38.46 | 71.8 | - |
| YUV | 171.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 219 | 0.02 | 0.36 | 0 | 0.14 | 296.15 | 0.52 | 0.71 |
| Hex | D6 | 8D | DB | 2 | 24 | 0 | E | 128 | 34 | 47 |
| Octal | 326 | 215 | 333 | 2 | 44 | 0 | 16 | 450 | 64 | 107 |
| Binary | 11010110 | 10001101 | 11011011 | 10 | 100100 | 0 | 1110 | 100101000 | 110100 | 1000111 |
Color Harmonies of #D68DDB
Complementary color
Monochromatic Colors of #D68DDB
Black with #D68DDB
Text Example
Text Example
White with #D68DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DDB; }
p { color: rgb(214,141,219); }
H1.HeaderClassName
{
color: #D68DDB;
}
.AnyTagClassName
{
color: #D68DDB;
}
</style>
background-color css
<style>
a { background-color: #D68DDB; }
a { background-color: rgb(214,141,219); }
div.DivClassName
{
background-color: #D68DDB;
}
.BgClassName
{
background-color: #D68DDB;
}
</style>
border-color css
<style>
span { border-color: #D68DDB; }
span { border-color: rgb(214,141,219); }
td.TdClassName
{
border-color: #D68DDB;
}
.TagClassName
{
border-color: #D68DDB;
}
</style>