Shades of Plum #D68EDC
Tints of Plum #D68EDC
RGB
CMYK
RGB Variations
Color information
#D68EDC (or 0xD68EDC) is known color: Plum. HEX triplet: D6, 8E and DC. RGB value is (214,142,220). Sum of RGB (Red+Green+Blue) = 214+142+220=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #D68EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EDC is #297123. Grayscale: #ACACAC. Windows color (decimal): -2715940 or 14454486. OLE color: 14454486.
HSL color Cylindrical-coordinate representation of color #D68EDC: hue angle of 295.38º degrees, saturation: 0.53, 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 #D68EDC is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 142 | 220 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.14 |
| HSL | 295.38º | 0.53% | 0.71% | - |
| HSV(B) | 295.38º | 0.35% | 0.86% | - |
| XYZ | 50.32 | 38.81 | 72.55 | - |
| YUV | 172.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 220 | 0.03 | 0.35 | 0 | 0.14 | 295.38 | 0.53 | 0.71 |
| Hex | D6 | 8E | DC | 3 | 23 | 0 | E | 127 | 35 | 47 |
| Octal | 326 | 216 | 334 | 3 | 43 | 0 | 16 | 447 | 65 | 107 |
| Binary | 11010110 | 10001110 | 11011100 | 11 | 100011 | 0 | 1110 | 100100111 | 110101 | 1000111 |
Color Harmonies of #D68EDC
Complementary color
Monochromatic Colors of #D68EDC
Black with #D68EDC
Text Example
Text Example
White with #D68EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68EDC; }
p { color: rgb(214,142,220); }
H1.HeaderClassName
{
color: #D68EDC;
}
.AnyTagClassName
{
color: #D68EDC;
}
</style>
background-color css
<style>
a { background-color: #D68EDC; }
a { background-color: rgb(214,142,220); }
div.DivClassName
{
background-color: #D68EDC;
}
.BgClassName
{
background-color: #D68EDC;
}
</style>
border-color css
<style>
span { border-color: #D68EDC; }
span { border-color: rgb(214,142,220); }
td.TdClassName
{
border-color: #D68EDC;
}
.TagClassName
{
border-color: #D68EDC;
}
</style>