Html Css Color HEX #DC14EB Psychedelic Purple

📋 copy color: '#DC14EB'

red 220 ◦ green 20 ◦ blue 235

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

Shades of Psychedelic Purple #DC14EB

Tints of Psychedelic Purple #DC14EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.21%

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

R = 46.32%
G = 4.21%
B = 49.47%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC14EB (or 0xDC14EB) is known color: Psychedelic Purple. HEX triplet: DC, 14 and EB. RGB value is (220,20,235). Sum of RGB (Red+Green+Blue) = 220+20+235=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC14EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14EB is #23EB14. Grayscale: #676767. Windows color (decimal): -2353941 or 15406300. OLE color: 15406300.

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

Color convert

RGB 220 20 235 -
CMYK 0.06 0.91 0 0.08
HSL 295.81º 0.84% 0.5% -
HSV(B) 295.81º 0.91% 0.92% -
XYZ 44.76 21.71 80.43 -
YUV 104.31 201.76 210.52 -
System Red Green Blue C M Y K H S L
Decimal 220 20 235 0.06 0.91 0 0.08 295.81 0.84 0.5
Hex DC 14 EB 6 5B 0 8 128 54 32
Octal 334 24 353 6 133 0 10 450 124 62
Binary 11011100 10100 11101011 110 1011011 0 1000 100101000 1010100 110010

Color Harmonies of #DC14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14EB

Black with #DC14EB

Text Example


Text Example

White with #DC14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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