Html Css Color HEX #DB2EFE Psychedelic Purple

📋 copy color: '#DB2EFE'

red 219 ◦ green 46 ◦ blue 254

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

Shades of Psychedelic Purple #DB2EFE

Tints of Psychedelic Purple #DB2EFE

RGB

 RED value IS 219 (85.94% from 255) = 42.2%

 GREEN value IS 46 (18.36% from 255) = 8.86%

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 42.2%
G = 8.86%
B = 48.94%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB2EFE (or 0xDB2EFE) is known color: Psychedelic Purple. HEX triplet: DB, 2E and FE. RGB value is (219,46,254). Sum of RGB (Red+Green+Blue) = 219+46+254=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 46 (18.36% from 255 or 8.86% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2EFE is #24D101. Grayscale: #787878. Windows color (decimal): -2412802 or 16658139. OLE color: 16658139.

HSL color Cylindrical-coordinate representation of color #DB2EFE: hue angle of 289.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2EFE is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 46 254 -
CMYK 0.14 0.82 0 0.00
HSL 289.9º 0.99% 0.59% -
HSV(B) 289.9º 0.82% 1% -
XYZ 48.08 24.17 95.9 -
YUV 121.44 202.81 197.59 -
System Red Green Blue C M Y K H S L
Decimal 219 46 254 0.14 0.82 0 0.00 289.9 0.99 0.59
Hex DB 2E FE E 52 0 0 122 63 3B
Octal 333 56 376 16 122 0 0 442 143 73
Binary 11011011 101110 11111110 1110 1010010 0 0 100100010 1100011 111011

Color Harmonies of #DB2EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2EFE

Black with #DB2EFE

Text Example


Text Example

White with #DB2EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2EFE; }

 p { color: rgb(219,46,254); }

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

background-color css

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

 a { background-color: rgb(219,46,254); }

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

border-color css

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

 span { border-color: rgb(219,46,254); }

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