Html Css Color HEX #DB20FF Psychedelic Purple

📋 copy color: '#DB20FF'

red 219 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #DB20FF

Tints of Psychedelic Purple #DB20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.32%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 43.28%
G = 6.32%
B = 50.4%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB20FF (or 0xDB20FF) is known color: Psychedelic Purple. HEX triplet: DB, 20 and FF. RGB value is (219,32,255). Sum of RGB (Red+Green+Blue) = 219+32+255=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB20FF is #24DF00. Grayscale: #707070. Windows color (decimal): -2416385 or 16720091. OLE color: 16720091.

HSL color Cylindrical-coordinate representation of color #DB20FF: hue angle of 290.31º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB20FF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 32 255 -
CMYK 0.14 0.87 0 0
HSL 290.31º 1% 0.56% -
HSV(B) 290.31º 0.87% 1% -
XYZ 47.78 23.31 96.59 -
YUV 113.34 207.95 203.37 -
System Red Green Blue C M Y K H S L
Decimal 219 32 255 0.14 0.87 0 0 290.31 1 0.56
Hex DB 20 FF E 57 0 0 122 64 38
Octal 333 40 377 16 127 0 0 442 144 70
Binary 11011011 100000 11111111 1110 1010111 0 0 100100010 1100100 111000

Color Harmonies of #DB20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB20FF

Black with #DB20FF

Text Example


Text Example

White with #DB20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB20FF; }

 p { color: rgb(219,32,255); }

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

background-color css

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

 a { background-color: rgb(219,32,255); }

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

border-color css

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

 span { border-color: rgb(219,32,255); }

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