Html Css Color HEX #DC12EF Psychedelic Purple

📋 copy color: '#DC12EF'

red 220 ◦ green 18 ◦ blue 239

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

Shades of Psychedelic Purple #DC12EF

Tints of Psychedelic Purple #DC12EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.77%

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 46.12%
G = 3.77%
B = 50.1%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC12EF (or 0xDC12EF) is known color: Psychedelic Purple. HEX triplet: DC, 12 and EF. RGB value is (220,18,239). Sum of RGB (Red+Green+Blue) = 220+18+239=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC12EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12EF is #23ED10. Grayscale: #666666. Windows color (decimal): -2354449 or 15667932. OLE color: 15667932.

HSL color Cylindrical-coordinate representation of color #DC12EF: hue angle of 294.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12EF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 18 239 -
CMYK 0.08 0.92 0 0.06
HSL 294.84º 0.87% 0.5% -
HSV(B) 294.84º 0.92% 0.94% -
XYZ 45.31 21.88 83.5 -
YUV 103.59 204.42 211.03 -
System Red Green Blue C M Y K H S L
Decimal 220 18 239 0.08 0.92 0 0.06 294.84 0.87 0.5
Hex DC 12 EF 8 5C 0 6 127 57 32
Octal 334 22 357 10 134 0 6 447 127 62
Binary 11011100 10010 11101111 1000 1011100 0 110 100100111 1010111 110010

Color Harmonies of #DC12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12EF

Black with #DC12EF

Text Example


Text Example

White with #DC12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12EF; }

 p { color: rgb(220,18,239); }

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

background-color css

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

 a { background-color: rgb(220,18,239); }

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

border-color css

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

 span { border-color: rgb(220,18,239); }

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