Html Css Color HEX #DB22EA Psychedelic Purple

📋 copy color: '#DB22EA'

red 219 ◦ green 34 ◦ blue 234

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

Shades of Psychedelic Purple #DB22EA

Tints of Psychedelic Purple #DB22EA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.98%

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

R = 44.97%
G = 6.98%
B = 48.05%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB22EA (or 0xDB22EA) is known color: Psychedelic Purple. HEX triplet: DB, 22 and EA. RGB value is (219,34,234). Sum of RGB (Red+Green+Blue) = 219+34+234=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 34 (13.67% from 255 or 6.98% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB22EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22EA is #24DD15. Grayscale: #6F6F6F. Windows color (decimal): -2415894 or 15344347. OLE color: 15344347.

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

Color convert

RGB 219 34 234 -
CMYK 0.06 0.85 0 0.08
HSL 295.5º 0.83% 0.53% -
HSV(B) 295.5º 0.85% 0.92% -
XYZ 44.64 22.14 79.76 -
YUV 112.12 196.79 204.24 -
System Red Green Blue C M Y K H S L
Decimal 219 34 234 0.06 0.85 0 0.08 295.5 0.83 0.53
Hex DB 22 EA 6 55 0 8 128 53 35
Octal 333 42 352 6 125 0 10 450 123 65
Binary 11011011 100010 11101010 110 1010101 0 1000 100101000 1010011 110101

Color Harmonies of #DB22EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB22EA

Black with #DB22EA

Text Example


Text Example

White with #DB22EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB22EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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