Html Css Color HEX #DB05FF Psychedelic Purple

📋 copy color: '#DB05FF'

red 219 ◦ green 5 ◦ blue 255

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

Shades of Psychedelic Purple #DB05FF

Tints of Psychedelic Purple #DB05FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 45.72%
G = 1.04%
B = 53.24%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB05FF (or 0xDB05FF) is known color: Psychedelic Purple. HEX triplet: DB, 05 and FF. RGB value is (219,5,255). Sum of RGB (Red+Green+Blue) = 219+5+255=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB05FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05FF is #24FA00. Grayscale: #606060. Windows color (decimal): -2423297 or 16713179. OLE color: 16713179.

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

Color convert

RGB 219 5 255 -
CMYK 0.14 0.98 0 0
HSL 291.36º 1% 0.51% -
HSV(B) 291.36º 0.98% 1% -
XYZ 47.32 22.39 96.44 -
YUV 97.49 216.9 214.67 -
System Red Green Blue C M Y K H S L
Decimal 219 5 255 0.14 0.98 0 0 291.36 1 0.51
Hex DB 5 FF E 62 0 0 123 64 33
Octal 333 5 377 16 142 0 0 443 144 63
Binary 11011011 101 11111111 1110 1100010 0 0 100100011 1100100 110011

Color Harmonies of #DB05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05FF

Black with #DB05FF

Text Example


Text Example

White with #DB05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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