#DC17EA

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

Shades of Psychedelic Purple #DC17EA

Tints of Psychedelic Purple #DC17EA

Color information

#DC17EA (or 0xDC17EA) is unknown color: approx Psychedelic Purple. HEX triplet: DC, 17 and EA. RGB value is (220,23,234). Sum of RGB (Red+Green+Blue) = 220+23+234=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17EA is #23E815. Grayscale: #696969. Windows color (decimal): -2353174 or 15341532. OLE color: 15341532.

HSL color Cylindrical-coordinate representation of color #DC17EA: hue angle of 296.02º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17EA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22023234-
CMYK0.060.9000.08
HSL296.02º83.4%50.39%-
HSV(B)296.02º90.17%91.76%-
XYZ44.6721.7779.69-
YUV105.96200.27209.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 23 (9.38% from 255) = 4.82%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=46.12%
G=4.82%
B=49.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal220232340.060.9000.08296.0283.450.39
HexDC17EA65A081285332
Octal33427352613201045012362
Binary1101110010111111010101101011010010001001010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC17EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC17EA; }

 p { color: rgb(220,23,234); }

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

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

 a { background-color: rgb(220,23,234); }

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

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

 span { border-color: rgb(220,23,234); }

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