Shades of Plum #D48DDB
Tints of Plum #D48DDB
RGB
CMYK
RGB Variations
Color information
#D48DDB (or 0xD48DDB) is known color: Plum. HEX triplet: D4, 8D and DB. RGB value is (212,141,219). Sum of RGB (Red+Green+Blue) = 212+141+219=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D48DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DDB is #2B7224. Grayscale: #AAAAAA. Windows color (decimal): -2847269 or 14388692. OLE color: 14388692.
HSL color Cylindrical-coordinate representation of color #D48DDB: hue angle of 294.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48DDB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 141 | 219 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.14 |
| HSL | 294.62º | 0.52% | 0.71% | - |
| HSV(B) | 294.62º | 0.36% | 0.86% | - |
| XYZ | 49.46 | 38.16 | 71.78 | - |
| YUV | 171.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 219 | 0.03 | 0.36 | 0 | 0.14 | 294.62 | 0.52 | 0.71 |
| Hex | D4 | 8D | DB | 3 | 24 | 0 | E | 127 | 34 | 47 |
| Octal | 324 | 215 | 333 | 3 | 44 | 0 | 16 | 447 | 64 | 107 |
| Binary | 11010100 | 10001101 | 11011011 | 11 | 100100 | 0 | 1110 | 100100111 | 110100 | 1000111 |
Color Harmonies of #D48DDB
Complementary color
Monochromatic Colors of #D48DDB
Black with #D48DDB
Text Example
Text Example
White with #D48DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DDB; }
p { color: rgb(212,141,219); }
H1.HeaderClassName
{
color: #D48DDB;
}
.AnyTagClassName
{
color: #D48DDB;
}
</style>
background-color css
<style>
a { background-color: #D48DDB; }
a { background-color: rgb(212,141,219); }
div.DivClassName
{
background-color: #D48DDB;
}
.BgClassName
{
background-color: #D48DDB;
}
</style>
border-color css
<style>
span { border-color: #D48DDB; }
span { border-color: rgb(212,141,219); }
td.TdClassName
{
border-color: #D48DDB;
}
.TagClassName
{
border-color: #D48DDB;
}
</style>