Html Css Color HEX #DC06EF Psychedelic Purple

📋 copy color: '#DC06EF'

red 220 ◦ green 6 ◦ blue 239

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

Shades of Psychedelic Purple #DC06EF

Tints of Psychedelic Purple #DC06EF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.29%

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

R = 47.31%
G = 1.29%
B = 51.4%

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

#DC06EF (or 0xDC06EF) is known color: Psychedelic Purple. HEX triplet: DC, 06 and EF. RGB value is (220,6,239). Sum of RGB (Red+Green+Blue) = 220+6+239=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC06EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC06EF is #23F910. Grayscale: #5F5F5F. Windows color (decimal): -2357521 or 15664860. OLE color: 15664860.

HSL color Cylindrical-coordinate representation of color #DC06EF: hue angle of 295.11º degrees, saturation: 0.95, 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 #DC06EF is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 6 239 -
CMYK 0.08 0.97 0 0.06
HSL 295.11º 0.95% 0.48% -
HSV(B) 295.11º 0.97% 0.94% -
XYZ 45.16 21.58 83.45 -
YUV 96.55 208.4 216.05 -
System Red Green Blue C M Y K H S L
Decimal 220 6 239 0.08 0.97 0 0.06 295.11 0.95 0.48
Hex DC 6 EF 8 61 0 6 127 5F 30
Octal 334 6 357 10 141 0 6 447 137 60
Binary 11011100 110 11101111 1000 1100001 0 110 100100111 1011111 110000

Color Harmonies of #DC06EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06EF

Black with #DC06EF

Text Example


Text Example

White with #DC06EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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