Shades of Plum #D68EE5
Tints of Plum #D68EE5
RGB
CMYK
RGB Variations
Color information
#D68EE5 (or 0xD68EE5) is known color: Plum. HEX triplet: D6, 8E and E5. RGB value is (214,142,229). Sum of RGB (Red+Green+Blue) = 214+142+229=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #D68EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EE5 is #29711A. Grayscale: #ADADAD. Windows color (decimal): -2715931 or 15044310. OLE color: 15044310.
HSL color Cylindrical-coordinate representation of color #D68EE5: hue angle of 289.66º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68EE5 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 142 | 229 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.10 |
| HSL | 289.66º | 0.63% | 0.73% | - |
| HSV(B) | 289.66º | 0.38% | 0.9% | - |
| XYZ | 51.55 | 39.3 | 79 | - |
| YUV | 173.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 229 | 0.07 | 0.38 | 0 | 0.10 | 289.66 | 0.63 | 0.73 |
| Hex | D6 | 8E | E5 | 7 | 26 | 0 | A | 122 | 3F | 49 |
| Octal | 326 | 216 | 345 | 7 | 46 | 0 | 12 | 442 | 77 | 111 |
| Binary | 11010110 | 10001110 | 11100101 | 111 | 100110 | 0 | 1010 | 100100010 | 111111 | 1001001 |
Color Harmonies of #D68EE5
Complementary color
Monochromatic Colors of #D68EE5
Black with #D68EE5
Text Example
Text Example
White with #D68EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EE5; }
p { color: rgb(214,142,229); }
H1.HeaderClassName
{
color: #D68EE5;
}
.AnyTagClassName
{
color: #D68EE5;
}
</style>
background-color css
<style>
a { background-color: #D68EE5; }
a { background-color: rgb(214,142,229); }
div.DivClassName
{
background-color: #D68EE5;
}
.BgClassName
{
background-color: #D68EE5;
}
</style>
border-color css
<style>
span { border-color: #D68EE5; }
span { border-color: rgb(214,142,229); }
td.TdClassName
{
border-color: #D68EE5;
}
.TagClassName
{
border-color: #D68EE5;
}
</style>