Html Css Color HEX #DB31FE Psychedelic Purple

📋 copy color: '#DB31FE'

red 219 ◦ green 49 ◦ blue 254

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

Shades of Psychedelic Purple #DB31FE

Tints of Psychedelic Purple #DB31FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.39%

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 41.95%
G = 9.39%
B = 48.66%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB31FE (or 0xDB31FE) is known color: Psychedelic Purple. HEX triplet: DB, 31 and FE. RGB value is (219,49,254). Sum of RGB (Red+Green+Blue) = 219+49+254=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 49 (19.53% from 255 or 9.39% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB31FE is #24CE01. Grayscale: #7A7A7A. Windows color (decimal): -2412034 or 16658907. OLE color: 16658907.

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

Color convert

RGB 219 49 254 -
CMYK 0.14 0.81 0 0.00
HSL 289.76º 0.99% 0.59% -
HSV(B) 289.76º 0.81% 1% -
XYZ 48.2 24.41 95.94 -
YUV 123.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 219 49 254 0.14 0.81 0 0.00 289.76 0.99 0.59
Hex DB 31 FE E 51 0 0 122 63 3B
Octal 333 61 376 16 121 0 0 442 143 73
Binary 11011011 110001 11111110 1110 1010001 0 0 100100010 1100011 111011

Color Harmonies of #DB31FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31FE

Black with #DB31FE

Text Example


Text Example

White with #DB31FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31FE; }

 p { color: rgb(219,49,254); }

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

background-color css

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

 a { background-color: rgb(219,49,254); }

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

border-color css

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

 span { border-color: rgb(219,49,254); }

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