Shades of Plum #D88CDF
Tints of Plum #D88CDF
RGB
CMYK
RGB Variations
Color information
#D88CDF (or 0xD88CDF) is known color: Plum. HEX triplet: D8, 8C and DF. RGB value is (216,140,223). Sum of RGB (Red+Green+Blue) = 216+140+223=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #D88CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CDF is #277320. Grayscale: #ABABAB. Windows color (decimal): -2585377 or 14650584. OLE color: 14650584.
HSL color Cylindrical-coordinate representation of color #D88CDF: hue angle of 294.94º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D88CDF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 140 | 223 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.13 |
| HSL | 294.94º | 0.56% | 0.71% | - |
| HSV(B) | 294.94º | 0.37% | 0.87% | - |
| XYZ | 51.02 | 38.68 | 74.59 | - |
| YUV | 172.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 223 | 0.03 | 0.37 | 0 | 0.13 | 294.94 | 0.56 | 0.71 |
| Hex | D8 | 8C | DF | 3 | 25 | 0 | D | 127 | 38 | 47 |
| Octal | 330 | 214 | 337 | 3 | 45 | 0 | 15 | 447 | 70 | 107 |
| Binary | 11011000 | 10001100 | 11011111 | 11 | 100101 | 0 | 1101 | 100100111 | 111000 | 1000111 |
Color Harmonies of #D88CDF
Complementary color
Monochromatic Colors of #D88CDF
Black with #D88CDF
Text Example
Text Example
White with #D88CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CDF; }
p { color: rgb(216,140,223); }
H1.HeaderClassName
{
color: #D88CDF;
}
.AnyTagClassName
{
color: #D88CDF;
}
</style>
background-color css
<style>
a { background-color: #D88CDF; }
a { background-color: rgb(216,140,223); }
div.DivClassName
{
background-color: #D88CDF;
}
.BgClassName
{
background-color: #D88CDF;
}
</style>
border-color css
<style>
span { border-color: #D88CDF; }
span { border-color: rgb(216,140,223); }
td.TdClassName
{
border-color: #D88CDF;
}
.TagClassName
{
border-color: #D88CDF;
}
</style>