Html Css Color HEX #DB1BEF Psychedelic Purple

📋 copy color: '#DB1BEF'

red 219 ◦ green 27 ◦ blue 239

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

Shades of Psychedelic Purple #DB1BEF

Tints of Psychedelic Purple #DB1BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.57%

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

R = 45.15%
G = 5.57%
B = 49.28%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB1BEF (or 0xDB1BEF) is known color: Psychedelic Purple. HEX triplet: DB, 1B and EF. RGB value is (219,27,239). Sum of RGB (Red+Green+Blue) = 219+27+239=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB1BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1BEF is #24E410. Grayscale: #6B6B6B. Windows color (decimal): -2417681 or 15670235. OLE color: 15670235.

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

Color convert

RGB 219 27 239 -
CMYK 0.08 0.89 0 0.06
HSL 294.34º 0.87% 0.52% -
HSV(B) 294.34º 0.89% 0.94% -
XYZ 45.19 22.08 83.54 -
YUV 108.58 201.61 206.76 -
System Red Green Blue C M Y K H S L
Decimal 219 27 239 0.08 0.89 0 0.06 294.34 0.87 0.52
Hex DB 1B EF 8 59 0 6 126 57 34
Octal 333 33 357 10 131 0 6 446 127 64
Binary 11011011 11011 11101111 1000 1011001 0 110 100100110 1010111 110100

Color Harmonies of #DB1BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BEF

Black with #DB1BEF

Text Example


Text Example

White with #DB1BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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