Html Css Color HEX #DC06FF Psychedelic Purple

📋 copy color: '#DC06FF'

red 220 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #DC06FF

Tints of Psychedelic Purple #DC06FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 45.74%
G = 1.25%
B = 53.01%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC06FF (or 0xDC06FF) is known color: Psychedelic Purple. HEX triplet: DC, 06 and FF. RGB value is (220,6,255). Sum of RGB (Red+Green+Blue) = 220+6+255=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC06FF is #23F900. Grayscale: #616161. Windows color (decimal): -2357505 or 16713436. OLE color: 16713436.

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

Color convert

RGB 220 6 255 -
CMYK 0.14 0.98 0 0
HSL 291.57º 1% 0.51% -
HSV(B) 291.57º 0.98% 1% -
XYZ 47.63 22.57 96.45 -
YUV 98.37 216.4 214.75 -
System Red Green Blue C M Y K H S L
Decimal 220 6 255 0.14 0.98 0 0 291.57 1 0.51
Hex DC 6 FF E 62 0 0 124 64 33
Octal 334 6 377 16 142 0 0 444 144 63
Binary 11011100 110 11111111 1110 1100010 0 0 100100100 1100100 110011

Color Harmonies of #DC06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06FF

Black with #DC06FF

Text Example


Text Example

White with #DC06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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