Shades of Plum #D68BDD
Tints of Plum #D68BDD
RGB
CMYK
RGB Variations
Color information
#D68BDD (or 0xD68BDD) is known color: Plum. HEX triplet: D6, 8B and DD. RGB value is (214,139,221). Sum of RGB (Red+Green+Blue) = 214+139+221=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D68BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BDD is #297422. Grayscale: #AAAAAA. Windows color (decimal): -2716707 or 14519254. OLE color: 14519254.
HSL color Cylindrical-coordinate representation of color #D68BDD: hue angle of 294.88º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68BDD is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 139 | 221 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.13 |
| HSL | 294.88º | 0.55% | 0.71% | - |
| HSV(B) | 294.88º | 0.37% | 0.87% | - |
| XYZ | 50.02 | 37.98 | 73.1 | - |
| YUV | 170.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 221 | 0.03 | 0.37 | 0 | 0.13 | 294.88 | 0.55 | 0.71 |
| Hex | D6 | 8B | DD | 3 | 25 | 0 | D | 127 | 37 | 47 |
| Octal | 326 | 213 | 335 | 3 | 45 | 0 | 15 | 447 | 67 | 107 |
| Binary | 11010110 | 10001011 | 11011101 | 11 | 100101 | 0 | 1101 | 100100111 | 110111 | 1000111 |
Color Harmonies of #D68BDD
Complementary color
Monochromatic Colors of #D68BDD
Black with #D68BDD
Text Example
Text Example
White with #D68BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BDD; }
p { color: rgb(214,139,221); }
H1.HeaderClassName
{
color: #D68BDD;
}
.AnyTagClassName
{
color: #D68BDD;
}
</style>
background-color css
<style>
a { background-color: #D68BDD; }
a { background-color: rgb(214,139,221); }
div.DivClassName
{
background-color: #D68BDD;
}
.BgClassName
{
background-color: #D68BDD;
}
</style>
border-color css
<style>
span { border-color: #D68BDD; }
span { border-color: rgb(214,139,221); }
td.TdClassName
{
border-color: #D68BDD;
}
.TagClassName
{
border-color: #D68BDD;
}
</style>