Html Css Color HEX #DB0EEB Psychedelic Purple

📋 copy color: '#DB0EEB'

red 219 ◦ green 14 ◦ blue 235

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

Shades of Psychedelic Purple #DB0EEB

Tints of Psychedelic Purple #DB0EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 46.79%
G = 2.99%
B = 50.21%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB0EEB (or 0xDB0EEB) is known color: Psychedelic Purple. HEX triplet: DB, 0E and EB. RGB value is (219,14,235). Sum of RGB (Red+Green+Blue) = 219+14+235=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EEB is #24F114. Grayscale: #636363. Windows color (decimal): -2421013 or 15404763. OLE color: 15404763.

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

Color convert

RGB 219 14 235 -
CMYK 0.07 0.94 0 0.08
HSL 295.66º 0.89% 0.49% -
HSV(B) 295.66º 0.94% 0.92% -
XYZ 44.37 21.37 80.38 -
YUV 100.49 203.92 212.53 -
System Red Green Blue C M Y K H S L
Decimal 219 14 235 0.07 0.94 0 0.08 295.66 0.89 0.49
Hex DB E EB 7 5E 0 8 128 59 31
Octal 333 16 353 7 136 0 10 450 131 61
Binary 11011011 1110 11101011 111 1011110 0 1000 100101000 1011001 110001

Color Harmonies of #DB0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0EEB

Black with #DB0EEB

Text Example


Text Example

White with #DB0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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