Html Css Color HEX #DC07EF Psychedelic Purple

📋 copy color: '#DC07EF'

red 220 ◦ green 7 ◦ blue 239

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

Shades of Psychedelic Purple #DC07EF

Tints of Psychedelic Purple #DC07EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.5%

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

R = 47.21%
G = 1.5%
B = 51.29%

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

#DC07EF (or 0xDC07EF) is known color: Psychedelic Purple. HEX triplet: DC, 07 and EF. RGB value is (220,7,239). Sum of RGB (Red+Green+Blue) = 220+7+239=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC07EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC07EF is #23F810. Grayscale: #606060. Windows color (decimal): -2357265 or 15665116. OLE color: 15665116.

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

Color convert

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

Color Harmonies of #DC07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC07EF

Black with #DC07EF

Text Example


Text Example

White with #DC07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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