Html Css Color HEX #DC08EF Psychedelic Purple

📋 copy color: '#DC08EF'

red 220 ◦ green 8 ◦ blue 239

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

Shades of Psychedelic Purple #DC08EF

Tints of Psychedelic Purple #DC08EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

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

R = 47.11%
G = 1.71%
B = 51.18%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC08EF (or 0xDC08EF) is known color: Psychedelic Purple. HEX triplet: DC, 08 and EF. RGB value is (220,8,239). Sum of RGB (Red+Green+Blue) = 220+8+239=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC08EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC08EF is #23F710. Grayscale: #616161. Windows color (decimal): -2357009 or 15665372. OLE color: 15665372.

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

Color convert

RGB 220 8 239 -
CMYK 0.08 0.97 0 0.06
HSL 295.06º 0.94% 0.48% -
HSV(B) 295.06º 0.97% 0.94% -
XYZ 45.18 21.62 83.45 -
YUV 97.72 207.74 215.22 -
System Red Green Blue C M Y K H S L
Decimal 220 8 239 0.08 0.97 0 0.06 295.06 0.94 0.48
Hex DC 8 EF 8 61 0 6 127 5E 30
Octal 334 10 357 10 141 0 6 447 136 60
Binary 11011100 1000 11101111 1000 1100001 0 110 100100111 1011110 110000

Color Harmonies of #DC08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08EF

Black with #DC08EF

Text Example


Text Example

White with #DC08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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