Shades of Plum #D690E1
Tints of Plum #D690E1
RGB
CMYK
RGB Variations
Color information
#D690E1 (or 0xD690E1) is known color: Plum. HEX triplet: D6, 90 and E1. RGB value is (214,144,225). Sum of RGB (Red+Green+Blue) = 214+144+225=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #D690E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690E1 is #296F1E. Grayscale: #ADADAD. Windows color (decimal): -2715423 or 14782678. OLE color: 14782678.
HSL color Cylindrical-coordinate representation of color #D690E1: hue angle of 291.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D690E1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 144 | 225 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.12 |
| HSL | 291.85º | 0.57% | 0.72% | - |
| HSV(B) | 291.85º | 0.36% | 0.88% | - |
| XYZ | 51.3 | 39.68 | 76.19 | - |
| YUV | 174.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 225 | 0.05 | 0.36 | 0 | 0.12 | 291.85 | 0.57 | 0.72 |
| Hex | D6 | 90 | E1 | 5 | 24 | 0 | C | 124 | 39 | 48 |
| Octal | 326 | 220 | 341 | 5 | 44 | 0 | 14 | 444 | 71 | 110 |
| Binary | 11010110 | 10010000 | 11100001 | 101 | 100100 | 0 | 1100 | 100100100 | 111001 | 1001000 |
Color Harmonies of #D690E1
Complementary color
Monochromatic Colors of #D690E1
Black with #D690E1
Text Example
Text Example
White with #D690E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690E1; }
p { color: rgb(214,144,225); }
H1.HeaderClassName
{
color: #D690E1;
}
.AnyTagClassName
{
color: #D690E1;
}
</style>
background-color css
<style>
a { background-color: #D690E1; }
a { background-color: rgb(214,144,225); }
div.DivClassName
{
background-color: #D690E1;
}
.BgClassName
{
background-color: #D690E1;
}
</style>
border-color css
<style>
span { border-color: #D690E1; }
span { border-color: rgb(214,144,225); }
td.TdClassName
{
border-color: #D690E1;
}
.TagClassName
{
border-color: #D690E1;
}
</style>