Shades of Plum #D88FDD
Tints of Plum #D88FDD
RGB
CMYK
RGB Variations
Color information
#D88FDD (or 0xD88FDD) is known color: Plum. HEX triplet: D8, 8F and DD. RGB value is (216,143,221). Sum of RGB (Red+Green+Blue) = 216+143+221=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D88FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FDD is #277022. Grayscale: #ADADAD. Windows color (decimal): -2584611 or 14520280. OLE color: 14520280.
HSL color Cylindrical-coordinate representation of color #D88FDD: hue angle of 296.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88FDD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 143 | 221 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.13 |
| HSL | 296.15º | 0.53% | 0.71% | - |
| HSV(B) | 296.15º | 0.35% | 0.87% | - |
| XYZ | 51.19 | 39.46 | 73.33 | - |
| YUV | 173.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 221 | 0.02 | 0.35 | 0 | 0.13 | 296.15 | 0.53 | 0.71 |
| Hex | D8 | 8F | DD | 2 | 23 | 0 | D | 128 | 35 | 47 |
| Octal | 330 | 217 | 335 | 2 | 43 | 0 | 15 | 450 | 65 | 107 |
| Binary | 11011000 | 10001111 | 11011101 | 10 | 100011 | 0 | 1101 | 100101000 | 110101 | 1000111 |
Color Harmonies of #D88FDD
Complementary color
Monochromatic Colors of #D88FDD
Black with #D88FDD
Text Example
Text Example
White with #D88FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88FDD; }
p { color: rgb(216,143,221); }
H1.HeaderClassName
{
color: #D88FDD;
}
.AnyTagClassName
{
color: #D88FDD;
}
</style>
background-color css
<style>
a { background-color: #D88FDD; }
a { background-color: rgb(216,143,221); }
div.DivClassName
{
background-color: #D88FDD;
}
.BgClassName
{
background-color: #D88FDD;
}
</style>
border-color css
<style>
span { border-color: #D88FDD; }
span { border-color: rgb(216,143,221); }
td.TdClassName
{
border-color: #D88FDD;
}
.TagClassName
{
border-color: #D88FDD;
}
</style>