Html Css Color HEX #DC13EB Psychedelic Purple

📋 copy color: '#DC13EB'

red 220 ◦ green 19 ◦ blue 235

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

Shades of Psychedelic Purple #DC13EB

Tints of Psychedelic Purple #DC13EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.01%

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

R = 46.41%
G = 4.01%
B = 49.58%

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

#DC13EB (or 0xDC13EB) is known color: Psychedelic Purple. HEX triplet: DC, 13 and EB. RGB value is (220,19,235). Sum of RGB (Red+Green+Blue) = 220+19+235=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC13EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC13EB is #23EC14. Grayscale: #676767. Windows color (decimal): -2354197 or 15406044. OLE color: 15406044.

HSL color Cylindrical-coordinate representation of color #DC13EB: hue angle of 295.83º degrees, saturation: 0.85, 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 #DC13EB is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 19 235 -
CMYK 0.06 0.92 0 0.08
HSL 295.83º 0.85% 0.5% -
HSV(B) 295.83º 0.92% 0.92% -
XYZ 44.74 21.68 80.42 -
YUV 103.72 202.09 210.94 -
System Red Green Blue C M Y K H S L
Decimal 220 19 235 0.06 0.92 0 0.08 295.83 0.85 0.5
Hex DC 13 EB 6 5C 0 8 128 55 32
Octal 334 23 353 6 134 0 10 450 125 62
Binary 11011100 10011 11101011 110 1011100 0 1000 100101000 1010101 110010

Color Harmonies of #DC13EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13EB

Black with #DC13EB

Text Example


Text Example

White with #DC13EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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