Html Css Color HEX #DC00EF Psychedelic Purple

📋 copy color: '#DC00EF'

red 220 ◦ green 0 ◦ blue 239

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

Shades of Psychedelic Purple #DC00EF

Tints of Psychedelic Purple #DC00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.93%
G = 0%
B = 52.07%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC00EF (or 0xDC00EF) is known color: Psychedelic Purple. HEX triplet: DC, 00 and EF. RGB value is (220,0,239). Sum of RGB (Red+Green+Blue) = 220+0+239=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC00EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00EF is #23FF10. Grayscale: #5C5C5C. Windows color (decimal): -2359057 or 15663324. OLE color: 15663324.

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

Color convert

RGB 220 0 239 -
CMYK 0.08 1 0 0.06
HSL 295.23º 1% 0.47% -
HSV(B) 295.23º 1% 0.94% -
XYZ 45.1 21.45 83.42 -
YUV 93.03 210.39 218.57 -
System Red Green Blue C M Y K H S L
Decimal 220 0 239 0.08 1 0 0.06 295.23 1 0.47
Hex DC 0 EF 8 64 0 6 127 64 2F
Octal 334 0 357 10 144 0 6 447 144 57
Binary 11011100 0 11101111 1000 1100100 0 110 100100111 1100100 101111

Color Harmonies of #DC00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00EF

Black with #DC00EF

Text Example


Text Example

White with #DC00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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