Html Css Color HEX #DC17EE Psychedelic Purple

📋 copy color: '#DC17EE'

red 220 ◦ green 23 ◦ blue 238

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

Shades of Psychedelic Purple #DC17EE

Tints of Psychedelic Purple #DC17EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 45.74%
G = 4.78%
B = 49.48%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC17EE (or 0xDC17EE) is known color: Psychedelic Purple. HEX triplet: DC, 17 and EE. RGB value is (220,23,238). Sum of RGB (Red+Green+Blue) = 220+23+238=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17EE is #23E811. Grayscale: #696969. Windows color (decimal): -2353170 or 15603676. OLE color: 15603676.

HSL color Cylindrical-coordinate representation of color #DC17EE: hue angle of 294.98º 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 #DC17EE is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 23 238 -
CMYK 0.08 0.90 0 0.07
HSL 294.98º 0.86% 0.51% -
HSV(B) 294.98º 0.9% 0.93% -
XYZ 45.25 22 82.75 -
YUV 106.41 202.27 209.02 -
System Red Green Blue C M Y K H S L
Decimal 220 23 238 0.08 0.90 0 0.07 294.98 0.86 0.51
Hex DC 17 EE 8 5A 0 7 127 56 33
Octal 334 27 356 10 132 0 7 447 126 63
Binary 11011100 10111 11101110 1000 1011010 0 111 100100111 1010110 110011

Color Harmonies of #DC17EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17EE

Black with #DC17EE

Text Example


Text Example

White with #DC17EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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