#D997EA

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

Shades of Plum #D997EA

Tints of Plum #D997EA

Color information

#D997EA (or 0xD997EA) is unknown color: approx Plum. HEX triplet: D9, 97 and EA. RGB value is (217,151,234). Sum of RGB (Red+Green+Blue) = 217+151+234=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #D997EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997EA is #266815. Grayscale: #B3B3B3. Windows color (decimal): -2517014 or 15374297. OLE color: 15374297.

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

Color convert

RGB217151234-
CMYK0.070.3500.08
HSL287.71º66.4%75.49%-
HSV(B)287.71º35.47%91.76%-
XYZ54.5342.8383.23-
YUV180.2158.37154.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=36.05%
G=25.08%
B=38.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171512340.070.3500.08287.7166.475.49
HexD997EA72308120424b
Octal331227352743010440102113
Binary1101100110010111111010101111000110100010010000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997EA; }

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

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

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

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

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

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

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

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