Html Css Color HEX #DC12EB Psychedelic Purple

📋 copy color: '#DC12EB'

red 220 ◦ green 18 ◦ blue 235

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

Shades of Psychedelic Purple #DC12EB

Tints of Psychedelic Purple #DC12EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 46.51%
G = 3.81%
B = 49.68%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC12EB (or 0xDC12EB) is known color: Psychedelic Purple. HEX triplet: DC, 12 and EB. RGB value is (220,18,235). Sum of RGB (Red+Green+Blue) = 220+18+235=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC12EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC12EB is #23ED14. Grayscale: #666666. Windows color (decimal): -2354453 or 15405788. OLE color: 15405788.

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

Color convert

RGB 220 18 235 -
CMYK 0.06 0.92 0 0.08
HSL 295.85º 0.86% 0.5% -
HSV(B) 295.85º 0.92% 0.92% -
XYZ 44.73 21.65 80.42 -
YUV 103.14 202.42 211.36 -
System Red Green Blue C M Y K H S L
Decimal 220 18 235 0.06 0.92 0 0.08 295.85 0.86 0.5
Hex DC 12 EB 6 5C 0 8 128 56 32
Octal 334 22 353 6 134 0 10 450 126 62
Binary 11011100 10010 11101011 110 1011100 0 1000 100101000 1010110 110010

Color Harmonies of #DC12EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12EB

Black with #DC12EB

Text Example


Text Example

White with #DC12EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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