Html Css Color HEX #DB0EEE Psychedelic Purple

📋 copy color: '#DB0EEE'

red 219 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #DB0EEE

Tints of Psychedelic Purple #DB0EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.97%

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

R = 46.5%
G = 2.97%
B = 50.53%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB0EEE (or 0xDB0EEE) is known color: Psychedelic Purple. HEX triplet: DB, 0E and EE. RGB value is (219,14,238). Sum of RGB (Red+Green+Blue) = 219+14+238=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EEE is #24F111. Grayscale: #646464. Windows color (decimal): -2421010 or 15601371. OLE color: 15601371.

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

Color convert

RGB 219 14 238 -
CMYK 0.08 0.94 0 0.07
HSL 294.91º 0.89% 0.49% -
HSV(B) 294.91º 0.94% 0.93% -
XYZ 44.8 21.55 82.69 -
YUV 100.83 205.42 212.29 -
System Red Green Blue C M Y K H S L
Decimal 219 14 238 0.08 0.94 0 0.07 294.91 0.89 0.49
Hex DB E EE 8 5E 0 7 127 59 31
Octal 333 16 356 10 136 0 7 447 131 61
Binary 11011011 1110 11101110 1000 1011110 0 111 100100111 1011001 110001

Color Harmonies of #DB0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0EEE

Black with #DB0EEE

Text Example


Text Example

White with #DB0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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