Shades of Plum #D88FDB
Tints of Plum #D88FDB
RGB
CMYK
RGB Variations
Color information
#D88FDB (or 0xD88FDB) is known color: Plum. HEX triplet: D8, 8F and DB. RGB value is (216,143,219). Sum of RGB (Red+Green+Blue) = 216+143+219=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D88FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FDB is #277024. Grayscale: #ADADAD. Windows color (decimal): -2584613 or 14389208. OLE color: 14389208.
HSL color Cylindrical-coordinate representation of color #D88FDB: hue angle of 297.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88FDB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 143 | 219 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.14 |
| HSL | 297.63º | 0.51% | 0.71% | - |
| HSV(B) | 297.63º | 0.35% | 0.86% | - |
| XYZ | 50.93 | 39.36 | 71.93 | - |
| YUV | 173.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 219 | 0.01 | 0.35 | 0 | 0.14 | 297.63 | 0.51 | 0.71 |
| Hex | D8 | 8F | DB | 1 | 23 | 0 | E | 12A | 33 | 47 |
| Octal | 330 | 217 | 333 | 1 | 43 | 0 | 16 | 452 | 63 | 107 |
| Binary | 11011000 | 10001111 | 11011011 | 1 | 100011 | 0 | 1110 | 100101010 | 110011 | 1000111 |
Color Harmonies of #D88FDB
Complementary color
Monochromatic Colors of #D88FDB
Black with #D88FDB
Text Example
Text Example
White with #D88FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88FDB; }
p { color: rgb(216,143,219); }
H1.HeaderClassName
{
color: #D88FDB;
}
.AnyTagClassName
{
color: #D88FDB;
}
</style>
background-color css
<style>
a { background-color: #D88FDB; }
a { background-color: rgb(216,143,219); }
div.DivClassName
{
background-color: #D88FDB;
}
.BgClassName
{
background-color: #D88FDB;
}
</style>
border-color css
<style>
span { border-color: #D88FDB; }
span { border-color: rgb(216,143,219); }
td.TdClassName
{
border-color: #D88FDB;
}
.TagClassName
{
border-color: #D88FDB;
}
</style>