Shades of Plum #D690DD
Tints of Plum #D690DD
RGB
CMYK
RGB Variations
Color information
#D690DD (or 0xD690DD) is known color: Plum. HEX triplet: D6, 90 and DD. RGB value is (214,144,221). Sum of RGB (Red+Green+Blue) = 214+144+221=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D690DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690DD is #296F22. Grayscale: #ADADAD. Windows color (decimal): -2715427 or 14520534. OLE color: 14520534.
HSL color Cylindrical-coordinate representation of color #D690DD: hue angle of 294.55º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D690DD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 144 | 221 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.13 |
| HSL | 294.55º | 0.53% | 0.72% | - |
| HSV(B) | 294.55º | 0.35% | 0.87% | - |
| XYZ | 50.76 | 39.46 | 73.35 | - |
| YUV | 173.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 221 | 0.03 | 0.35 | 0 | 0.13 | 294.55 | 0.53 | 0.72 |
| Hex | D6 | 90 | DD | 3 | 23 | 0 | D | 127 | 35 | 48 |
| Octal | 326 | 220 | 335 | 3 | 43 | 0 | 15 | 447 | 65 | 110 |
| Binary | 11010110 | 10010000 | 11011101 | 11 | 100011 | 0 | 1101 | 100100111 | 110101 | 1001000 |
Color Harmonies of #D690DD
Complementary color
Monochromatic Colors of #D690DD
Black with #D690DD
Text Example
Text Example
White with #D690DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690DD; }
p { color: rgb(214,144,221); }
H1.HeaderClassName
{
color: #D690DD;
}
.AnyTagClassName
{
color: #D690DD;
}
</style>
background-color css
<style>
a { background-color: #D690DD; }
a { background-color: rgb(214,144,221); }
div.DivClassName
{
background-color: #D690DD;
}
.BgClassName
{
background-color: #D690DD;
}
</style>
border-color css
<style>
span { border-color: #D690DD; }
span { border-color: rgb(214,144,221); }
td.TdClassName
{
border-color: #D690DD;
}
.TagClassName
{
border-color: #D690DD;
}
</style>