Shades of Plum #D696E4
Tints of Plum #D696E4
RGB
CMYK
RGB Variations
Color information
#D696E4 (or 0xD696E4) is known color: Plum. HEX triplet: D6, 96 and E4. RGB value is (214,150,228). Sum of RGB (Red+Green+Blue) = 214+150+228=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #D696E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696E4 is #29691B. Grayscale: #B1B1B1. Windows color (decimal): -2713884 or 14980822. OLE color: 14980822.
HSL color Cylindrical-coordinate representation of color #D696E4: hue angle of 289.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D696E4 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 150 | 228 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.11 |
| HSL | 289.23º | 0.59% | 0.74% | - |
| HSV(B) | 289.23º | 0.34% | 0.89% | - |
| XYZ | 52.64 | 41.71 | 78.68 | - |
| YUV | 178.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 228 | 0.06 | 0.34 | 0 | 0.11 | 289.23 | 0.59 | 0.74 |
| Hex | D6 | 96 | E4 | 6 | 22 | 0 | B | 121 | 3B | 4A |
| Octal | 326 | 226 | 344 | 6 | 42 | 0 | 13 | 441 | 73 | 112 |
| Binary | 11010110 | 10010110 | 11100100 | 110 | 100010 | 0 | 1011 | 100100001 | 111011 | 1001010 |
Color Harmonies of #D696E4
Complementary color
Monochromatic Colors of #D696E4
Black with #D696E4
Text Example
Text Example
White with #D696E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696E4; }
p { color: rgb(214,150,228); }
H1.HeaderClassName
{
color: #D696E4;
}
.AnyTagClassName
{
color: #D696E4;
}
</style>
background-color css
<style>
a { background-color: #D696E4; }
a { background-color: rgb(214,150,228); }
div.DivClassName
{
background-color: #D696E4;
}
.BgClassName
{
background-color: #D696E4;
}
</style>
border-color css
<style>
span { border-color: #D696E4; }
span { border-color: rgb(214,150,228); }
td.TdClassName
{
border-color: #D696E4;
}
.TagClassName
{
border-color: #D696E4;
}
</style>