Html Css Color HEX #DB08E5 Psychedelic Purple

📋 copy color: '#DB08E5'

red 219 ◦ green 8 ◦ blue 229

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

Shades of Psychedelic Purple #DB08E5

Tints of Psychedelic Purple #DB08E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.22%

R = 48.03%
G = 1.75%
B = 50.22%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB08E5 (or 0xDB08E5) is known color: Psychedelic Purple. HEX triplet: DB, 08 and E5. RGB value is (219,8,229). Sum of RGB (Red+Green+Blue) = 219+8+229=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB08E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB08E5 is #24F71A. Grayscale: #5F5F5F. Windows color (decimal): -2422555 or 15010011. OLE color: 15010011.

HSL color Cylindrical-coordinate representation of color #DB08E5: hue angle of 297.29º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB08E5 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 8 229 -
CMYK 0.04 0.97 0 0.10
HSL 297.29º 0.93% 0.46% -
HSV(B) 297.29º 0.97% 0.9% -
XYZ 43.44 20.89 75.87 -
YUV 96.28 202.9 215.53 -
System Red Green Blue C M Y K H S L
Decimal 219 8 229 0.04 0.97 0 0.10 297.29 0.93 0.46
Hex DB 8 E5 4 61 0 A 129 5D 2E
Octal 333 10 345 4 141 0 12 451 135 56
Binary 11011011 1000 11100101 100 1100001 0 1010 100101001 1011101 101110

Color Harmonies of #DB08E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08E5

Black with #DB08E5

Text Example


Text Example

White with #DB08E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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