Shades of Plum #D995DC
Tints of Plum #D995DC
RGB
CMYK
RGB Variations
Color information
#D995DC (or 0xD995DC) is known color: Plum. HEX triplet: D9, 95 and DC. RGB value is (217,149,220). Sum of RGB (Red+Green+Blue) = 217+149+220=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D995DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995DC is #266A23. Grayscale: #B1B1B1. Windows color (decimal): -2517540 or 14456281. OLE color: 14456281.
HSL color Cylindrical-coordinate representation of color #D995DC: hue angle of 297.46º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D995DC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 149 | 220 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.14 |
| HSL | 297.46º | 0.5% | 0.72% | - |
| HSV(B) | 297.46º | 0.32% | 0.86% | - |
| XYZ | 52.28 | 41.41 | 72.95 | - |
| YUV | 177.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 220 | 0.01 | 0.32 | 0 | 0.14 | 297.46 | 0.5 | 0.72 |
| Hex | D9 | 95 | DC | 1 | 20 | 0 | E | 129 | 32 | 48 |
| Octal | 331 | 225 | 334 | 1 | 40 | 0 | 16 | 451 | 62 | 110 |
| Binary | 11011001 | 10010101 | 11011100 | 1 | 100000 | 0 | 1110 | 100101001 | 110010 | 1001000 |
Color Harmonies of #D995DC
Complementary color
Monochromatic Colors of #D995DC
Black with #D995DC
Text Example
Text Example
White with #D995DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995DC; }
p { color: rgb(217,149,220); }
H1.HeaderClassName
{
color: #D995DC;
}
.AnyTagClassName
{
color: #D995DC;
}
</style>
background-color css
<style>
a { background-color: #D995DC; }
a { background-color: rgb(217,149,220); }
div.DivClassName
{
background-color: #D995DC;
}
.BgClassName
{
background-color: #D995DC;
}
</style>
border-color css
<style>
span { border-color: #D995DC; }
span { border-color: rgb(217,149,220); }
td.TdClassName
{
border-color: #D995DC;
}
.TagClassName
{
border-color: #D995DC;
}
</style>