Html Css Color HEX #DB1EEF Psychedelic Purple

📋 copy color: '#DB1EEF'

red 219 ◦ green 30 ◦ blue 239

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

Shades of Psychedelic Purple #DB1EEF

Tints of Psychedelic Purple #DB1EEF

RGB

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

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

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

R = 44.88%
G = 6.15%
B = 48.98%

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

#DB1EEF (or 0xDB1EEF) is known color: Psychedelic Purple. HEX triplet: DB, 1E and EF. RGB value is (219,30,239). Sum of RGB (Red+Green+Blue) = 219+30+239=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EEF is #24E110. Grayscale: #6D6D6D. Windows color (decimal): -2416913 or 15671003. OLE color: 15671003.

HSL color Cylindrical-coordinate representation of color #DB1EEF: hue angle of 294.26º 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 #DB1EEF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 30 239 -
CMYK 0.08 0.87 0 0.06
HSL 294.26º 0.87% 0.53% -
HSV(B) 294.26º 0.87% 0.94% -
XYZ 45.26 22.22 83.57 -
YUV 110.34 200.62 205.51 -
System Red Green Blue C M Y K H S L
Decimal 219 30 239 0.08 0.87 0 0.06 294.26 0.87 0.53
Hex DB 1E EF 8 57 0 6 126 57 35
Octal 333 36 357 10 127 0 6 446 127 65
Binary 11011011 11110 11101111 1000 1010111 0 110 100100110 1010111 110101

Color Harmonies of #DB1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EEF

Black with #DB1EEF

Text Example


Text Example

White with #DB1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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