Html Css Color HEX #DB33FF Psychedelic Purple

📋 copy color: '#DB33FF'

red 219 ◦ green 51 ◦ blue 255

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

Shades of Psychedelic Purple #DB33FF

Tints of Psychedelic Purple #DB33FF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.71%

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

R = 41.71%
G = 9.71%
B = 48.57%

CMYK

 C value IS 0.14

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB33FF (or 0xDB33FF) is known color: Psychedelic Purple. HEX triplet: DB, 33 and FF. RGB value is (219,51,255). Sum of RGB (Red+Green+Blue) = 219+51+255=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 51 (20.31% from 255 or 9.71% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB33FF is #24CC00. Grayscale: #7B7B7B. Windows color (decimal): -2411521 or 16724955. OLE color: 16724955.

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

Color convert

RGB 219 51 255 -
CMYK 0.14 0.8 0 0
HSL 289.41º 1% 0.6% -
HSV(B) 289.41º 0.8% 1% -
XYZ 48.45 24.65 96.81 -
YUV 124.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 219 51 255 0.14 0.8 0 0 289.41 1 0.6
Hex DB 33 FF E 50 0 0 121 64 3C
Octal 333 63 377 16 120 0 0 441 144 74
Binary 11011011 110011 11111111 1110 1010000 0 0 100100001 1100100 111100

Color Harmonies of #DB33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33FF

Black with #DB33FF

Text Example


Text Example

White with #DB33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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