Html Css Color HEX #DB00EA Psychedelic Purple

📋 copy color: '#DB00EA'

red 219 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #DB00EA

Tints of Psychedelic Purple #DB00EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 51.66%

R = 48.34%
G = 0%
B = 51.66%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB00EA (or 0xDB00EA) is known color: Psychedelic Purple. HEX triplet: DB, 00 and EA. RGB value is (219,0,234). Sum of RGB (Red+Green+Blue) = 219+0+234=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB00EA is #24FF15. Grayscale: #5B5B5B. Windows color (decimal): -2424598 or 15335643. OLE color: 15335643.

HSL color Cylindrical-coordinate representation of color #DB00EA: hue angle of 296.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00EA is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 0 234 -
CMYK 0.06 1 0 0.08
HSL 296.15º 1% 0.46% -
HSV(B) 296.15º 1% 0.92% -
XYZ 44.06 21 79.57 -
YUV 92.16 208.05 218.47 -
System Red Green Blue C M Y K H S L
Decimal 219 0 234 0.06 1 0 0.08 296.15 1 0.46
Hex DB 0 EA 6 64 0 8 128 64 2E
Octal 333 0 352 6 144 0 10 450 144 56
Binary 11011011 0 11101010 110 1100100 0 1000 100101000 1100100 101110

Color Harmonies of #DB00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB00EA

Black with #DB00EA

Text Example


Text Example

White with #DB00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB00EA; }

 p { color: rgb(219,0,234); }

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

background-color css

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

 a { background-color: rgb(219,0,234); }

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

border-color css

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

 span { border-color: rgb(219,0,234); }

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