Html Css Color HEX #DC02E6 Psychedelic Purple

📋 copy color: '#DC02E6'

red 220 ◦ green 2 ◦ blue 230

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

Shades of Psychedelic Purple #DC02E6

Tints of Psychedelic Purple #DC02E6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 48.67%
G = 0.44%
B = 50.88%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC02E6 (or 0xDC02E6) is known color: Psychedelic Purple. HEX triplet: DC, 02 and E6. RGB value is (220,2,230). Sum of RGB (Red+Green+Blue) = 220+2+230=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC02E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC02E6 is #23FD19. Grayscale: #5C5C5C. Windows color (decimal): -2358554 or 15074012. OLE color: 15074012.

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

Color convert

RGB 220 2 230 -
CMYK 0.04 0.99 0 0.10
HSL 297.37º 0.98% 0.45% -
HSV(B) 297.37º 0.99% 0.9% -
XYZ 43.82 20.97 76.6 -
YUV 93.17 205.22 218.46 -
System Red Green Blue C M Y K H S L
Decimal 220 2 230 0.04 0.99 0 0.10 297.37 0.98 0.45
Hex DC 2 E6 4 63 0 A 129 62 2D
Octal 334 2 346 4 143 0 12 451 142 55
Binary 11011100 10 11100110 100 1100011 0 1010 100101001 1100010 101101

Color Harmonies of #DC02E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02E6

Black with #DC02E6

Text Example


Text Example

White with #DC02E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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