Html Css Color HEX #DC06E4 Psychedelic Purple

📋 copy color: '#DC06E4'

red 220 ◦ green 6 ◦ blue 228

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

Shades of Psychedelic Purple #DC06E4

Tints of Psychedelic Purple #DC06E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.22%

R = 48.46%
G = 1.32%
B = 50.22%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC06E4 (or 0xDC06E4) is known color: Psychedelic Purple. HEX triplet: DC, 06 and E4. RGB value is (220,6,228). Sum of RGB (Red+Green+Blue) = 220+6+228=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC06E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06E4 is #23F91B. Grayscale: #5E5E5E. Windows color (decimal): -2357532 or 14943964. OLE color: 14943964.

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

Color convert

RGB 220 6 228 -
CMYK 0.04 0.97 0 0.11
HSL 297.84º 0.95% 0.46% -
HSV(B) 297.84º 0.97% 0.89% -
XYZ 43.58 20.95 75.14 -
YUV 95.29 202.9 216.95 -
System Red Green Blue C M Y K H S L
Decimal 220 6 228 0.04 0.97 0 0.11 297.84 0.95 0.46
Hex DC 6 E4 4 61 0 B 12A 5F 2E
Octal 334 6 344 4 141 0 13 452 137 56
Binary 11011100 110 11100100 100 1100001 0 1011 100101010 1011111 101110

Color Harmonies of #DC06E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06E4

Black with #DC06E4

Text Example


Text Example

White with #DC06E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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