Shades of Plum #D996E6
Tints of Plum #D996E6
RGB
CMYK
RGB Variations
Color information
#D996E6 (or 0xD996E6) is known color: Plum. HEX triplet: D9, 96 and E6. RGB value is (217,150,230). Sum of RGB (Red+Green+Blue) = 217+150+230=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #D996E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996E6 is #266919. Grayscale: #B2B2B2. Windows color (decimal): -2517274 or 15111897. OLE color: 15111897.
HSL color Cylindrical-coordinate representation of color #D996E6: hue angle of 290.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D996E6 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 150 | 230 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.10 |
| HSL | 290.25º | 0.62% | 0.75% | - |
| HSV(B) | 290.25º | 0.35% | 0.9% | - |
| XYZ | 53.8 | 42.28 | 80.19 | - |
| YUV | 179.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 230 | 0.06 | 0.35 | 0 | 0.10 | 290.25 | 0.62 | 0.75 |
| Hex | D9 | 96 | E6 | 6 | 23 | 0 | A | 122 | 3E | 4B |
| Octal | 331 | 226 | 346 | 6 | 43 | 0 | 12 | 442 | 76 | 113 |
| Binary | 11011001 | 10010110 | 11100110 | 110 | 100011 | 0 | 1010 | 100100010 | 111110 | 1001011 |
Color Harmonies of #D996E6
Complementary color
Monochromatic Colors of #D996E6
Black with #D996E6
Text Example
Text Example
White with #D996E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996E6; }
p { color: rgb(217,150,230); }
H1.HeaderClassName
{
color: #D996E6;
}
.AnyTagClassName
{
color: #D996E6;
}
</style>
background-color css
<style>
a { background-color: #D996E6; }
a { background-color: rgb(217,150,230); }
div.DivClassName
{
background-color: #D996E6;
}
.BgClassName
{
background-color: #D996E6;
}
</style>
border-color css
<style>
span { border-color: #D996E6; }
span { border-color: rgb(217,150,230); }
td.TdClassName
{
border-color: #D996E6;
}
.TagClassName
{
border-color: #D996E6;
}
</style>