Shades of Plum #D995E0
Tints of Plum #D995E0
RGB
CMYK
RGB Variations
Color information
#D995E0 (or 0xD995E0) is known color: Plum. HEX triplet: D9, 95 and E0. RGB value is (217,149,224). Sum of RGB (Red+Green+Blue) = 217+149+224=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #D995E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995E0 is #266A1F. Grayscale: #B1B1B1. Windows color (decimal): -2517536 or 14718425. OLE color: 14718425.
HSL color Cylindrical-coordinate representation of color #D995E0: hue angle of 294.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D995E0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 149 | 224 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.12 |
| HSL | 294.4º | 0.55% | 0.73% | - |
| HSV(B) | 294.4º | 0.33% | 0.88% | - |
| XYZ | 52.82 | 41.63 | 75.77 | - |
| YUV | 177.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 224 | 0.03 | 0.33 | 0 | 0.12 | 294.4 | 0.55 | 0.73 |
| Hex | D9 | 95 | E0 | 3 | 21 | 0 | C | 126 | 37 | 49 |
| Octal | 331 | 225 | 340 | 3 | 41 | 0 | 14 | 446 | 67 | 111 |
| Binary | 11011001 | 10010101 | 11100000 | 11 | 100001 | 0 | 1100 | 100100110 | 110111 | 1001001 |
Color Harmonies of #D995E0
Complementary color
Monochromatic Colors of #D995E0
Black with #D995E0
Text Example
Text Example
White with #D995E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995E0; }
p { color: rgb(217,149,224); }
H1.HeaderClassName
{
color: #D995E0;
}
.AnyTagClassName
{
color: #D995E0;
}
</style>
background-color css
<style>
a { background-color: #D995E0; }
a { background-color: rgb(217,149,224); }
div.DivClassName
{
background-color: #D995E0;
}
.BgClassName
{
background-color: #D995E0;
}
</style>
border-color css
<style>
span { border-color: #D995E0; }
span { border-color: rgb(217,149,224); }
td.TdClassName
{
border-color: #D995E0;
}
.TagClassName
{
border-color: #D995E0;
}
</style>