#DC94EF

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

Shades of Plum #DC94EF

Tints of Plum #DC94EF

Color information

#DC94EF (or 0xDC94EF) is unknown color: approx Plum. HEX triplet: DC, 94 and EF. RGB value is (220,148,239). Sum of RGB (Red+Green+Blue) = 220+148+239=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC94EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94EF is #236B10. Grayscale: #B3B3B3. Windows color (decimal): -2321169 or 15701212. OLE color: 15701212.

HSL color Cylindrical-coordinate representation of color #DC94EF: hue angle of 287.47º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC94EF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220148239-
CMYK0.080.3800.06
HSL287.47º73.98%75.88%-
HSV(B)287.47º38.08%93.73%-
XYZ55.6942.6386.95-
YUV179.9161.35156.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 148 (58.20% from 255) = 24.38%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=36.24%
G=24.38%
B=39.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201482390.080.3800.06287.4773.9875.88
HexDC94EF8260611f4a4c
Octal334224357104606437112114
Binary1101110010010100111011111000100110011010001111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94EF; }

 p { color: rgb(220,148,239); }

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

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

 a { background-color: rgb(220,148,239); }

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

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

 span { border-color: rgb(220,148,239); }

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