Shades of Plum #D690DA
Tints of Plum #D690DA
RGB
CMYK
RGB Variations
Color information
#D690DA (or 0xD690DA) is known color: Plum. HEX triplet: D6, 90 and DA. RGB value is (214,144,218). Sum of RGB (Red+Green+Blue) = 214+144+218=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D690DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690DA is #296F25. Grayscale: #ADADAD. Windows color (decimal): -2715430 or 14323926. OLE color: 14323926.
HSL color Cylindrical-coordinate representation of color #D690DA: hue angle of 296.76º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D690DA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 144 | 218 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.15 |
| HSL | 296.76º | 0.5% | 0.71% | - |
| HSV(B) | 296.76º | 0.34% | 0.85% | - |
| XYZ | 50.36 | 39.3 | 71.26 | - |
| YUV | 173.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 218 | 0.02 | 0.34 | 0 | 0.15 | 296.76 | 0.5 | 0.71 |
| Hex | D6 | 90 | DA | 2 | 22 | 0 | F | 129 | 32 | 47 |
| Octal | 326 | 220 | 332 | 2 | 42 | 0 | 17 | 451 | 62 | 107 |
| Binary | 11010110 | 10010000 | 11011010 | 10 | 100010 | 0 | 1111 | 100101001 | 110010 | 1000111 |
Color Harmonies of #D690DA
Complementary color
Monochromatic Colors of #D690DA
Black with #D690DA
Text Example
Text Example
White with #D690DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690DA; }
p { color: rgb(214,144,218); }
H1.HeaderClassName
{
color: #D690DA;
}
.AnyTagClassName
{
color: #D690DA;
}
</style>
background-color css
<style>
a { background-color: #D690DA; }
a { background-color: rgb(214,144,218); }
div.DivClassName
{
background-color: #D690DA;
}
.BgClassName
{
background-color: #D690DA;
}
</style>
border-color css
<style>
span { border-color: #D690DA; }
span { border-color: rgb(214,144,218); }
td.TdClassName
{
border-color: #D690DA;
}
.TagClassName
{
border-color: #D690DA;
}
</style>