Shades of Plum #D4A2D6
Tints of Plum #D4A2D6
RGB
CMYK
RGB Variations
Color information
#D4A2D6 (or 0xD4A2D6) is known color: Plum. HEX triplet: D4, A2 and D6. RGB value is (212,162,214). Sum of RGB (Red+Green+Blue) = 212+162+214=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #D4A2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2D6 is #2B5D29. Grayscale: #B6B6B6. Windows color (decimal): -2841898 or 14066388. OLE color: 14066388.
HSL color Cylindrical-coordinate representation of color #D4A2D6: hue angle of 297.69º 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 #D4A2D6 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 162 | 214 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.16 |
| HSL | 297.69º | 0.39% | 0.74% | - |
| HSV(B) | 297.69º | 0.24% | 0.84% | - |
| XYZ | 52.21 | 44.69 | 69.49 | - |
| YUV | 182.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 214 | 0.01 | 0.24 | 0 | 0.16 | 297.69 | 0.39 | 0.74 |
| Hex | D4 | A2 | D6 | 1 | 18 | 0 | 10 | 12A | 27 | 4A |
| Octal | 324 | 242 | 326 | 1 | 30 | 0 | 20 | 452 | 47 | 112 |
| Binary | 11010100 | 10100010 | 11010110 | 1 | 11000 | 0 | 10000 | 100101010 | 100111 | 1001010 |
Color Harmonies of #D4A2D6
Complementary color
Monochromatic Colors of #D4A2D6
Black with #D4A2D6
Text Example
Text Example
White with #D4A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A2D6; }
p { color: rgb(212,162,214); }
H1.HeaderClassName
{
color: #D4A2D6;
}
.AnyTagClassName
{
color: #D4A2D6;
}
</style>
background-color css
<style>
a { background-color: #D4A2D6; }
a { background-color: rgb(212,162,214); }
div.DivClassName
{
background-color: #D4A2D6;
}
.BgClassName
{
background-color: #D4A2D6;
}
</style>
border-color css
<style>
span { border-color: #D4A2D6; }
span { border-color: rgb(212,162,214); }
td.TdClassName
{
border-color: #D4A2D6;
}
.TagClassName
{
border-color: #D4A2D6;
}
</style>