Html Css Color HEX #DC17ED Psychedelic Purple

📋 copy color: '#DC17ED'

red 220 ◦ green 23 ◦ blue 237

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

Shades of Psychedelic Purple #DC17ED

Tints of Psychedelic Purple #DC17ED

RGB

 RED value IS 220 (86.33% from 255) = 45.83%

 GREEN value IS 23 (9.38% from 255) = 4.79%

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 45.83%
G = 4.79%
B = 49.38%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC17ED (or 0xDC17ED) is known color: Psychedelic Purple. HEX triplet: DC, 17 and ED. RGB value is (220,23,237). Sum of RGB (Red+Green+Blue) = 220+23+237=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17ED is #23E812. Grayscale: #696969. Windows color (decimal): -2353171 or 15538140. OLE color: 15538140.

HSL color Cylindrical-coordinate representation of color #DC17ED: hue angle of 295.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17ED is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 23 237 -
CMYK 0.07 0.90 0 0.07
HSL 295.23º 0.86% 0.51% -
HSV(B) 295.23º 0.9% 0.93% -
XYZ 45.11 21.94 81.98 -
YUV 106.3 201.77 209.1 -
System Red Green Blue C M Y K H S L
Decimal 220 23 237 0.07 0.90 0 0.07 295.23 0.86 0.51
Hex DC 17 ED 7 5A 0 7 127 56 33
Octal 334 27 355 7 132 0 7 447 126 63
Binary 11011100 10111 11101101 111 1011010 0 111 100100111 1010110 110011

Color Harmonies of #DC17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17ED

Black with #DC17ED

Text Example


Text Example

White with #DC17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17ED; }

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

 H1.HeaderClassName
 {
   color: #DC17ED;
 }
 .AnyTagClassName
 {
   color: #DC17ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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