Shades of Plum #D99CCD
Tints of Plum #D99CCD
RGB
CMYK
RGB Variations
Color information
#D99CCD (or 0xD99CCD) is known color: Plum. HEX triplet: D9, 9C and CD. RGB value is (217,156,205). Sum of RGB (Red+Green+Blue) = 217+156+205=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CCD is #266332. Grayscale: #B3B3B3. Windows color (decimal): -2515763 or 13475033. OLE color: 13475033.
HSL color Cylindrical-coordinate representation of color #D99CCD: hue angle of 311.8º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CCD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 205 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 311.8º | 0.45% | 0.73% | - |
| HSV(B) | 311.8º | 0.28% | 0.85% | - |
| XYZ | 51.52 | 42.94 | 63.33 | - |
| YUV | 179.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 205 | 0 | 0.28 | 0.06 | 0.15 | 311.8 | 0.45 | 0.73 |
| Hex | D9 | 9C | CD | 0 | 1C | 6 | F | 138 | 2D | 49 |
| Octal | 331 | 234 | 315 | 0 | 34 | 6 | 17 | 470 | 55 | 111 |
| Binary | 11011001 | 10011100 | 11001101 | 0 | 11100 | 110 | 1111 | 100111000 | 101101 | 1001001 |
Color Harmonies of #D99CCD
Complementary color
Monochromatic Colors of #D99CCD
Black with #D99CCD
Text Example
Text Example
White with #D99CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CCD; }
p { color: rgb(217,156,205); }
H1.HeaderClassName
{
color: #D99CCD;
}
.AnyTagClassName
{
color: #D99CCD;
}
</style>
background-color css
<style>
a { background-color: #D99CCD; }
a { background-color: rgb(217,156,205); }
div.DivClassName
{
background-color: #D99CCD;
}
.BgClassName
{
background-color: #D99CCD;
}
</style>
border-color css
<style>
span { border-color: #D99CCD; }
span { border-color: rgb(217,156,205); }
td.TdClassName
{
border-color: #D99CCD;
}
.TagClassName
{
border-color: #D99CCD;
}
</style>