Shades of Plum #D6A2D3
Tints of Plum #D6A2D3
RGB
CMYK
RGB Variations
Color information
#D6A2D3 (or 0xD6A2D3) is known color: Plum. HEX triplet: D6, A2 and D3. RGB value is (214,162,211). Sum of RGB (Red+Green+Blue) = 214+162+211=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2D3 is #295D2C. Grayscale: #B6B6B6. Windows color (decimal): -2710829 or 13869782. OLE color: 13869782.
HSL color Cylindrical-coordinate representation of color #D6A2D3: hue angle of 303.46º 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 #D6A2D3 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 211 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.16 |
| HSL | 303.46º | 0.39% | 0.74% | - |
| HSV(B) | 303.46º | 0.24% | 0.84% | - |
| XYZ | 52.41 | 44.84 | 67.52 | - |
| YUV | 183.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 211 | 0 | 0.24 | 0.01 | 0.16 | 303.46 | 0.39 | 0.74 |
| Hex | D6 | A2 | D3 | 0 | 18 | 1 | 10 | 12F | 27 | 4A |
| Octal | 326 | 242 | 323 | 0 | 30 | 1 | 20 | 457 | 47 | 112 |
| Binary | 11010110 | 10100010 | 11010011 | 0 | 11000 | 1 | 10000 | 100101111 | 100111 | 1001010 |
Color Harmonies of #D6A2D3
Complementary color
Monochromatic Colors of #D6A2D3
Black with #D6A2D3
Text Example
Text Example
White with #D6A2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A2D3; }
p { color: rgb(214,162,211); }
H1.HeaderClassName
{
color: #D6A2D3;
}
.AnyTagClassName
{
color: #D6A2D3;
}
</style>
background-color css
<style>
a { background-color: #D6A2D3; }
a { background-color: rgb(214,162,211); }
div.DivClassName
{
background-color: #D6A2D3;
}
.BgClassName
{
background-color: #D6A2D3;
}
</style>
border-color css
<style>
span { border-color: #D6A2D3; }
span { border-color: rgb(214,162,211); }
td.TdClassName
{
border-color: #D6A2D3;
}
.TagClassName
{
border-color: #D6A2D3;
}
</style>