Html Css Color HEX #DC12FF Psychedelic Purple

📋 copy color: '#DC12FF'

red 220 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #DC12FF

Tints of Psychedelic Purple #DC12FF

RGB

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

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

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

R = 44.62%
G = 3.65%
B = 51.72%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC12FF (or 0xDC12FF) is known color: Psychedelic Purple. HEX triplet: DC, 12 and FF. RGB value is (220,18,255). Sum of RGB (Red+Green+Blue) = 220+18+255=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12FF is #23ED00. Grayscale: #686868. Windows color (decimal): -2354433 or 16716508. OLE color: 16716508.

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

Color convert

RGB 220 18 255 -
CMYK 0.14 0.93 0 0
HSL 291.14º 1% 0.54% -
HSV(B) 291.14º 0.93% 1% -
XYZ 47.78 22.87 96.5 -
YUV 105.42 212.42 209.73 -
System Red Green Blue C M Y K H S L
Decimal 220 18 255 0.14 0.93 0 0 291.14 1 0.54
Hex DC 12 FF E 5D 0 0 123 64 36
Octal 334 22 377 16 135 0 0 443 144 66
Binary 11011100 10010 11111111 1110 1011101 0 0 100100011 1100100 110110

Color Harmonies of #DC12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12FF

Black with #DC12FF

Text Example


Text Example

White with #DC12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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