Html Css Color HEX #DC19EE Psychedelic Purple

📋 copy color: '#DC19EE'

red 220 ◦ green 25 ◦ blue 238

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

Shades of Psychedelic Purple #DC19EE

Tints of Psychedelic Purple #DC19EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 45.55%
G = 5.18%
B = 49.28%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC19EE (or 0xDC19EE) is known color: Psychedelic Purple. HEX triplet: DC, 19 and EE. RGB value is (220,25,238). Sum of RGB (Red+Green+Blue) = 220+25+238=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 25 (10.16% from 255 or 5.18% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC19EE is #23E611. Grayscale: #6A6A6A. Windows color (decimal): -2352658 or 15604188. OLE color: 15604188.

HSL color Cylindrical-coordinate representation of color #DC19EE: hue angle of 294.93º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19EE is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 25 238 -
CMYK 0.08 0.89 0 0.07
HSL 294.93º 0.86% 0.52% -
HSV(B) 294.93º 0.89% 0.93% -
XYZ 45.3 22.08 82.76 -
YUV 107.59 201.6 208.18 -
System Red Green Blue C M Y K H S L
Decimal 220 25 238 0.08 0.89 0 0.07 294.93 0.86 0.52
Hex DC 19 EE 8 59 0 7 127 56 34
Octal 334 31 356 10 131 0 7 447 126 64
Binary 11011100 11001 11101110 1000 1011001 0 111 100100111 1010110 110100

Color Harmonies of #DC19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19EE

Black with #DC19EE

Text Example


Text Example

White with #DC19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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