Html Css Color HEX #DC28EF Psychedelic Purple

📋 copy color: '#DC28EF'

red 220 ◦ green 40 ◦ blue 239

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

Shades of Psychedelic Purple #DC28EF

Tints of Psychedelic Purple #DC28EF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.02%

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

R = 44.09%
G = 8.02%
B = 47.9%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC28EF (or 0xDC28EF) is known color: Psychedelic Purple. HEX triplet: DC, 28 and EF. RGB value is (220,40,239). Sum of RGB (Red+Green+Blue) = 220+40+239=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC28EF is #23D710. Grayscale: #737373. Windows color (decimal): -2348817 or 15673564. OLE color: 15673564.

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

Color convert

RGB 220 40 239 -
CMYK 0.08 0.83 0 0.06
HSL 294.27º 0.86% 0.55% -
HSV(B) 294.27º 0.83% 0.94% -
XYZ 45.85 22.97 83.68 -
YUV 116.51 197.13 201.82 -
System Red Green Blue C M Y K H S L
Decimal 220 40 239 0.08 0.83 0 0.06 294.27 0.86 0.55
Hex DC 28 EF 8 53 0 6 126 56 37
Octal 334 50 357 10 123 0 6 446 126 67
Binary 11011100 101000 11101111 1000 1010011 0 110 100100110 1010110 110111

Color Harmonies of #DC28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28EF

Black with #DC28EF

Text Example


Text Example

White with #DC28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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