Shades of Plum #D696E2
Tints of Plum #D696E2
RGB
CMYK
RGB Variations
Color information
#D696E2 (or 0xD696E2) is known color: Plum. HEX triplet: D6, 96 and E2. RGB value is (214,150,226). Sum of RGB (Red+Green+Blue) = 214+150+226=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #D696E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696E2 is #29691D. Grayscale: #B1B1B1. Windows color (decimal): -2713886 or 14849750. OLE color: 14849750.
HSL color Cylindrical-coordinate representation of color #D696E2: hue angle of 290.53º degrees, saturation: 0.57, 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 #D696E2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 150 | 226 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.11 |
| HSL | 290.53º | 0.57% | 0.74% | - |
| HSV(B) | 290.53º | 0.34% | 0.89% | - |
| XYZ | 52.37 | 41.6 | 77.22 | - |
| YUV | 177.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 226 | 0.05 | 0.34 | 0 | 0.11 | 290.53 | 0.57 | 0.74 |
| Hex | D6 | 96 | E2 | 5 | 22 | 0 | B | 123 | 39 | 4A |
| Octal | 326 | 226 | 342 | 5 | 42 | 0 | 13 | 443 | 71 | 112 |
| Binary | 11010110 | 10010110 | 11100010 | 101 | 100010 | 0 | 1011 | 100100011 | 111001 | 1001010 |
Color Harmonies of #D696E2
Complementary color
Monochromatic Colors of #D696E2
Black with #D696E2
Text Example
Text Example
White with #D696E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696E2; }
p { color: rgb(214,150,226); }
H1.HeaderClassName
{
color: #D696E2;
}
.AnyTagClassName
{
color: #D696E2;
}
</style>
background-color css
<style>
a { background-color: #D696E2; }
a { background-color: rgb(214,150,226); }
div.DivClassName
{
background-color: #D696E2;
}
.BgClassName
{
background-color: #D696E2;
}
</style>
border-color css
<style>
span { border-color: #D696E2; }
span { border-color: rgb(214,150,226); }
td.TdClassName
{
border-color: #D696E2;
}
.TagClassName
{
border-color: #D696E2;
}
</style>