Shades of Plum #D88FCD
Tints of Plum #D88FCD
RGB
CMYK
RGB Variations
Color information
#D88FCD (or 0xD88FCD) is known color: Plum. HEX triplet: D8, 8F and CD. RGB value is (216,143,205). Sum of RGB (Red+Green+Blue) = 216+143+205=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FCD is #277032. Grayscale: #ABABAB. Windows color (decimal): -2584627 or 13471704. OLE color: 13471704.
HSL color Cylindrical-coordinate representation of color #D88FCD: hue angle of 309.04º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88FCD is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 205 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.15 |
| HSL | 309.04º | 0.48% | 0.7% | - |
| HSV(B) | 309.04º | 0.34% | 0.85% | - |
| XYZ | 49.16 | 38.65 | 62.63 | - |
| YUV | 171.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 205 | 0 | 0.34 | 0.05 | 0.15 | 309.04 | 0.48 | 0.7 |
| Hex | D8 | 8F | CD | 0 | 22 | 5 | F | 135 | 30 | 46 |
| Octal | 330 | 217 | 315 | 0 | 42 | 5 | 17 | 465 | 60 | 106 |
| Binary | 11011000 | 10001111 | 11001101 | 0 | 100010 | 101 | 1111 | 100110101 | 110000 | 1000110 |
Color Harmonies of #D88FCD
Complementary color
Monochromatic Colors of #D88FCD
Black with #D88FCD
Text Example
Text Example
White with #D88FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88FCD; }
p { color: rgb(216,143,205); }
H1.HeaderClassName
{
color: #D88FCD;
}
.AnyTagClassName
{
color: #D88FCD;
}
</style>
background-color css
<style>
a { background-color: #D88FCD; }
a { background-color: rgb(216,143,205); }
div.DivClassName
{
background-color: #D88FCD;
}
.BgClassName
{
background-color: #D88FCD;
}
</style>
border-color css
<style>
span { border-color: #D88FCD; }
span { border-color: rgb(216,143,205); }
td.TdClassName
{
border-color: #D88FCD;
}
.TagClassName
{
border-color: #D88FCD;
}
</style>