Shades of Plum #D4A1DA
Tints of Plum #D4A1DA
RGB
CMYK
RGB Variations
Color information
#D4A1DA (or 0xD4A1DA) is known color: Plum. HEX triplet: D4, A1 and DA. RGB value is (212,161,218). Sum of RGB (Red+Green+Blue) = 212+161+218=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4A1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1DA is #2B5E25. Grayscale: #B6B6B6. Windows color (decimal): -2842150 or 14328276. OLE color: 14328276.
HSL color Cylindrical-coordinate representation of color #D4A1DA: hue angle of 293.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4A1DA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 161 | 218 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.15 |
| HSL | 293.68º | 0.44% | 0.74% | - |
| HSV(B) | 293.68º | 0.26% | 0.85% | - |
| XYZ | 52.55 | 44.55 | 72.16 | - |
| YUV | 182.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 218 | 0.03 | 0.26 | 0 | 0.15 | 293.68 | 0.44 | 0.74 |
| Hex | D4 | A1 | DA | 3 | 1A | 0 | F | 126 | 2C | 4A |
| Octal | 324 | 241 | 332 | 3 | 32 | 0 | 17 | 446 | 54 | 112 |
| Binary | 11010100 | 10100001 | 11011010 | 11 | 11010 | 0 | 1111 | 100100110 | 101100 | 1001010 |
Color Harmonies of #D4A1DA
Complementary color
Monochromatic Colors of #D4A1DA
Black with #D4A1DA
Text Example
Text Example
White with #D4A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A1DA; }
p { color: rgb(212,161,218); }
H1.HeaderClassName
{
color: #D4A1DA;
}
.AnyTagClassName
{
color: #D4A1DA;
}
</style>
background-color css
<style>
a { background-color: #D4A1DA; }
a { background-color: rgb(212,161,218); }
div.DivClassName
{
background-color: #D4A1DA;
}
.BgClassName
{
background-color: #D4A1DA;
}
</style>
border-color css
<style>
span { border-color: #D4A1DA; }
span { border-color: rgb(212,161,218); }
td.TdClassName
{
border-color: #D4A1DA;
}
.TagClassName
{
border-color: #D4A1DA;
}
</style>