Shades of Plum #D995E5
Tints of Plum #D995E5
RGB
CMYK
RGB Variations
Color information
#D995E5 (or 0xD995E5) is known color: Plum. HEX triplet: D9, 95 and E5. RGB value is (217,149,229). Sum of RGB (Red+Green+Blue) = 217+149+229=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #D995E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995E5 is #266A1A. Grayscale: #B2B2B2. Windows color (decimal): -2517531 or 15046105. OLE color: 15046105.
HSL color Cylindrical-coordinate representation of color #D995E5: hue angle of 291º degrees, saturation: 0.61, 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 #D995E5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 149 | 229 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.10 |
| HSL | 291º | 0.61% | 0.74% | - |
| HSV(B) | 291º | 0.35% | 0.9% | - |
| XYZ | 53.51 | 41.9 | 79.4 | - |
| YUV | 178.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 229 | 0.05 | 0.35 | 0 | 0.10 | 291 | 0.61 | 0.74 |
| Hex | D9 | 95 | E5 | 5 | 23 | 0 | A | 123 | 3D | 4A |
| Octal | 331 | 225 | 345 | 5 | 43 | 0 | 12 | 443 | 75 | 112 |
| Binary | 11011001 | 10010101 | 11100101 | 101 | 100011 | 0 | 1010 | 100100011 | 111101 | 1001010 |
Color Harmonies of #D995E5
Complementary color
Monochromatic Colors of #D995E5
Black with #D995E5
Text Example
Text Example
White with #D995E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995E5; }
p { color: rgb(217,149,229); }
H1.HeaderClassName
{
color: #D995E5;
}
.AnyTagClassName
{
color: #D995E5;
}
</style>
background-color css
<style>
a { background-color: #D995E5; }
a { background-color: rgb(217,149,229); }
div.DivClassName
{
background-color: #D995E5;
}
.BgClassName
{
background-color: #D995E5;
}
</style>
border-color css
<style>
span { border-color: #D995E5; }
span { border-color: rgb(217,149,229); }
td.TdClassName
{
border-color: #D995E5;
}
.TagClassName
{
border-color: #D995E5;
}
</style>