Html Css Color HEX #DC06E6 Psychedelic Purple

📋 copy color: '#DC06E6'

red 220 ◦ green 6 ◦ blue 230

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

Shades of Psychedelic Purple #DC06E6

Tints of Psychedelic Purple #DC06E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.44%

R = 48.25%
G = 1.32%
B = 50.44%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC06E6 (or 0xDC06E6) is known color: Psychedelic Purple. HEX triplet: DC, 06 and E6. RGB value is (220,6,230). Sum of RGB (Red+Green+Blue) = 220+6+230=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC06E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC06E6 is #23F919. Grayscale: #5E5E5E. Windows color (decimal): -2357530 or 15075036. OLE color: 15075036.

HSL color Cylindrical-coordinate representation of color #DC06E6: hue angle of 297.32º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC06E6 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 6 230 -
CMYK 0.04 0.97 0 0.10
HSL 297.32º 0.95% 0.46% -
HSV(B) 297.32º 0.97% 0.9% -
XYZ 43.86 21.06 76.62 -
YUV 95.52 203.9 216.79 -
System Red Green Blue C M Y K H S L
Decimal 220 6 230 0.04 0.97 0 0.10 297.32 0.95 0.46
Hex DC 6 E6 4 61 0 A 129 5F 2E
Octal 334 6 346 4 141 0 12 451 137 56
Binary 11011100 110 11100110 100 1100001 0 1010 100101001 1011111 101110

Color Harmonies of #DC06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06E6

Black with #DC06E6

Text Example


Text Example

White with #DC06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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