Html Css Color HEX #DB32FF Psychedelic Purple

📋 copy color: '#DB32FF'

red 219 ◦ green 50 ◦ blue 255

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

Shades of Psychedelic Purple #DB32FF

Tints of Psychedelic Purple #DB32FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.54%

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

R = 41.79%
G = 9.54%
B = 48.66%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB32FF (or 0xDB32FF) is known color: Psychedelic Purple. HEX triplet: DB, 32 and FF. RGB value is (219,50,255). Sum of RGB (Red+Green+Blue) = 219+50+255=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 50 (19.92% from 255 or 9.54% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB32FF is #24CD00. Grayscale: #7B7B7B. Windows color (decimal): -2411777 or 16724699. OLE color: 16724699.

HSL color Cylindrical-coordinate representation of color #DB32FF: hue angle of 289.46º 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 #DB32FF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 50 255 -
CMYK 0.14 0.80 0 0
HSL 289.46º 1% 0.6% -
HSV(B) 289.46º 0.8% 1% -
XYZ 48.4 24.56 96.8 -
YUV 123.9 201.99 195.83 -
System Red Green Blue C M Y K H S L
Decimal 219 50 255 0.14 0.80 0 0 289.46 1 0.6
Hex DB 32 FF E 50 0 0 121 64 3C
Octal 333 62 377 16 120 0 0 441 144 74
Binary 11011011 110010 11111111 1110 1010000 0 0 100100001 1100100 111100

Color Harmonies of #DB32FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32FF

Black with #DB32FF

Text Example


Text Example

White with #DB32FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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