Html Css Color HEX #DC17EB Psychedelic Purple

📋 copy color: '#DC17EB'

red 220 ◦ green 23 ◦ blue 235

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

Shades of Psychedelic Purple #DC17EB

Tints of Psychedelic Purple #DC17EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 46.03%
G = 4.81%
B = 49.16%

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

#DC17EB (or 0xDC17EB) is known color: Psychedelic Purple. HEX triplet: DC, 17 and EB. RGB value is (220,23,235). Sum of RGB (Red+Green+Blue) = 220+23+235=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17EB is #23E814. Grayscale: #696969. Windows color (decimal): -2353173 or 15407068. OLE color: 15407068.

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

Color convert

RGB 220 23 235 -
CMYK 0.06 0.90 0 0.08
HSL 295.75º 0.84% 0.51% -
HSV(B) 295.75º 0.9% 0.92% -
XYZ 44.82 21.83 80.45 -
YUV 106.07 200.77 209.26 -
System Red Green Blue C M Y K H S L
Decimal 220 23 235 0.06 0.90 0 0.08 295.75 0.84 0.51
Hex DC 17 EB 6 5A 0 8 128 54 33
Octal 334 27 353 6 132 0 10 450 124 63
Binary 11011100 10111 11101011 110 1011010 0 1000 100101000 1010100 110011

Color Harmonies of #DC17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17EB

Black with #DC17EB

Text Example


Text Example

White with #DC17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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