Shades of Plum #D88CCD
Tints of Plum #D88CCD
RGB
CMYK
RGB Variations
Color information
#D88CCD (or 0xD88CCD) is known color: Plum. HEX triplet: D8, 8C and CD. RGB value is (216,140,205). Sum of RGB (Red+Green+Blue) = 216+140+205=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CCD is #277332. Grayscale: #A9A9A9. Windows color (decimal): -2585395 or 13470936. OLE color: 13470936.
HSL color Cylindrical-coordinate representation of color #D88CCD: hue angle of 308.68º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88CCD is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 205 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.15 |
| HSL | 308.68º | 0.49% | 0.7% | - |
| HSV(B) | 308.68º | 0.35% | 0.85% | - |
| XYZ | 48.72 | 37.76 | 62.48 | - |
| YUV | 170.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 205 | 0 | 0.35 | 0.05 | 0.15 | 308.68 | 0.49 | 0.7 |
| Hex | D8 | 8C | CD | 0 | 23 | 5 | F | 135 | 31 | 46 |
| Octal | 330 | 214 | 315 | 0 | 43 | 5 | 17 | 465 | 61 | 106 |
| Binary | 11011000 | 10001100 | 11001101 | 0 | 100011 | 101 | 1111 | 100110101 | 110001 | 1000110 |
Color Harmonies of #D88CCD
Complementary color
Monochromatic Colors of #D88CCD
Black with #D88CCD
Text Example
Text Example
White with #D88CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CCD; }
p { color: rgb(216,140,205); }
H1.HeaderClassName
{
color: #D88CCD;
}
.AnyTagClassName
{
color: #D88CCD;
}
</style>
background-color css
<style>
a { background-color: #D88CCD; }
a { background-color: rgb(216,140,205); }
div.DivClassName
{
background-color: #D88CCD;
}
.BgClassName
{
background-color: #D88CCD;
}
</style>
border-color css
<style>
span { border-color: #D88CCD; }
span { border-color: rgb(216,140,205); }
td.TdClassName
{
border-color: #D88CCD;
}
.TagClassName
{
border-color: #D88CCD;
}
</style>