Html Css Color HEX #DB1EEE Psychedelic Purple

📋 copy color: '#DB1EEE'

red 219 ◦ green 30 ◦ blue 238

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

Shades of Psychedelic Purple #DB1EEE

Tints of Psychedelic Purple #DB1EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 44.97%
G = 6.16%
B = 48.87%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB1EEE (or 0xDB1EEE) is known color: Psychedelic Purple. HEX triplet: DB, 1E and EE. RGB value is (219,30,238). Sum of RGB (Red+Green+Blue) = 219+30+238=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB1EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1EEE is #24E111. Grayscale: #6D6D6D. Windows color (decimal): -2416914 or 15605467. OLE color: 15605467.

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

Color convert

RGB 219 30 238 -
CMYK 0.08 0.87 0 0.07
HSL 294.52º 0.86% 0.53% -
HSV(B) 294.52º 0.87% 0.93% -
XYZ 45.11 22.16 82.79 -
YUV 110.22 200.12 205.59 -
System Red Green Blue C M Y K H S L
Decimal 219 30 238 0.08 0.87 0 0.07 294.52 0.86 0.53
Hex DB 1E EE 8 57 0 7 127 56 35
Octal 333 36 356 10 127 0 7 447 126 65
Binary 11011011 11110 11101110 1000 1010111 0 111 100100111 1010110 110101

Color Harmonies of #DB1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EEE

Black with #DB1EEE

Text Example


Text Example

White with #DB1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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