Shades of Plum #D690E6
Tints of Plum #D690E6
RGB
CMYK
RGB Variations
Color information
#D690E6 (or 0xD690E6) is known color: Plum. HEX triplet: D6, 90 and E6. RGB value is (214,144,230). Sum of RGB (Red+Green+Blue) = 214+144+230=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #D690E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690E6 is #296F19. Grayscale: #AEAEAE. Windows color (decimal): -2715418 or 15110358. OLE color: 15110358.
HSL color Cylindrical-coordinate representation of color #D690E6: hue angle of 288.84º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D690E6 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 144 | 230 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.10 |
| HSL | 288.84º | 0.63% | 0.73% | - |
| HSV(B) | 288.84º | 0.37% | 0.9% | - |
| XYZ | 51.99 | 39.96 | 79.84 | - |
| YUV | 174.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 230 | 0.07 | 0.37 | 0 | 0.10 | 288.84 | 0.63 | 0.73 |
| Hex | D6 | 90 | E6 | 7 | 25 | 0 | A | 121 | 3F | 49 |
| Octal | 326 | 220 | 346 | 7 | 45 | 0 | 12 | 441 | 77 | 111 |
| Binary | 11010110 | 10010000 | 11100110 | 111 | 100101 | 0 | 1010 | 100100001 | 111111 | 1001001 |
Color Harmonies of #D690E6
Complementary color
Monochromatic Colors of #D690E6
Black with #D690E6
Text Example
Text Example
White with #D690E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690E6; }
p { color: rgb(214,144,230); }
H1.HeaderClassName
{
color: #D690E6;
}
.AnyTagClassName
{
color: #D690E6;
}
</style>
background-color css
<style>
a { background-color: #D690E6; }
a { background-color: rgb(214,144,230); }
div.DivClassName
{
background-color: #D690E6;
}
.BgClassName
{
background-color: #D690E6;
}
</style>
border-color css
<style>
span { border-color: #D690E6; }
span { border-color: rgb(214,144,230); }
td.TdClassName
{
border-color: #D690E6;
}
.TagClassName
{
border-color: #D690E6;
}
</style>