Shades of Plum #D6AADB
Tints of Plum #D6AADB
RGB
CMYK
RGB Variations
Color information
#D6AADB (or 0xD6AADB) is known color: Plum. HEX triplet: D6, AA and DB. RGB value is (214,170,219). Sum of RGB (Red+Green+Blue) = 214+170+219=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AADB is #295524. Grayscale: #BCBCBC. Windows color (decimal): -2708773 or 14396118. OLE color: 14396118.
HSL color Cylindrical-coordinate representation of color #D6AADB: hue angle of 293.88º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6AADB is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 170 | 219 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.14 |
| HSL | 293.88º | 0.4% | 0.76% | - |
| HSV(B) | 293.88º | 0.22% | 0.86% | - |
| XYZ | 54.89 | 48.16 | 73.42 | - |
| YUV | 188.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 219 | 0.02 | 0.22 | 0 | 0.14 | 293.88 | 0.4 | 0.76 |
| Hex | D6 | AA | DB | 2 | 16 | 0 | E | 126 | 28 | 4C |
| Octal | 326 | 252 | 333 | 2 | 26 | 0 | 16 | 446 | 50 | 114 |
| Binary | 11010110 | 10101010 | 11011011 | 10 | 10110 | 0 | 1110 | 100100110 | 101000 | 1001100 |
Color Harmonies of #D6AADB
Complementary color
Monochromatic Colors of #D6AADB
Black with #D6AADB
Text Example
Text Example
White with #D6AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AADB; }
p { color: rgb(214,170,219); }
H1.HeaderClassName
{
color: #D6AADB;
}
.AnyTagClassName
{
color: #D6AADB;
}
</style>
background-color css
<style>
a { background-color: #D6AADB; }
a { background-color: rgb(214,170,219); }
div.DivClassName
{
background-color: #D6AADB;
}
.BgClassName
{
background-color: #D6AADB;
}
</style>
border-color css
<style>
span { border-color: #D6AADB; }
span { border-color: rgb(214,170,219); }
td.TdClassName
{
border-color: #D6AADB;
}
.TagClassName
{
border-color: #D6AADB;
}
</style>