Shades of Plum #D68ADB
Tints of Plum #D68ADB
RGB
CMYK
RGB Variations
Color information
#D68ADB (or 0xD68ADB) is known color: Plum. HEX triplet: D6, 8A and DB. RGB value is (214,138,219). Sum of RGB (Red+Green+Blue) = 214+138+219=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ADB is #297524. Grayscale: #A9A9A9. Windows color (decimal): -2716965 or 14387926. OLE color: 14387926.
HSL color Cylindrical-coordinate representation of color #D68ADB: hue angle of 296.3º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68ADB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 138 | 219 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.14 |
| HSL | 296.3º | 0.53% | 0.7% | - |
| HSV(B) | 296.3º | 0.37% | 0.86% | - |
| XYZ | 49.61 | 37.59 | 71.66 | - |
| YUV | 169.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 219 | 0.02 | 0.37 | 0 | 0.14 | 296.3 | 0.53 | 0.7 |
| Hex | D6 | 8A | DB | 2 | 25 | 0 | E | 128 | 35 | 46 |
| Octal | 326 | 212 | 333 | 2 | 45 | 0 | 16 | 450 | 65 | 106 |
| Binary | 11010110 | 10001010 | 11011011 | 10 | 100101 | 0 | 1110 | 100101000 | 110101 | 1000110 |
Color Harmonies of #D68ADB
Complementary color
Monochromatic Colors of #D68ADB
Black with #D68ADB
Text Example
Text Example
White with #D68ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68ADB; }
p { color: rgb(214,138,219); }
H1.HeaderClassName
{
color: #D68ADB;
}
.AnyTagClassName
{
color: #D68ADB;
}
</style>
background-color css
<style>
a { background-color: #D68ADB; }
a { background-color: rgb(214,138,219); }
div.DivClassName
{
background-color: #D68ADB;
}
.BgClassName
{
background-color: #D68ADB;
}
</style>
border-color css
<style>
span { border-color: #D68ADB; }
span { border-color: rgb(214,138,219); }
td.TdClassName
{
border-color: #D68ADB;
}
.TagClassName
{
border-color: #D68ADB;
}
</style>