Html Css Color HEX #DB08FE Psychedelic Purple

📋 copy color: '#DB08FE'

red 219 ◦ green 8 ◦ blue 254

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

Shades of Psychedelic Purple #DB08FE

Tints of Psychedelic Purple #DB08FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 45.53%
G = 1.66%
B = 52.81%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB08FE (or 0xDB08FE) is known color: Psychedelic Purple. HEX triplet: DB, 08 and FE. RGB value is (219,8,254). Sum of RGB (Red+Green+Blue) = 219+8+254=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 8 (3.52% from 255 or 1.66% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB08FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB08FE is #24F701. Grayscale: #626262. Windows color (decimal): -2422530 or 16648411. OLE color: 16648411.

HSL color Cylindrical-coordinate representation of color #DB08FE: hue angle of 291.46º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB08FE is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 8 254 -
CMYK 0.14 0.97 0 0.00
HSL 291.46º 0.99% 0.51% -
HSV(B) 291.46º 0.97% 1% -
XYZ 47.19 22.39 95.6 -
YUV 99.13 215.4 213.5 -
System Red Green Blue C M Y K H S L
Decimal 219 8 254 0.14 0.97 0 0.00 291.46 0.99 0.51
Hex DB 8 FE E 61 0 0 123 63 33
Octal 333 10 376 16 141 0 0 443 143 63
Binary 11011011 1000 11111110 1110 1100001 0 0 100100011 1100011 110011

Color Harmonies of #DB08FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08FE

Black with #DB08FE

Text Example


Text Example

White with #DB08FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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