Html Css Color HEX #DB32FB Psychedelic Purple

📋 copy color: '#DB32FB'

red 219 ◦ green 50 ◦ blue 251

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

Shades of Psychedelic Purple #DB32FB

Tints of Psychedelic Purple #DB32FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 42.12%
G = 9.62%
B = 48.27%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB32FB (or 0xDB32FB) is known color: Psychedelic Purple. HEX triplet: DB, 32 and FB. RGB value is (219,50,251). Sum of RGB (Red+Green+Blue) = 219+50+251=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 50 (19.92% from 255 or 9.62% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB32FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB32FB is #24CD04. Grayscale: #7A7A7A. Windows color (decimal): -2411781 or 16462555. OLE color: 16462555.

HSL color Cylindrical-coordinate representation of color #DB32FB: hue angle of 290.45º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB32FB is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 50 251 -
CMYK 0.13 0.80 0 0.02
HSL 290.45º 0.96% 0.59% -
HSV(B) 290.45º 0.8% 0.98% -
XYZ 47.77 24.31 93.44 -
YUV 123.45 199.99 196.16 -
System Red Green Blue C M Y K H S L
Decimal 219 50 251 0.13 0.80 0 0.02 290.45 0.96 0.59
Hex DB 32 FB D 50 0 2 122 60 3B
Octal 333 62 373 15 120 0 2 442 140 73
Binary 11011011 110010 11111011 1101 1010000 0 10 100100010 1100000 111011

Color Harmonies of #DB32FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32FB

Black with #DB32FB

Text Example


Text Example

White with #DB32FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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