Html Css Color HEX #DB00FF Psychedelic Purple

📋 copy color: '#DB00FF'

red 219 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #DB00FF

Tints of Psychedelic Purple #DB00FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.2%
G = 0%
B = 53.8%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB00FF (or 0xDB00FF) is known color: Psychedelic Purple. HEX triplet: DB, 00 and FF. RGB value is (219,0,255). Sum of RGB (Red+Green+Blue) = 219+0+255=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB00FF is #24FF00. Grayscale: #5D5D5D. Windows color (decimal): -2424577 or 16711899. OLE color: 16711899.

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

Color convert

RGB 219 0 255 -
CMYK 0.14 1 0 0
HSL 291.53º 1% 0.5% -
HSV(B) 291.53º 1% 1% -
XYZ 47.26 22.28 96.42 -
YUV 94.55 218.55 216.77 -
System Red Green Blue C M Y K H S L
Decimal 219 0 255 0.14 1 0 0 291.53 1 0.5
Hex DB 0 FF E 64 0 0 124 64 32
Octal 333 0 377 16 144 0 0 444 144 62
Binary 11011011 0 11111111 1110 1100100 0 0 100100100 1100100 110010

Color Harmonies of #DB00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB00FF

Black with #DB00FF

Text Example


Text Example

White with #DB00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB00FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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