Html Css Color HEX #DB2BEA Psychedelic Purple

📋 copy color: '#DB2BEA'

red 219 ◦ green 43 ◦ blue 234

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

Shades of Psychedelic Purple #DB2BEA

Tints of Psychedelic Purple #DB2BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 44.15%
G = 8.67%
B = 47.18%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB2BEA (or 0xDB2BEA) is known color: Psychedelic Purple. HEX triplet: DB, 2B and EA. RGB value is (219,43,234). Sum of RGB (Red+Green+Blue) = 219+43+234=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BEA is #24D415. Grayscale: #747474. Windows color (decimal): -2413590 or 15346651. OLE color: 15346651.

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

Color convert

RGB 219 43 234 -
CMYK 0.06 0.82 0 0.08
HSL 295.29º 0.82% 0.54% -
HSV(B) 295.29º 0.82% 0.92% -
XYZ 44.93 22.73 79.86 -
YUV 117.4 193.81 200.47 -
System Red Green Blue C M Y K H S L
Decimal 219 43 234 0.06 0.82 0 0.08 295.29 0.82 0.54
Hex DB 2B EA 6 52 0 8 127 52 36
Octal 333 53 352 6 122 0 10 447 122 66
Binary 11011011 101011 11101010 110 1010010 0 1000 100100111 1010010 110110

Color Harmonies of #DB2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BEA

Black with #DB2BEA

Text Example


Text Example

White with #DB2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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