Html Css Color HEX #DC20EF Psychedelic Purple

📋 copy color: '#DC20EF'

red 220 ◦ green 32 ◦ blue 239

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

Shades of Psychedelic Purple #DC20EF

Tints of Psychedelic Purple #DC20EF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.52%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 44.81%
G = 6.52%
B = 48.68%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC20EF (or 0xDC20EF) is known color: Psychedelic Purple. HEX triplet: DC, 20 and EF. RGB value is (220,32,239). Sum of RGB (Red+Green+Blue) = 220+32+239=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20EF is #23DF10. Grayscale: #6F6F6F. Windows color (decimal): -2350865 or 15671516. OLE color: 15671516.

HSL color Cylindrical-coordinate representation of color #DC20EF: hue angle of 294.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC20EF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 32 239 -
CMYK 0.08 0.87 0 0.06
HSL 294.49º 0.87% 0.53% -
HSV(B) 294.49º 0.87% 0.94% -
XYZ 45.61 22.48 83.6 -
YUV 111.81 199.78 205.17 -
System Red Green Blue C M Y K H S L
Decimal 220 32 239 0.08 0.87 0 0.06 294.49 0.87 0.53
Hex DC 20 EF 8 57 0 6 126 57 35
Octal 334 40 357 10 127 0 6 446 127 65
Binary 11011100 100000 11101111 1000 1010111 0 110 100100110 1010111 110101

Color Harmonies of #DC20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20EF

Black with #DC20EF

Text Example


Text Example

White with #DC20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20EF; }

 p { color: rgb(220,32,239); }

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

background-color css

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

 a { background-color: rgb(220,32,239); }

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

border-color css

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

 span { border-color: rgb(220,32,239); }

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