Html Css Color HEX #DB05EB Psychedelic Purple

📋 copy color: '#DB05EB'

red 219 ◦ green 5 ◦ blue 235

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

Shades of Psychedelic Purple #DB05EB

Tints of Psychedelic Purple #DB05EB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 47.71%
G = 1.09%
B = 51.2%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB05EB (or 0xDB05EB) is known color: Psychedelic Purple. HEX triplet: DB, 05 and EB. RGB value is (219,5,235). Sum of RGB (Red+Green+Blue) = 219+5+235=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB05EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05EB is #24FA14. Grayscale: #5E5E5E. Windows color (decimal): -2423317 or 15402459. OLE color: 15402459.

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

Color convert

RGB 219 5 235 -
CMYK 0.07 0.98 0 0.08
HSL 295.83º 0.96% 0.47% -
HSV(B) 295.83º 0.98% 0.92% -
XYZ 44.26 21.17 80.35 -
YUV 95.21 206.9 216.3 -
System Red Green Blue C M Y K H S L
Decimal 219 5 235 0.07 0.98 0 0.08 295.83 0.96 0.47
Hex DB 5 EB 7 62 0 8 128 60 2F
Octal 333 5 353 7 142 0 10 450 140 57
Binary 11011011 101 11101011 111 1100010 0 1000 100101000 1100000 101111

Color Harmonies of #DB05EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05EB

Black with #DB05EB

Text Example


Text Example

White with #DB05EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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