Shades of Plum #D689E2
Tints of Plum #D689E2
RGB
CMYK
RGB Variations
Color information
#D689E2 (or 0xD689E2) is known color: Plum. HEX triplet: D6, 89 and E2. RGB value is (214,137,226). Sum of RGB (Red+Green+Blue) = 214+137+226=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #D689E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689E2 is #29761D. Grayscale: #A9A9A9. Windows color (decimal): -2717214 or 14846422. OLE color: 14846422.
HSL color Cylindrical-coordinate representation of color #D689E2: hue angle of 291.91º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D689E2 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 137 | 226 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.11 |
| HSL | 291.91º | 0.61% | 0.71% | - |
| HSV(B) | 291.91º | 0.39% | 0.89% | - |
| XYZ | 50.4 | 37.68 | 76.57 | - |
| YUV | 170.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 226 | 0.05 | 0.39 | 0 | 0.11 | 291.91 | 0.61 | 0.71 |
| Hex | D6 | 89 | E2 | 5 | 27 | 0 | B | 124 | 3D | 47 |
| Octal | 326 | 211 | 342 | 5 | 47 | 0 | 13 | 444 | 75 | 107 |
| Binary | 11010110 | 10001001 | 11100010 | 101 | 100111 | 0 | 1011 | 100100100 | 111101 | 1000111 |
Color Harmonies of #D689E2
Complementary color
Monochromatic Colors of #D689E2
Black with #D689E2
Text Example
Text Example
White with #D689E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689E2; }
p { color: rgb(214,137,226); }
H1.HeaderClassName
{
color: #D689E2;
}
.AnyTagClassName
{
color: #D689E2;
}
</style>
background-color css
<style>
a { background-color: #D689E2; }
a { background-color: rgb(214,137,226); }
div.DivClassName
{
background-color: #D689E2;
}
.BgClassName
{
background-color: #D689E2;
}
</style>
border-color css
<style>
span { border-color: #D689E2; }
span { border-color: rgb(214,137,226); }
td.TdClassName
{
border-color: #D689E2;
}
.TagClassName
{
border-color: #D689E2;
}
</style>