#D995EB

Color #D995EB Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D995EB

Tints of Plum #D995EB

Color information

#D995EB (or 0xD995EB) is unknown color: approx Plum. HEX triplet: D9, 95 and EB. RGB value is (217,149,235). Sum of RGB (Red+Green+Blue) = 217+149+235=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #D995EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995EB is #266A14. Grayscale: #B2B2B2. Windows color (decimal): -2517525 or 15439321. OLE color: 15439321.

HSL color Cylindrical-coordinate representation of color #D995EB: hue angle of 287.44º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D995EB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217149235-
CMYK0.080.3700.08
HSL287.44º68.25%75.29%-
HSV(B)287.44º36.6%92.16%-
XYZ54.3642.2483.89-
YUV179.14159.53155.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=36.11%
G=24.79%
B=39.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171492350.080.3700.08287.4468.2575.29
HexD995EB8250811f444b
Octal3312253531045010437104113
Binary11011001100101011110101110001001010100010001111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995EB; }

 p { color: rgb(217,149,235); }

 H1.HeaderClassName
 {
   color: #D995EB;
 }
 .AnyTagClassName
 {
   color: #D995EB;
 }
</style>
background-color css

<style>
 a { background-color: #D995EB; }

 a { background-color: rgb(217,149,235); }

 div.DivClassName
 {
   background-color: #D995EB;
 }
 .BgClassName
 {
   background-color: #D995EB;
 }
</style>
border-color css

<style>
 span { border-color: #D995EB; }

 span { border-color: rgb(217,149,235); }

 td.TdClassName
 {
   border-color: #D995EB;
 }
 .TagClassName
 {
   border-color: #D995EB;
 }
</style>