Shades of Plum #D68AE6
Tints of Plum #D68AE6
RGB
CMYK
RGB Variations
Color information
#D68AE6 (or 0xD68AE6) is known color: Plum. HEX triplet: D6, 8A and E6. RGB value is (214,138,230). Sum of RGB (Red+Green+Blue) = 214+138+230=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #D68AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AE6 is #297519. Grayscale: #AAAAAA. Windows color (decimal): -2716954 or 15108822. OLE color: 15108822.
HSL color Cylindrical-coordinate representation of color #D68AE6: hue angle of 289.57º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68AE6 is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 138 | 230 | - |
| CMYK | 0.07 | 0.4 | 0 | 0.10 |
| HSL | 289.57º | 0.65% | 0.72% | - |
| HSV(B) | 289.57º | 0.4% | 0.9% | - |
| XYZ | 51.1 | 38.19 | 79.54 | - |
| YUV | 171.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 230 | 0.07 | 0.4 | 0 | 0.10 | 289.57 | 0.65 | 0.72 |
| Hex | D6 | 8A | E6 | 7 | 28 | 0 | A | 122 | 41 | 48 |
| Octal | 326 | 212 | 346 | 7 | 50 | 0 | 12 | 442 | 101 | 110 |
| Binary | 11010110 | 10001010 | 11100110 | 111 | 101000 | 0 | 1010 | 100100010 | 1000001 | 1001000 |
Color Harmonies of #D68AE6
Complementary color
Monochromatic Colors of #D68AE6
Black with #D68AE6
Text Example
Text Example
White with #D68AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AE6; }
p { color: rgb(214,138,230); }
H1.HeaderClassName
{
color: #D68AE6;
}
.AnyTagClassName
{
color: #D68AE6;
}
</style>
background-color css
<style>
a { background-color: #D68AE6; }
a { background-color: rgb(214,138,230); }
div.DivClassName
{
background-color: #D68AE6;
}
.BgClassName
{
background-color: #D68AE6;
}
</style>
border-color css
<style>
span { border-color: #D68AE6; }
span { border-color: rgb(214,138,230); }
td.TdClassName
{
border-color: #D68AE6;
}
.TagClassName
{
border-color: #D68AE6;
}
</style>