Shades of Plum #D694E1
Tints of Plum #D694E1
RGB
CMYK
RGB Variations
Color information
#D694E1 (or 0xD694E1) is known color: Plum. HEX triplet: D6, 94 and E1. RGB value is (214,148,225). Sum of RGB (Red+Green+Blue) = 214+148+225=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #D694E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694E1 is #296B1E. Grayscale: #B0B0B0. Windows color (decimal): -2714399 or 14783702. OLE color: 14783702.
HSL color Cylindrical-coordinate representation of color #D694E1: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D694E1 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 148 | 225 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.12 |
| HSL | 291.43º | 0.56% | 0.73% | - |
| HSV(B) | 291.43º | 0.34% | 0.88% | - |
| XYZ | 51.91 | 40.91 | 76.39 | - |
| YUV | 176.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 225 | 0.05 | 0.34 | 0 | 0.12 | 291.43 | 0.56 | 0.73 |
| Hex | D6 | 94 | E1 | 5 | 22 | 0 | C | 123 | 38 | 49 |
| Octal | 326 | 224 | 341 | 5 | 42 | 0 | 14 | 443 | 70 | 111 |
| Binary | 11010110 | 10010100 | 11100001 | 101 | 100010 | 0 | 1100 | 100100011 | 111000 | 1001001 |
Color Harmonies of #D694E1
Complementary color
Monochromatic Colors of #D694E1
Black with #D694E1
Text Example
Text Example
White with #D694E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D694E1; }
p { color: rgb(214,148,225); }
H1.HeaderClassName
{
color: #D694E1;
}
.AnyTagClassName
{
color: #D694E1;
}
</style>
background-color css
<style>
a { background-color: #D694E1; }
a { background-color: rgb(214,148,225); }
div.DivClassName
{
background-color: #D694E1;
}
.BgClassName
{
background-color: #D694E1;
}
</style>
border-color css
<style>
span { border-color: #D694E1; }
span { border-color: rgb(214,148,225); }
td.TdClassName
{
border-color: #D694E1;
}
.TagClassName
{
border-color: #D694E1;
}
</style>