Shades of Plum #D6AADF
Tints of Plum #D6AADF
RGB
CMYK
RGB Variations
Color information
#D6AADF (or 0xD6AADF) is known color: Plum. HEX triplet: D6, AA and DF. RGB value is (214,170,223). Sum of RGB (Red+Green+Blue) = 214+170+223=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AADF is #295520. Grayscale: #BDBDBD. Windows color (decimal): -2708769 or 14658262. OLE color: 14658262.
HSL color Cylindrical-coordinate representation of color #D6AADF: hue angle of 289.81º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6AADF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 170 | 223 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.13 |
| HSL | 289.81º | 0.45% | 0.77% | - |
| HSV(B) | 289.81º | 0.24% | 0.87% | - |
| XYZ | 55.43 | 48.37 | 76.23 | - |
| YUV | 189.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 223 | 0.04 | 0.24 | 0 | 0.13 | 289.81 | 0.45 | 0.77 |
| Hex | D6 | AA | DF | 4 | 18 | 0 | D | 122 | 2D | 4D |
| Octal | 326 | 252 | 337 | 4 | 30 | 0 | 15 | 442 | 55 | 115 |
| Binary | 11010110 | 10101010 | 11011111 | 100 | 11000 | 0 | 1101 | 100100010 | 101101 | 1001101 |
Color Harmonies of #D6AADF
Complementary color
Monochromatic Colors of #D6AADF
Black with #D6AADF
Text Example
Text Example
White with #D6AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AADF; }
p { color: rgb(214,170,223); }
H1.HeaderClassName
{
color: #D6AADF;
}
.AnyTagClassName
{
color: #D6AADF;
}
</style>
background-color css
<style>
a { background-color: #D6AADF; }
a { background-color: rgb(214,170,223); }
div.DivClassName
{
background-color: #D6AADF;
}
.BgClassName
{
background-color: #D6AADF;
}
</style>
border-color css
<style>
span { border-color: #D6AADF; }
span { border-color: rgb(214,170,223); }
td.TdClassName
{
border-color: #D6AADF;
}
.TagClassName
{
border-color: #D6AADF;
}
</style>