Shades of Plum #D4A3D5
Tints of Plum #D4A3D5
RGB
CMYK
RGB Variations
Color information
#D4A3D5 (or 0xD4A3D5) is known color: Plum. HEX triplet: D4, A3 and D5. RGB value is (212,163,213). Sum of RGB (Red+Green+Blue) = 212+163+213=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4A3D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3D5 is #2B5C2A. Grayscale: #B7B7B7. Windows color (decimal): -2841643 or 14001108. OLE color: 14001108.
HSL color Cylindrical-coordinate representation of color #D4A3D5: hue angle of 298.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A3D5 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 163 | 213 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.16 |
| HSL | 298.8º | 0.37% | 0.74% | - |
| HSV(B) | 298.8º | 0.23% | 0.84% | - |
| XYZ | 52.26 | 45 | 68.88 | - |
| YUV | 183.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 213 | 0.00 | 0.23 | 0 | 0.16 | 298.8 | 0.37 | 0.74 |
| Hex | D4 | A3 | D5 | 0 | 17 | 0 | 10 | 12B | 25 | 4A |
| Octal | 324 | 243 | 325 | 0 | 27 | 0 | 20 | 453 | 45 | 112 |
| Binary | 11010100 | 10100011 | 11010101 | 0 | 10111 | 0 | 10000 | 100101011 | 100101 | 1001010 |
Color Harmonies of #D4A3D5
Complementary color
Monochromatic Colors of #D4A3D5
Black with #D4A3D5
Text Example
Text Example
White with #D4A3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3D5; }
p { color: rgb(212,163,213); }
H1.HeaderClassName
{
color: #D4A3D5;
}
.AnyTagClassName
{
color: #D4A3D5;
}
</style>
background-color css
<style>
a { background-color: #D4A3D5; }
a { background-color: rgb(212,163,213); }
div.DivClassName
{
background-color: #D4A3D5;
}
.BgClassName
{
background-color: #D4A3D5;
}
</style>
border-color css
<style>
span { border-color: #D4A3D5; }
span { border-color: rgb(212,163,213); }
td.TdClassName
{
border-color: #D4A3D5;
}
.TagClassName
{
border-color: #D4A3D5;
}
</style>