Html Css Color HEX #DC00FA Psychedelic Purple

📋 copy color: '#DC00FA'

red 220 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #DC00FA

Tints of Psychedelic Purple #DC00FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 46.81%
G = 0%
B = 53.19%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC00FA (or 0xDC00FA) is known color: Psychedelic Purple. HEX triplet: DC, 00 and FA. RGB value is (220,0,250). Sum of RGB (Red+Green+Blue) = 220+0+250=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00FA is #23FF05. Grayscale: #5D5D5D. Windows color (decimal): -2359046 or 16384220. OLE color: 16384220.

HSL color Cylindrical-coordinate representation of color #DC00FA: hue angle of 292.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00FA is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 0 250 -
CMYK 0.12 1 0 0.02
HSL 292.8º 1% 0.49% -
HSV(B) 292.8º 1% 0.98% -
XYZ 46.77 22.12 92.25 -
YUV 94.28 215.89 217.67 -
System Red Green Blue C M Y K H S L
Decimal 220 0 250 0.12 1 0 0.02 292.8 1 0.49
Hex DC 0 FA C 64 0 2 125 64 31
Octal 334 0 372 14 144 0 2 445 144 61
Binary 11011100 0 11111010 1100 1100100 0 10 100100101 1100100 110001

Color Harmonies of #DC00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00FA

Black with #DC00FA

Text Example


Text Example

White with #DC00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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