Shades of Plum #D69ADD
Tints of Plum #D69ADD
RGB
CMYK
RGB Variations
Color information
#D69ADD (or 0xD69ADD) is known color: Plum. HEX triplet: D6, 9A and DD. RGB value is (214,154,221). Sum of RGB (Red+Green+Blue) = 214+154+221=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADD is #296522. Grayscale: #B3B3B3. Windows color (decimal): -2712867 or 14523094. OLE color: 14523094.
HSL color Cylindrical-coordinate representation of color #D69ADD: hue angle of 293.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69ADD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 154 | 221 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.13 |
| HSL | 293.73º | 0.5% | 0.74% | - |
| HSV(B) | 293.73º | 0.3% | 0.87% | - |
| XYZ | 52.34 | 42.63 | 73.88 | - |
| YUV | 179.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 221 | 0.03 | 0.30 | 0 | 0.13 | 293.73 | 0.5 | 0.74 |
| Hex | D6 | 9A | DD | 3 | 1E | 0 | D | 126 | 32 | 4A |
| Octal | 326 | 232 | 335 | 3 | 36 | 0 | 15 | 446 | 62 | 112 |
| Binary | 11010110 | 10011010 | 11011101 | 11 | 11110 | 0 | 1101 | 100100110 | 110010 | 1001010 |
Color Harmonies of #D69ADD
Complementary color
Monochromatic Colors of #D69ADD
Black with #D69ADD
Text Example
Text Example
White with #D69ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69ADD; }
p { color: rgb(214,154,221); }
H1.HeaderClassName
{
color: #D69ADD;
}
.AnyTagClassName
{
color: #D69ADD;
}
</style>
background-color css
<style>
a { background-color: #D69ADD; }
a { background-color: rgb(214,154,221); }
div.DivClassName
{
background-color: #D69ADD;
}
.BgClassName
{
background-color: #D69ADD;
}
</style>
border-color css
<style>
span { border-color: #D69ADD; }
span { border-color: rgb(214,154,221); }
td.TdClassName
{
border-color: #D69ADD;
}
.TagClassName
{
border-color: #D69ADD;
}
</style>