Html Css Color HEX #DC17EA Psychedelic Purple

📋 copy color: '#DC17EA'

red 220 ◦ green 23 ◦ blue 234

#DC17EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DC17EA

Tints of Psychedelic Purple #DC17EA

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.8% from 255) = 49.06%

R = 46.12%
G = 4.82%
B = 49.06%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC17EA (or 0xDC17EA) is known color: 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

RGB 220 23 234 -
CMYK 0.06 0.90 0 0.08
HSL 296.02º 0.83% 0.5% -
HSV(B) 296.02º 0.9% 0.92% -
XYZ 44.67 21.77 79.69 -
YUV 105.96 200.27 209.34 -
System Red Green Blue C M Y K H S L
Decimal 220 23 234 0.06 0.90 0 0.08 296.02 0.83 0.5
Hex DC 17 EA 6 5A 0 8 128 53 32
Octal 334 27 352 6 132 0 10 450 123 62
Binary 11011100 10111 11101010 110 1011010 0 1000 100101000 1010011 110010

Color Harmonies of #DC17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17EA

Black with #DC17EA

Text Example


Text Example

White with #DC17EA

Text Example


Text Example

HTML Codes & Css Web 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>