Html Css Color HEX #DB21EE Psychedelic Purple

📋 copy color: '#DB21EE'

red 219 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #DB21EE

Tints of Psychedelic Purple #DB21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.73%

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

R = 44.69%
G = 6.73%
B = 48.57%

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

#DB21EE (or 0xDB21EE) is known color: Psychedelic Purple. HEX triplet: DB, 21 and EE. RGB value is (219,33,238). Sum of RGB (Red+Green+Blue) = 219+33+238=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB21EE is #24DE11. Grayscale: #6F6F6F. Windows color (decimal): -2416146 or 15606235. OLE color: 15606235.

HSL color Cylindrical-coordinate representation of color #DB21EE: hue angle of 294.44º 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 #DB21EE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 33 238 -
CMYK 0.08 0.86 0 0.07
HSL 294.44º 0.86% 0.53% -
HSV(B) 294.44º 0.86% 0.93% -
XYZ 45.19 22.32 82.82 -
YUV 111.98 199.12 204.33 -
System Red Green Blue C M Y K H S L
Decimal 219 33 238 0.08 0.86 0 0.07 294.44 0.86 0.53
Hex DB 21 EE 8 56 0 7 126 56 35
Octal 333 41 356 10 126 0 7 446 126 65
Binary 11011011 100001 11101110 1000 1010110 0 111 100100110 1010110 110101

Color Harmonies of #DB21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21EE

Black with #DB21EE

Text Example


Text Example

White with #DB21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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