Shades of Plum #D69ADF
Tints of Plum #D69ADF
RGB
CMYK
RGB Variations
Color information
#D69ADF (or 0xD69ADF) is known color: Plum. HEX triplet: D6, 9A and DF. RGB value is (214,154,223). Sum of RGB (Red+Green+Blue) = 214+154+223=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D69ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADF is #296520. Grayscale: #B3B3B3. Windows color (decimal): -2712865 or 14654166. OLE color: 14654166.
HSL color Cylindrical-coordinate representation of color #D69ADF: hue angle of 292.17º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D69ADF is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 154 | 223 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.13 |
| HSL | 292.17º | 0.52% | 0.74% | - |
| HSV(B) | 292.17º | 0.31% | 0.87% | - |
| XYZ | 52.61 | 42.74 | 75.29 | - |
| YUV | 179.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 223 | 0.04 | 0.31 | 0 | 0.13 | 292.17 | 0.52 | 0.74 |
| Hex | D6 | 9A | DF | 4 | 1F | 0 | D | 124 | 34 | 4A |
| Octal | 326 | 232 | 337 | 4 | 37 | 0 | 15 | 444 | 64 | 112 |
| Binary | 11010110 | 10011010 | 11011111 | 100 | 11111 | 0 | 1101 | 100100100 | 110100 | 1001010 |
Color Harmonies of #D69ADF
Complementary color
Monochromatic Colors of #D69ADF
Black with #D69ADF
Text Example
Text Example
White with #D69ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69ADF; }
p { color: rgb(214,154,223); }
H1.HeaderClassName
{
color: #D69ADF;
}
.AnyTagClassName
{
color: #D69ADF;
}
</style>
background-color css
<style>
a { background-color: #D69ADF; }
a { background-color: rgb(214,154,223); }
div.DivClassName
{
background-color: #D69ADF;
}
.BgClassName
{
background-color: #D69ADF;
}
</style>
border-color css
<style>
span { border-color: #D69ADF; }
span { border-color: rgb(214,154,223); }
td.TdClassName
{
border-color: #D69ADF;
}
.TagClassName
{
border-color: #D69ADF;
}
</style>