Html Css Color HEX #DB08EA Psychedelic Purple

📋 copy color: '#DB08EA'

red 219 ◦ green 8 ◦ blue 234

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

Shades of Psychedelic Purple #DB08EA

Tints of Psychedelic Purple #DB08EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.74%

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

R = 47.51%
G = 1.74%
B = 50.76%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB08EA (or 0xDB08EA) is known color: Psychedelic Purple. HEX triplet: DB, 08 and EA. RGB value is (219,8,234). Sum of RGB (Red+Green+Blue) = 219+8+234=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB08EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB08EA is #24F715. Grayscale: #606060. Windows color (decimal): -2422550 or 15337691. OLE color: 15337691.

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

Color convert

RGB 219 8 234 -
CMYK 0.06 0.97 0 0.08
HSL 296.02º 0.93% 0.47% -
HSV(B) 296.02º 0.97% 0.92% -
XYZ 44.15 21.17 79.6 -
YUV 96.85 205.4 215.12 -
System Red Green Blue C M Y K H S L
Decimal 219 8 234 0.06 0.97 0 0.08 296.02 0.93 0.47
Hex DB 8 EA 6 61 0 8 128 5D 2F
Octal 333 10 352 6 141 0 10 450 135 57
Binary 11011011 1000 11101010 110 1100001 0 1000 100101000 1011101 101111

Color Harmonies of #DB08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08EA

Black with #DB08EA

Text Example


Text Example

White with #DB08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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