Shades of Plum #D888DD
Tints of Plum #D888DD
RGB
CMYK
RGB Variations
Color information
#D888DD (or 0xD888DD) is known color: Plum. HEX triplet: D8, 88 and DD. RGB value is (216,136,221). Sum of RGB (Red+Green+Blue) = 216+136+221=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D888DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888DD is #277722. Grayscale: #A9A9A9. Windows color (decimal): -2586403 or 14518488. OLE color: 14518488.
HSL color Cylindrical-coordinate representation of color #D888DD: hue angle of 296.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D888DD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 136 | 221 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.13 |
| HSL | 296.47º | 0.56% | 0.7% | - |
| HSV(B) | 296.47º | 0.38% | 0.87% | - |
| XYZ | 50.17 | 37.43 | 72.99 | - |
| YUV | 169.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 221 | 0.02 | 0.38 | 0 | 0.13 | 296.47 | 0.56 | 0.7 |
| Hex | D8 | 88 | DD | 2 | 26 | 0 | D | 128 | 38 | 46 |
| Octal | 330 | 210 | 335 | 2 | 46 | 0 | 15 | 450 | 70 | 106 |
| Binary | 11011000 | 10001000 | 11011101 | 10 | 100110 | 0 | 1101 | 100101000 | 111000 | 1000110 |
Color Harmonies of #D888DD
Complementary color
Monochromatic Colors of #D888DD
Black with #D888DD
Text Example
Text Example
White with #D888DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D888DD; }
p { color: rgb(216,136,221); }
H1.HeaderClassName
{
color: #D888DD;
}
.AnyTagClassName
{
color: #D888DD;
}
</style>
background-color css
<style>
a { background-color: #D888DD; }
a { background-color: rgb(216,136,221); }
div.DivClassName
{
background-color: #D888DD;
}
.BgClassName
{
background-color: #D888DD;
}
</style>
border-color css
<style>
span { border-color: #D888DD; }
span { border-color: rgb(216,136,221); }
td.TdClassName
{
border-color: #D888DD;
}
.TagClassName
{
border-color: #D888DD;
}
</style>