Shades of Plum #D49BDF
Tints of Plum #D49BDF
RGB
CMYK
RGB Variations
Color information
#D49BDF (or 0xD49BDF) is known color: Plum. HEX triplet: D4, 9B and DF. RGB value is (212,155,223). Sum of RGB (Red+Green+Blue) = 212+155+223=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D49BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BDF is #2B6420. Grayscale: #B3B3B3. Windows color (decimal): -2843681 or 14654420. OLE color: 14654420.
HSL color Cylindrical-coordinate representation of color #D49BDF: hue angle of 290.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49BDF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 155 | 223 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 290.29º | 0.52% | 0.74% | - |
| HSV(B) | 290.29º | 0.3% | 0.87% | - |
| XYZ | 52.19 | 42.77 | 75.32 | - |
| YUV | 179.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 223 | 0.05 | 0.30 | 0 | 0.13 | 290.29 | 0.52 | 0.74 |
| Hex | D4 | 9B | DF | 5 | 1E | 0 | D | 122 | 34 | 4A |
| Octal | 324 | 233 | 337 | 5 | 36 | 0 | 15 | 442 | 64 | 112 |
| Binary | 11010100 | 10011011 | 11011111 | 101 | 11110 | 0 | 1101 | 100100010 | 110100 | 1001010 |
Color Harmonies of #D49BDF
Complementary color
Monochromatic Colors of #D49BDF
Black with #D49BDF
Text Example
Text Example
White with #D49BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BDF; }
p { color: rgb(212,155,223); }
H1.HeaderClassName
{
color: #D49BDF;
}
.AnyTagClassName
{
color: #D49BDF;
}
</style>
background-color css
<style>
a { background-color: #D49BDF; }
a { background-color: rgb(212,155,223); }
div.DivClassName
{
background-color: #D49BDF;
}
.BgClassName
{
background-color: #D49BDF;
}
</style>
border-color css
<style>
span { border-color: #D49BDF; }
span { border-color: rgb(212,155,223); }
td.TdClassName
{
border-color: #D49BDF;
}
.TagClassName
{
border-color: #D49BDF;
}
</style>