Html Css Color HEX #DB31FF Psychedelic Purple

📋 copy color: '#DB31FF'

red 219 ◦ green 49 ◦ blue 255

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

Shades of Psychedelic Purple #DB31FF

Tints of Psychedelic Purple #DB31FF

RGB

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

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

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

R = 41.87%
G = 9.37%
B = 48.76%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB31FF (or 0xDB31FF) is known color: Psychedelic Purple. HEX triplet: DB, 31 and FF. RGB value is (219,49,255). Sum of RGB (Red+Green+Blue) = 219+49+255=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 49 (19.53% from 255 or 9.37% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB31FF is #24CE00. Grayscale: #7A7A7A. Windows color (decimal): -2412033 or 16724443. OLE color: 16724443.

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

Color convert

RGB 219 49 255 -
CMYK 0.14 0.81 0 0
HSL 289.51º 1% 0.6% -
HSV(B) 289.51º 0.81% 1% -
XYZ 48.36 24.48 96.78 -
YUV 123.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 219 49 255 0.14 0.81 0 0 289.51 1 0.6
Hex DB 31 FF E 51 0 0 122 64 3C
Octal 333 61 377 16 121 0 0 442 144 74
Binary 11011011 110001 11111111 1110 1010001 0 0 100100010 1100100 111100

Color Harmonies of #DB31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31FF

Black with #DB31FF

Text Example


Text Example

White with #DB31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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