Html Css Color HEX #DB2BEF Psychedelic Purple

📋 copy color: '#DB2BEF'

red 219 ◦ green 43 ◦ blue 239

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

Shades of Psychedelic Purple #DB2BEF

Tints of Psychedelic Purple #DB2BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.58%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 43.71%
G = 8.58%
B = 47.7%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB2BEF (or 0xDB2BEF) is known color: Psychedelic Purple. HEX triplet: DB, 2B and EF. RGB value is (219,43,239). Sum of RGB (Red+Green+Blue) = 219+43+239=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BEF is #24D410. Grayscale: #757575. Windows color (decimal): -2413585 or 15674331. OLE color: 15674331.

HSL color Cylindrical-coordinate representation of color #DB2BEF: hue angle of 293.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2BEF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 43 239 -
CMYK 0.08 0.82 0 0.06
HSL 293.88º 0.86% 0.55% -
HSV(B) 293.88º 0.82% 0.94% -
XYZ 45.66 23.02 83.7 -
YUV 117.97 196.31 200.06 -
System Red Green Blue C M Y K H S L
Decimal 219 43 239 0.08 0.82 0 0.06 293.88 0.86 0.55
Hex DB 2B EF 8 52 0 6 126 56 37
Octal 333 53 357 10 122 0 6 446 126 67
Binary 11011011 101011 11101111 1000 1010010 0 110 100100110 1010110 110111

Color Harmonies of #DB2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BEF

Black with #DB2BEF

Text Example


Text Example

White with #DB2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BEF; }

 p { color: rgb(219,43,239); }

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

background-color css

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

 a { background-color: rgb(219,43,239); }

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

border-color css

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

 span { border-color: rgb(219,43,239); }

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