#D995EA

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

Shades of Plum #D995EA

Tints of Plum #D995EA

Color information

#D995EA (or 0xD995EA) is unknown color: approx Plum. HEX triplet: D9, 95 and EA. RGB value is (217,149,234). Sum of RGB (Red+Green+Blue) = 217+149+234=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #D995EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995EA is #266A15. Grayscale: #B2B2B2. Windows color (decimal): -2517526 or 15373785. OLE color: 15373785.

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

Color convert

RGB217149234-
CMYK0.070.3600.08
HSL288º66.93%75.1%-
HSV(B)288º36.32%91.76%-
XYZ54.2142.1983.13-
YUV179.02159.03155.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 149 (58.59% from 255) = 24.83%
BLUE value IS 234 (91.80% from 255) = 39%
R=36.17%
G=24.83%
B=39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171492340.070.3600.0828866.9375.1
HexD995EA72408120434b
Octal331225352744010440103113
Binary1101100110010101111010101111001000100010010000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995EA; }

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

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

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

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

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

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

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

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