#DF97EC

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

Shades of Plum #DF97EC

Tints of Plum #DF97EC

Color information

#DF97EC (or 0xDF97EC) is unknown color: approx Plum. HEX triplet: DF, 97 and EC. RGB value is (223,151,236). Sum of RGB (Red+Green+Blue) = 223+151+236=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97EC is #206813. Grayscale: #B5B5B5. Windows color (decimal): -2123796 or 15505375. OLE color: 15505375.

HSL color Cylindrical-coordinate representation of color #DF97EC: hue angle of 290.82º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF97EC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223151236-
CMYK0.060.3600.07
HSL290.82º69.11%75.88%-
HSV(B)290.82º36.02%92.55%-
XYZ56.6443.8884.84-
YUV182.22158.35157.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 151 (59.38% from 255) = 24.75%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=36.56%
G=24.75%
B=38.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231512360.060.3600.07290.8269.1175.88
HexDF97EC62407123454c
Octal33722735464407443105114
Binary110111111001011111101100110100100011110010001110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97EC; }

 p { color: rgb(223,151,236); }

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

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

 a { background-color: rgb(223,151,236); }

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

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

 span { border-color: rgb(223,151,236); }

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