Html Css Color HEX #DB0EE9 Psychedelic Purple

📋 copy color: '#DB0EE9'

red 219 ◦ green 14 ◦ blue 233

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

Shades of Psychedelic Purple #DB0EE9

Tints of Psychedelic Purple #DB0EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50%

R = 47%
G = 3%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB0EE9 (or 0xDB0EE9) is known color: Psychedelic Purple. HEX triplet: DB, 0E and E9. RGB value is (219,14,233). Sum of RGB (Red+Green+Blue) = 219+14+233=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0EE9 is #24F116. Grayscale: #636363. Windows color (decimal): -2421015 or 15273691. OLE color: 15273691.

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

Color convert

RGB 219 14 233 -
CMYK 0.06 0.94 0 0.09
HSL 296.16º 0.89% 0.48% -
HSV(B) 296.16º 0.94% 0.91% -
XYZ 44.08 21.26 78.87 -
YUV 100.26 202.92 212.69 -
System Red Green Blue C M Y K H S L
Decimal 219 14 233 0.06 0.94 0 0.09 296.16 0.89 0.48
Hex DB E E9 6 5E 0 9 128 59 30
Octal 333 16 351 6 136 0 11 450 131 60
Binary 11011011 1110 11101001 110 1011110 0 1001 100101000 1011001 110000

Color Harmonies of #DB0EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0EE9

Black with #DB0EE9

Text Example


Text Example

White with #DB0EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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