Html Css Color HEX #DB1EFA Psychedelic Purple

📋 copy color: '#DB1EFA'

red 219 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #DB1EFA

Tints of Psychedelic Purple #DB1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.01%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 43.89%
G = 6.01%
B = 50.1%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB1EFA (or 0xDB1EFA) is known color: Psychedelic Purple. HEX triplet: DB, 1E and FA. RGB value is (219,30,250). Sum of RGB (Red+Green+Blue) = 219+30+250=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB1EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EFA is #24E105. Grayscale: #6E6E6E. Windows color (decimal): -2416902 or 16391899. OLE color: 16391899.

HSL color Cylindrical-coordinate representation of color #DB1EFA: hue angle of 291.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1EFA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 30 250 -
CMYK 0.12 0.88 0 0.02
HSL 291.55º 0.96% 0.55% -
HSV(B) 291.55º 0.88% 0.98% -
XYZ 46.93 22.89 92.39 -
YUV 111.59 206.12 204.61 -
System Red Green Blue C M Y K H S L
Decimal 219 30 250 0.12 0.88 0 0.02 291.55 0.96 0.55
Hex DB 1E FA C 58 0 2 124 60 37
Octal 333 36 372 14 130 0 2 444 140 67
Binary 11011011 11110 11111010 1100 1011000 0 10 100100100 1100000 110111

Color Harmonies of #DB1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EFA

Black with #DB1EFA

Text Example


Text Example

White with #DB1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EFA; }

 p { color: rgb(219,30,250); }

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

background-color css

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

 a { background-color: rgb(219,30,250); }

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

border-color css

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

 span { border-color: rgb(219,30,250); }

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