Html Css Color HEX #DB22EE Psychedelic Purple

📋 copy color: '#DB22EE'

red 219 ◦ green 34 ◦ blue 238

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

Shades of Psychedelic Purple #DB22EE

Tints of Psychedelic Purple #DB22EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 44.6%
G = 6.92%
B = 48.47%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB22EE (or 0xDB22EE) is known color: Psychedelic Purple. HEX triplet: DB, 22 and EE. RGB value is (219,34,238). Sum of RGB (Red+Green+Blue) = 219+34+238=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 34 (13.67% from 255 or 6.92% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB22EE is #24DD11. Grayscale: #6F6F6F. Windows color (decimal): -2415890 or 15606491. OLE color: 15606491.

HSL color Cylindrical-coordinate representation of color #DB22EE: hue angle of 294.41º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB22EE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 34 238 -
CMYK 0.08 0.86 0 0.07
HSL 294.41º 0.86% 0.53% -
HSV(B) 294.41º 0.86% 0.93% -
XYZ 45.22 22.38 82.82 -
YUV 112.57 198.79 203.91 -
System Red Green Blue C M Y K H S L
Decimal 219 34 238 0.08 0.86 0 0.07 294.41 0.86 0.53
Hex DB 22 EE 8 56 0 7 126 56 35
Octal 333 42 356 10 126 0 7 446 126 65
Binary 11011011 100010 11101110 1000 1010110 0 111 100100110 1010110 110101

Color Harmonies of #DB22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB22EE

Black with #DB22EE

Text Example


Text Example

White with #DB22EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB22EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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