Html Css Color HEX #DC19EB Psychedelic Purple

📋 copy color: '#DC19EB'

red 220 ◦ green 25 ◦ blue 235

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

Shades of Psychedelic Purple #DC19EB

Tints of Psychedelic Purple #DC19EB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.21%

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

R = 45.83%
G = 5.21%
B = 48.96%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC19EB (or 0xDC19EB) is known color: Psychedelic Purple. HEX triplet: DC, 19 and EB. RGB value is (220,25,235). Sum of RGB (Red+Green+Blue) = 220+25+235=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC19EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC19EB is #23E614. Grayscale: #6A6A6A. Windows color (decimal): -2352661 or 15407580. OLE color: 15407580.

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

Color convert

RGB 220 25 235 -
CMYK 0.06 0.89 0 0.08
HSL 295.71º 0.84% 0.51% -
HSV(B) 295.71º 0.89% 0.92% -
XYZ 44.86 21.91 80.46 -
YUV 107.25 200.1 208.42 -
System Red Green Blue C M Y K H S L
Decimal 220 25 235 0.06 0.89 0 0.08 295.71 0.84 0.51
Hex DC 19 EB 6 59 0 8 128 54 33
Octal 334 31 353 6 131 0 10 450 124 63
Binary 11011100 11001 11101011 110 1011001 0 1000 100101000 1010100 110011

Color Harmonies of #DC19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19EB

Black with #DC19EB

Text Example


Text Example

White with #DC19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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