Html Css Color HEX #DB08EB Psychedelic Purple

📋 copy color: '#DB08EB'

red 219 ◦ green 8 ◦ blue 235

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

Shades of Psychedelic Purple #DB08EB

Tints of Psychedelic Purple #DB08EB

RGB

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

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

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

R = 47.4%
G = 1.73%
B = 50.87%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB08EB (or 0xDB08EB) is known color: Psychedelic Purple. HEX triplet: DB, 08 and EB. RGB value is (219,8,235). Sum of RGB (Red+Green+Blue) = 219+8+235=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB08EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB08EB is #24F714. Grayscale: #606060. Windows color (decimal): -2422549 or 15403227. OLE color: 15403227.

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

Color convert

RGB 219 8 235 -
CMYK 0.07 0.97 0 0.08
HSL 295.77º 0.93% 0.48% -
HSV(B) 295.77º 0.97% 0.92% -
XYZ 44.3 21.23 80.36 -
YUV 96.97 205.9 215.04 -
System Red Green Blue C M Y K H S L
Decimal 219 8 235 0.07 0.97 0 0.08 295.77 0.93 0.48
Hex DB 8 EB 7 61 0 8 128 5D 30
Octal 333 10 353 7 141 0 10 450 135 60
Binary 11011011 1000 11101011 111 1100001 0 1000 100101000 1011101 110000

Color Harmonies of #DB08EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08EB

Black with #DB08EB

Text Example


Text Example

White with #DB08EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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