Shades of Plum #D68EE2
Tints of Plum #D68EE2
RGB
CMYK
RGB Variations
Color information
#D68EE2 (or 0xD68EE2) is known color: Plum. HEX triplet: D6, 8E and E2. RGB value is (214,142,226). Sum of RGB (Red+Green+Blue) = 214+142+226=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #D68EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EE2 is #29711D. Grayscale: #ACACAC. Windows color (decimal): -2715934 or 14847702. OLE color: 14847702.
HSL color Cylindrical-coordinate representation of color #D68EE2: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68EE2 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 142 | 226 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.11 |
| HSL | 291.43º | 0.59% | 0.72% | - |
| HSV(B) | 291.43º | 0.37% | 0.89% | - |
| XYZ | 51.13 | 39.13 | 76.81 | - |
| YUV | 173.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 226 | 0.05 | 0.37 | 0 | 0.11 | 291.43 | 0.59 | 0.72 |
| Hex | D6 | 8E | E2 | 5 | 25 | 0 | B | 123 | 3B | 48 |
| Octal | 326 | 216 | 342 | 5 | 45 | 0 | 13 | 443 | 73 | 110 |
| Binary | 11010110 | 10001110 | 11100010 | 101 | 100101 | 0 | 1011 | 100100011 | 111011 | 1001000 |
Color Harmonies of #D68EE2
Complementary color
Monochromatic Colors of #D68EE2
Black with #D68EE2
Text Example
Text Example
White with #D68EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EE2; }
p { color: rgb(214,142,226); }
H1.HeaderClassName
{
color: #D68EE2;
}
.AnyTagClassName
{
color: #D68EE2;
}
</style>
background-color css
<style>
a { background-color: #D68EE2; }
a { background-color: rgb(214,142,226); }
div.DivClassName
{
background-color: #D68EE2;
}
.BgClassName
{
background-color: #D68EE2;
}
</style>
border-color css
<style>
span { border-color: #D68EE2; }
span { border-color: rgb(214,142,226); }
td.TdClassName
{
border-color: #D68EE2;
}
.TagClassName
{
border-color: #D68EE2;
}
</style>