Shades of Plum #D49BDA
Tints of Plum #D49BDA
RGB
CMYK
RGB Variations
Color information
#D49BDA (or 0xD49BDA) is known color: Plum. HEX triplet: D4, 9B and DA. RGB value is (212,155,218). Sum of RGB (Red+Green+Blue) = 212+155+218=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #D49BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BDA is #2B6425. Grayscale: #B3B3B3. Windows color (decimal): -2843686 or 14326740. OLE color: 14326740.
HSL color Cylindrical-coordinate representation of color #D49BDA: hue angle of 294.29º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49BDA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 155 | 218 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.15 |
| HSL | 294.29º | 0.46% | 0.73% | - |
| HSV(B) | 294.29º | 0.29% | 0.85% | - |
| XYZ | 51.53 | 42.5 | 71.82 | - |
| YUV | 179.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 218 | 0.03 | 0.29 | 0 | 0.15 | 294.29 | 0.46 | 0.73 |
| Hex | D4 | 9B | DA | 3 | 1D | 0 | F | 126 | 2E | 49 |
| Octal | 324 | 233 | 332 | 3 | 35 | 0 | 17 | 446 | 56 | 111 |
| Binary | 11010100 | 10011011 | 11011010 | 11 | 11101 | 0 | 1111 | 100100110 | 101110 | 1001001 |
Color Harmonies of #D49BDA
Complementary color
Monochromatic Colors of #D49BDA
Black with #D49BDA
Text Example
Text Example
White with #D49BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BDA; }
p { color: rgb(212,155,218); }
H1.HeaderClassName
{
color: #D49BDA;
}
.AnyTagClassName
{
color: #D49BDA;
}
</style>
background-color css
<style>
a { background-color: #D49BDA; }
a { background-color: rgb(212,155,218); }
div.DivClassName
{
background-color: #D49BDA;
}
.BgClassName
{
background-color: #D49BDA;
}
</style>
border-color css
<style>
span { border-color: #D49BDA; }
span { border-color: rgb(212,155,218); }
td.TdClassName
{
border-color: #D49BDA;
}
.TagClassName
{
border-color: #D49BDA;
}
</style>