Shades of Plum #D48BDB
Tints of Plum #D48BDB
RGB
CMYK
RGB Variations
Color information
#D48BDB (or 0xD48BDB) is known color: Plum. HEX triplet: D4, 8B and DB. RGB value is (212,139,219). Sum of RGB (Red+Green+Blue) = 212+139+219=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D48BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BDB is #2B7424. Grayscale: #A9A9A9. Windows color (decimal): -2847781 or 14388180. OLE color: 14388180.
HSL color Cylindrical-coordinate representation of color #D48BDB: hue angle of 294.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48BDB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 139 | 219 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.14 |
| HSL | 294.75º | 0.53% | 0.7% | - |
| HSV(B) | 294.75º | 0.37% | 0.86% | - |
| XYZ | 49.17 | 37.58 | 71.68 | - |
| YUV | 169.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 219 | 0.03 | 0.37 | 0 | 0.14 | 294.75 | 0.53 | 0.7 |
| Hex | D4 | 8B | DB | 3 | 25 | 0 | E | 127 | 35 | 46 |
| Octal | 324 | 213 | 333 | 3 | 45 | 0 | 16 | 447 | 65 | 106 |
| Binary | 11010100 | 10001011 | 11011011 | 11 | 100101 | 0 | 1110 | 100100111 | 110101 | 1000110 |
Color Harmonies of #D48BDB
Complementary color
Monochromatic Colors of #D48BDB
Black with #D48BDB
Text Example
Text Example
White with #D48BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BDB; }
p { color: rgb(212,139,219); }
H1.HeaderClassName
{
color: #D48BDB;
}
.AnyTagClassName
{
color: #D48BDB;
}
</style>
background-color css
<style>
a { background-color: #D48BDB; }
a { background-color: rgb(212,139,219); }
div.DivClassName
{
background-color: #D48BDB;
}
.BgClassName
{
background-color: #D48BDB;
}
</style>
border-color css
<style>
span { border-color: #D48BDB; }
span { border-color: rgb(212,139,219); }
td.TdClassName
{
border-color: #D48BDB;
}
.TagClassName
{
border-color: #D48BDB;
}
</style>