Shades of Plum #D995E6
Tints of Plum #D995E6
RGB
CMYK
RGB Variations
Color information
#D995E6 (or 0xD995E6) is known color: Plum. HEX triplet: D9, 95 and E6. RGB value is (217,149,230). Sum of RGB (Red+Green+Blue) = 217+149+230=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #D995E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995E6 is #266A19. Grayscale: #B2B2B2. Windows color (decimal): -2517530 or 15111641. OLE color: 15111641.
HSL color Cylindrical-coordinate representation of color #D995E6: hue angle of 290.37º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D995E6 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 149 | 230 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.10 |
| HSL | 290.37º | 0.62% | 0.74% | - |
| HSV(B) | 290.37º | 0.35% | 0.9% | - |
| XYZ | 53.65 | 41.96 | 80.13 | - |
| YUV | 178.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 230 | 0.06 | 0.35 | 0 | 0.10 | 290.37 | 0.62 | 0.74 |
| Hex | D9 | 95 | E6 | 6 | 23 | 0 | A | 122 | 3E | 4A |
| Octal | 331 | 225 | 346 | 6 | 43 | 0 | 12 | 442 | 76 | 112 |
| Binary | 11011001 | 10010101 | 11100110 | 110 | 100011 | 0 | 1010 | 100100010 | 111110 | 1001010 |
Color Harmonies of #D995E6
Complementary color
Monochromatic Colors of #D995E6
Black with #D995E6
Text Example
Text Example
White with #D995E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995E6; }
p { color: rgb(217,149,230); }
H1.HeaderClassName
{
color: #D995E6;
}
.AnyTagClassName
{
color: #D995E6;
}
</style>
background-color css
<style>
a { background-color: #D995E6; }
a { background-color: rgb(217,149,230); }
div.DivClassName
{
background-color: #D995E6;
}
.BgClassName
{
background-color: #D995E6;
}
</style>
border-color css
<style>
span { border-color: #D995E6; }
span { border-color: rgb(217,149,230); }
td.TdClassName
{
border-color: #D995E6;
}
.TagClassName
{
border-color: #D995E6;
}
</style>