Shades of Plum #D1A2D6
Tints of Plum #D1A2D6
RGB
CMYK
RGB Variations
Color information
#D1A2D6 (or 0xD1A2D6) is known color: Plum. HEX triplet: D1, A2 and D6. RGB value is (209,162,214). Sum of RGB (Red+Green+Blue) = 209+162+214=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1A2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2D6 is #2E5D29. Grayscale: #B5B5B5. Windows color (decimal): -3038506 or 14066385. OLE color: 14066385.
HSL color Cylindrical-coordinate representation of color #D1A2D6: hue angle of 294.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1A2D6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 162 | 214 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.16 |
| HSL | 294.23º | 0.39% | 0.74% | - |
| HSV(B) | 294.23º | 0.24% | 0.84% | - |
| XYZ | 51.35 | 44.25 | 69.45 | - |
| YUV | 181.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 214 | 0.02 | 0.24 | 0 | 0.16 | 294.23 | 0.39 | 0.74 |
| Hex | D1 | A2 | D6 | 2 | 18 | 0 | 10 | 126 | 27 | 4A |
| Octal | 321 | 242 | 326 | 2 | 30 | 0 | 20 | 446 | 47 | 112 |
| Binary | 11010001 | 10100010 | 11010110 | 10 | 11000 | 0 | 10000 | 100100110 | 100111 | 1001010 |
Color Harmonies of #D1A2D6
Complementary color
Monochromatic Colors of #D1A2D6
Black with #D1A2D6
Text Example
Text Example
White with #D1A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A2D6; }
p { color: rgb(209,162,214); }
H1.HeaderClassName
{
color: #D1A2D6;
}
.AnyTagClassName
{
color: #D1A2D6;
}
</style>
background-color css
<style>
a { background-color: #D1A2D6; }
a { background-color: rgb(209,162,214); }
div.DivClassName
{
background-color: #D1A2D6;
}
.BgClassName
{
background-color: #D1A2D6;
}
</style>
border-color css
<style>
span { border-color: #D1A2D6; }
span { border-color: rgb(209,162,214); }
td.TdClassName
{
border-color: #D1A2D6;
}
.TagClassName
{
border-color: #D1A2D6;
}
</style>