Shades of Plum #D688E4
Tints of Plum #D688E4
RGB
CMYK
RGB Variations
Color information
#D688E4 (or 0xD688E4) is known color: Plum. HEX triplet: D6, 88 and E4. RGB value is (214,136,228). Sum of RGB (Red+Green+Blue) = 214+136+228=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #D688E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688E4 is #29771B. Grayscale: #A9A9A9. Windows color (decimal): -2717468 or 14977238. OLE color: 14977238.
HSL color Cylindrical-coordinate representation of color #D688E4: hue angle of 290.87º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D688E4 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 136 | 228 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.11 |
| HSL | 290.87º | 0.63% | 0.71% | - |
| HSV(B) | 290.87º | 0.4% | 0.89% | - |
| XYZ | 50.54 | 37.51 | 77.97 | - |
| YUV | 169.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 228 | 0.06 | 0.40 | 0 | 0.11 | 290.87 | 0.63 | 0.71 |
| Hex | D6 | 88 | E4 | 6 | 28 | 0 | B | 123 | 3F | 47 |
| Octal | 326 | 210 | 344 | 6 | 50 | 0 | 13 | 443 | 77 | 107 |
| Binary | 11010110 | 10001000 | 11100100 | 110 | 101000 | 0 | 1011 | 100100011 | 111111 | 1000111 |
Color Harmonies of #D688E4
Complementary color
Monochromatic Colors of #D688E4
Black with #D688E4
Text Example
Text Example
White with #D688E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688E4; }
p { color: rgb(214,136,228); }
H1.HeaderClassName
{
color: #D688E4;
}
.AnyTagClassName
{
color: #D688E4;
}
</style>
background-color css
<style>
a { background-color: #D688E4; }
a { background-color: rgb(214,136,228); }
div.DivClassName
{
background-color: #D688E4;
}
.BgClassName
{
background-color: #D688E4;
}
</style>
border-color css
<style>
span { border-color: #D688E4; }
span { border-color: rgb(214,136,228); }
td.TdClassName
{
border-color: #D688E4;
}
.TagClassName
{
border-color: #D688E4;
}
</style>