Shades of Plum #D68EDB
Tints of Plum #D68EDB
RGB
CMYK
RGB Variations
Color information
#D68EDB (or 0xD68EDB) is known color: Plum. HEX triplet: D6, 8E and DB. RGB value is (214,142,219). Sum of RGB (Red+Green+Blue) = 214+142+219=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EDB is #297124. Grayscale: #ACACAC. Windows color (decimal): -2715941 or 14388950. OLE color: 14388950.
HSL color Cylindrical-coordinate representation of color #D68EDB: hue angle of 296.1º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68EDB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 142 | 219 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.14 |
| HSL | 296.1º | 0.52% | 0.71% | - |
| HSV(B) | 296.1º | 0.35% | 0.86% | - |
| XYZ | 50.19 | 38.76 | 71.85 | - |
| YUV | 172.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 219 | 0.02 | 0.35 | 0 | 0.14 | 296.1 | 0.52 | 0.71 |
| Hex | D6 | 8E | DB | 2 | 23 | 0 | E | 128 | 34 | 47 |
| Octal | 326 | 216 | 333 | 2 | 43 | 0 | 16 | 450 | 64 | 107 |
| Binary | 11010110 | 10001110 | 11011011 | 10 | 100011 | 0 | 1110 | 100101000 | 110100 | 1000111 |
Color Harmonies of #D68EDB
Complementary color
Monochromatic Colors of #D68EDB
Black with #D68EDB
Text Example
Text Example
White with #D68EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EDB; }
p { color: rgb(214,142,219); }
H1.HeaderClassName
{
color: #D68EDB;
}
.AnyTagClassName
{
color: #D68EDB;
}
</style>
background-color css
<style>
a { background-color: #D68EDB; }
a { background-color: rgb(214,142,219); }
div.DivClassName
{
background-color: #D68EDB;
}
.BgClassName
{
background-color: #D68EDB;
}
</style>
border-color css
<style>
span { border-color: #D68EDB; }
span { border-color: rgb(214,142,219); }
td.TdClassName
{
border-color: #D68EDB;
}
.TagClassName
{
border-color: #D68EDB;
}
</style>