Html Css Color HEX #DB1EFB Psychedelic Purple

📋 copy color: '#DB1EFB'

red 219 ◦ green 30 ◦ blue 251

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

Shades of Psychedelic Purple #DB1EFB

Tints of Psychedelic Purple #DB1EFB

RGB

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

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

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

R = 43.8%
G = 6%
B = 50.2%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB1EFB (or 0xDB1EFB) is known color: Psychedelic Purple. HEX triplet: DB, 1E and FB. RGB value is (219,30,251). Sum of RGB (Red+Green+Blue) = 219+30+251=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EFB is #24E104. Grayscale: #6F6F6F. Windows color (decimal): -2416901 or 16457435. OLE color: 16457435.

HSL color Cylindrical-coordinate representation of color #DB1EFB: hue angle of 291.31º degrees, saturation: 0.97, 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 #DB1EFB is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 30 251 -
CMYK 0.13 0.88 0 0.02
HSL 291.31º 0.97% 0.55% -
HSV(B) 291.31º 0.88% 0.98% -
XYZ 47.09 22.95 93.22 -
YUV 111.71 206.62 204.53 -
System Red Green Blue C M Y K H S L
Decimal 219 30 251 0.13 0.88 0 0.02 291.31 0.97 0.55
Hex DB 1E FB D 58 0 2 123 61 37
Octal 333 36 373 15 130 0 2 443 141 67
Binary 11011011 11110 11111011 1101 1011000 0 10 100100011 1100001 110111

Color Harmonies of #DB1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EFB

Black with #DB1EFB

Text Example


Text Example

White with #DB1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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