Html Css Color HEX #DB1FEF Psychedelic Purple

📋 copy color: '#DB1FEF'

red 219 ◦ green 31 ◦ blue 239

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

Shades of Psychedelic Purple #DB1FEF

Tints of Psychedelic Purple #DB1FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.34%

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 44.79%
G = 6.34%
B = 48.88%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB1FEF (or 0xDB1FEF) is known color: Psychedelic Purple. HEX triplet: DB, 1F and EF. RGB value is (219,31,239). Sum of RGB (Red+Green+Blue) = 219+31+239=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 31 (12.5% from 255 or 6.34% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB1FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1FEF is #24E010. Grayscale: #6E6E6E. Windows color (decimal): -2416657 or 15671259. OLE color: 15671259.

HSL color Cylindrical-coordinate representation of color #DB1FEF: hue angle of 294.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1FEF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 31 239 -
CMYK 0.08 0.87 0 0.06
HSL 294.23º 0.87% 0.53% -
HSV(B) 294.23º 0.87% 0.94% -
XYZ 45.28 22.27 83.57 -
YUV 110.92 200.28 205.09 -
System Red Green Blue C M Y K H S L
Decimal 219 31 239 0.08 0.87 0 0.06 294.23 0.87 0.53
Hex DB 1F EF 8 57 0 6 126 57 35
Octal 333 37 357 10 127 0 6 446 127 65
Binary 11011011 11111 11101111 1000 1010111 0 110 100100110 1010111 110101

Color Harmonies of #DB1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FEF

Black with #DB1FEF

Text Example


Text Example

White with #DB1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FEF; }

 p { color: rgb(219,31,239); }

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

background-color css

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

 a { background-color: rgb(219,31,239); }

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

border-color css

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

 span { border-color: rgb(219,31,239); }

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